Commit Graph

27901 Commits

Author SHA1 Message Date
Jake Barnby 4cd7977cc2 Merge branch '1.7.x' into cursor/update-users-endpoint-with-subquery-filtering-01a3 2025-08-13 01:34:35 +12:00
Cursor Agent 326fe53ca8 Remove test for multiple select queries in UsersBase trait
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 13:31:22 +00:00
Cursor Agent 1c0b5e9b6d Fix select query handling to only return $id when no attributes specified
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 13:16:39 +00:00
Cursor Agent 7118146174 Update user query tests to check subquery attributes when selected
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 13:12:07 +00:00
Cursor Agent c07ede1fc5 Add comprehensive tests for Query::select with users endpoint
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 13:05:31 +00:00
Cursor Agent 3ad1bcbb25 Move Select validator to Utopia namespace and remove Appwrite-specific implementation
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 12:59:42 +00:00
Luke B. Silver a39877687c Merge pull request #10304 from appwrite/add-tests-for-head-requests
feat: allow HEAD requests and add test for it
2025-08-12 13:47:21 +01:00
Cursor Agent 02114785d0 Refactor query processing to handle subquery attributes more efficiently
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 12:37:34 +00:00
Cursor Agent 28ba9e3404 Refactor subquery attribute handling in users API endpoint
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 12:37:01 +00:00
Cursor Agent 94b2f1a691 Simplify user collection config retrieval in users API controller
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 12:31:52 +00:00
Chirag Aggarwal 73549a59a2 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-12 17:54:54 +05:30
Chirag Aggarwal f9d0746e13 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-12 17:54:45 +05:30
Chirag Aggarwal 2f80164667 update executor 2025-08-12 17:52:52 +05:30
Cursor Agent 438ea2388b Fix subquery attribute filtering in user API endpoint
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 12:18:20 +00:00
Cursor Agent e1f7d501be Checkpoint before follow-up message
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 12:16:46 +00:00
Cursor Agent f5d39f8a95 Implement select query validation and dynamic subquery filtering for users
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-12 12:11:49 +00:00
Chirag Aggarwal 0e636f67be update client 2025-08-12 16:24:01 +05:30
Chirag Aggarwal f8afbbbf3c feat: allow HEAD requests and add test for it 2025-08-12 16:14:15 +05:30
Matej Bačo f81fd16d26 Merge pull request #10299 from appwrite/feat-functions-redis-queue
Feat: Redis functions queue (reapply with fixes)
2025-08-11 16:55:02 +02:00
Matej Bačo 100ab4ef89 Fix flakyness 2025-08-11 15:36:11 +02:00
Matej Bačo b641c9e5e0 Linter fix 2025-08-11 15:13:57 +02:00
Matej Bačo 3efd9a778e Reapply "Feat: Make functions worker customizable"
This reverts commit 7e110bf292.
2025-08-11 15:07:05 +02:00
Matej Bačo ee13066f18 Fix missing place not using proper publisher 2025-08-11 15:06:23 +02:00
Jake Barnby ec174a15cf Merge pull request #10298 from appwrite/revert-10287-feat-customizable-function-broker
Revert "Feat: Make functions worker customizable"
2025-08-12 00:49:16 +12:00
Jake Barnby 7e110bf292 Revert "Feat: Make functions worker customizable" 2025-08-12 00:38:41 +12:00
Jake Barnby 12d085373e Merge pull request #10294 from appwrite/cursor/fix-databases-worker-cache-clearing-bug-2799
Fix databases worker cache clearing bug
2025-08-12 00:20:44 +12:00
Jake Barnby a8cc01da7c Merge pull request #10297 from appwrite/feat-skip-user-subqueries
Skip redundant subqueries in users list route
2025-08-12 00:19:35 +12:00
Matej Bačo 334c1478ab Merge pull request #10288 from appwrite/chore-update-flutter-build-command
Update build command for flutter
2025-08-11 13:02:32 +02:00
Jake Barnby 672f642de6 Update DB 2025-08-11 23:01:52 +12:00
Khushboo Verma 4da9b99414 Bump flutter starter version 2025-08-11 16:11:58 +05:30
Jake Barnby 7a0b34474f Skip redundant subqueries in users list route 2025-08-11 21:26:10 +12:00
Cursor Agent b89d713002 Purge collection cache alongside document cache in database operations
Co-authored-by: jakeb994 <jakeb994@gmail.com>
2025-08-11 07:01:06 +00:00
Khushboo Verma 913fa9d064 Update build command for flutter 2025-08-08 21:50:11 +05:30
Matej Bačo 3510b9db28 Merge pull request #10287 from appwrite/feat-customizable-function-broker
Feat: Make functions worker customizable
2025-08-08 17:41:30 +02:00
Matej Bačo 9a6c4c5ebe Fix typo 2025-08-08 17:21:31 +02:00
Matej Bačo 2b3a8527ff Make functions worker customizable 2025-08-08 17:15:14 +02:00
Matej Bačo f4306220c4 Merge pull request #10284 from appwrite/temp-add-placeholder-detection
Add placeholder detection
2025-08-08 16:32:28 +02:00
Jake Barnby eb3caea5b4 Merge pull request #10283 from appwrite/fix-csv-import
Update migrations
2025-08-09 01:14:38 +12:00
Jake Barnby 96b7f31abb Fix tests 2025-08-09 00:53:33 +12:00
Matej Bačo 1fba63e986 Fix formatting 2025-08-08 14:00:30 +02:00
Matej Bačo ae5225d8ee Add placeholder detection 2025-08-08 13:58:41 +02:00
Jake Barnby e94c8bfd97 Merge pull request #10278 from appwrite/pla-3349
chore: add readonly param to sequence, databaseId and collectionId
2025-08-08 23:52:25 +12:00
Jake Barnby 10254c5e24 Update migrations 2025-08-08 23:45:31 +12:00
Chirag Aggarwal bf6bbfa058 update casing 2025-08-08 16:40:12 +05:30
Chirag Aggarwal b464a3d7a2 fix: lint 2025-08-08 13:39:25 +05:30
Chirag Aggarwal c9691be34a chore: add readonly param to sequence, databaseId and collectionId 2025-08-08 12:53:58 +05:30
Christy Jacob f537f5f901 Merge pull request #10271 from appwrite/update-android-kotlin-sdks
chore: update SDK generator and sdks
2025-08-08 00:19:41 +04:00
Matej Bačo 7dd9ade894 Merge pull request #10267 from appwrite/feat-check-CAA-in-DNS
Feat: CAA validator
2025-08-06 12:09:25 +02:00
Matej Bačo aa837c7b43 PR review fixes 2025-08-06 11:43:07 +02:00
Matej Bačo 3541fcb237 Fix manual QA edge case 2025-08-06 11:30:56 +02:00