Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
1d615f5
Add cached find support
premtsd-code Jun 17, 2026
6fad393
Fix cached find adapter tests
premtsd-code Jun 17, 2026
5275b33
Refine cached find behavior
premtsd-code Jun 17, 2026
7cd9d19
Harden cached find behavior
premtsd-code Jun 18, 2026
65d7320
Simplify cached find query key serialization
premtsd-code Jun 18, 2026
f6e0855
Fix cached find keys
premtsd-code Jun 18, 2026
f0dd620
Merge remote-tracking branch 'origin/main' into feat/cached-find
premtsd-code Jun 18, 2026
4e514a3
Use default TTL for cached find
premtsd-code Jun 18, 2026
8b63a75
Bypass cached find for random order
premtsd-code Jun 18, 2026
d543ce5
Guard cached find random query check
premtsd-code Jun 18, 2026
a9ff6a6
Inline cached find save
premtsd-code Jun 18, 2026
73d2236
Simplify cached find checks
premtsd-code Jun 18, 2026
3ba5988
Add list cache key helper
premtsd-code Jun 18, 2026
d4531b5
Add list cache field helper
premtsd-code Jun 18, 2026
4f7bbf6
Add list cached find support
premtsd-code Jun 18, 2026
3dcddd7
Fix list cache field hashing
premtsd-code Jun 18, 2026
e4d8f12
Harden cached find payloads
premtsd-code Jun 18, 2026
a2d982b
Simplify cached find API
premtsd-code Jun 18, 2026
2eb8271
Include payload key in find cache field
premtsd-code Jun 18, 2026
20f0a56
Harden find cache validation
premtsd-code Jun 18, 2026
4af25ad
Add cache-aside helper
premtsd-code Jun 19, 2026
4b5772a
Merge pull request #900 from utopia-php/feat/cache-aside-helper
premtsd-code Jun 19, 2026
adf3abe
Merge branch 'main' into feat/cached-find
premtsd-code Jun 19, 2026
7223453
Trigger review
premtsd-code Jun 19, 2026
176247d
Simplify cache helper internals
premtsd-code Jun 19, 2026
7478a8b
Simplify find cache fields
premtsd-code Jun 19, 2026
a761a16
Add cached find helpers
premtsd-code Jun 20, 2026
f8eb632
Include permission in cached find hash
premtsd-code Jun 20, 2026
f3b6c30
Order cached find test results
premtsd-code Jun 20, 2026
f126784
Handle cached find hit edge cases
premtsd-code Jun 20, 2026
b89bf04
Trigger CI
premtsd-code Jun 20, 2026
383eb0f
Fingerprint cached find auth context
premtsd-code Jun 20, 2026
52233d5
Avoid double decoding cached find results
premtsd-code Jun 20, 2026
bcfa5cf
Type cached find test filters
premtsd-code Jun 20, 2026
6f70767
Revalidate cached find hits
premtsd-code Jun 20, 2026
9ac837b
Clean up cached find semantics
premtsd-code Jun 20, 2026
7d45e6c
Simplify cached find keying
premtsd-code Jun 20, 2026
ad49dba
Align cached find key format
premtsd-code Jun 21, 2026
bc4572a
Refresh invalid cached find payloads
premtsd-code Jun 21, 2026
0677d4a
Make PDOStatement compatible with Swoole proxy
premtsd-code Jun 22, 2026
dbaa3b3
Revert "Make PDOStatement compatible with Swoole proxy"
premtsd-code Jun 22, 2026
a33931d
Generalize cache value transforms
premtsd-code Jun 22, 2026
15ba92b
Rename find cache helpers to list cache
premtsd-code Jun 22, 2026
e89017f
Simplify list cache document restore
premtsd-code Jun 22, 2026
4069477
Rename list cache helpers to query cache
premtsd-code Jun 22, 2026
67761b6
Simplify query cache helper usage
premtsd-code Jun 23, 2026
02db77e
Merge remote-tracking branch 'origin/main' into feat/cached-find
premtsd-code Jun 23, 2026
122bc3b
Align query cache with read list cache
premtsd-code Jun 23, 2026
24a00f7
Bypass query cache for non-read permissions
premtsd-code Jun 23, 2026
5b87fc8
Harden query cache bypass and payload encoding
premtsd-code Jun 23, 2026
9763462
Simplify query cache value handling
premtsd-code Jun 23, 2026
2cc9fa3
Fix query cache return type analysis
premtsd-code Jun 23, 2026
b9c2e46
Clarify query cache document array comment
premtsd-code Jun 23, 2026
94d1154
Filter document security cache hits
premtsd-code Jun 23, 2026
4f6ad39
Rename query cache purge method
premtsd-code Jun 23, 2026
8021f2b
Merge branch 'main' into feat/cached-find
premtsd-code Jun 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading