Commit Graph

  • 440be52405 chore: update executor healthcheck to improve flakiness chore-update-executor-healthcheck Chirag Aggarwal 2026-01-23 09:47:54 +05:30
  • 7643196d97 fix: deploymentstatus enum missing canceled value fix-deployment-enum Chirag Aggarwal 2026-01-23 09:22:18 +05:30
  • 7e994f8db5 release cli sdk 13.1.0 Chirag Aggarwal 2026-01-21 10:36:25 +05:30
  • c44ac4b933 added tests realtime-queries-sdk-test-endpoint ArnabChatterjee20k 2026-01-23 00:55:29 +05:30
  • 09edebd6a3 feat: enhance hasSubscriber method to support query filtering ArnabChatterjee20k 2026-01-23 00:51:14 +05:30
  • 1ec142fe07 getQueriesValidator fogelito 2026-01-22 17:33:55 +02:00
  • 1c73d54153 revert fogelito 2026-01-22 17:32:39 +02:00
  • 1daef72ca9 allow nulls fogelito 2026-01-22 17:23:46 +02:00
  • c5b415af59 add method fogelito 2026-01-22 17:05:19 +02:00
  • 3d86f67acb update: move server handling to a new file. update: tooltip things. remove: unused var. Darshan 2026-01-22 19:52:46 +05:30
  • b1915fa20c static fogelito 2026-01-22 16:15:52 +02:00
  • 82032ac60a validator fogelito 2026-01-22 15:56:11 +02:00
  • 27121a7f1e revert getQueriesValidator fogelito 2026-01-22 15:33:22 +02:00
  • bef969738e revert getQueriesValidator fogelito 2026-01-22 15:32:02 +02:00
  • 1b7cc0b5f9 Add docs Jake Barnby 2026-01-23 01:51:58 +13:00
  • 60a0b663b9 Add tests Jake Barnby 2026-01-23 01:51:52 +13:00
  • e6496ec453 Add routes Jake Barnby 2026-01-23 01:51:43 +13:00
  • 07204d748d Add response models Jake Barnby 2026-01-23 01:51:24 +13:00
  • 58440e70ac misc. Darshan 2026-01-22 18:12:41 +05:30
  • dd16ead898 update: new installer ui. Darshan 2026-01-22 17:28:23 +05:30
  • d7f8956333 remove member ser-539-v3 Hemachandar 2026-01-22 14:00:02 +05:30
  • bb7126ef0a Base implementation Hemachandar 2026-01-22 13:58:22 +05:30
  • f79e846cb2 Fix GraphQL hanging by running both promise queues feat-dynamic-graphql Jake Barnby 2026-01-22 20:20:11 +13:00
  • ac7fc7ae69 linting ArnabChatterjee20k 2026-01-22 12:47:26 +05:30
  • 4b570dc3f0 updetad pools ArnabChatterjee20k 2026-01-22 12:41:18 +05:30
  • aa3d66df7b Merge branch 'new-pool-adapter' into documents-db-api ArnabChatterjee20k 2026-01-22 12:34:22 +05:30
  • 9ed02eb194 Fix GraphQL promise resolution hanging by using wait() Jake Barnby 2026-01-22 18:20:37 +13:00
  • b317f85fb6 Fix depricated schema Matej Bačo 2026-01-21 16:27:09 +01:00
  • 8e98c08a23 Fix failing tests Matej Bačo 2026-01-21 16:05:43 +01:00
  • bea6ccbe92 Pull changes fogelito 2026-01-21 15:59:36 +02:00
  • c126dba3b5 Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2 fogelito 2026-01-21 15:58:07 +02:00
  • c72e69371b Filters fogelito 2026-01-21 15:50:19 +02:00
  • 6ebc36d0f3 Fix merge conflict Matej Bačo 2026-01-21 14:47:18 +01:00
  • e5ed7c835a Merge branch '1.8.x' into chore-php-types Matej Bačo 2026-01-21 14:43:22 +01:00
  • cbb5963b29 Merge pull request #11172 from appwrite/fix-missing-doc Damodar Lohani 2026-01-21 19:07:42 +05:45
  • f376db7b26 docs: add get-queue-audits reference documentation Damodar Lohani 2026-01-21 13:14:28 +00:00
  • a39627e555 Use queue-based deferred execution matching SyncPromise Jake Barnby 2026-01-22 00:50:44 +13:00
  • 5138ebec7b Use GQLPromise::then() in all() to match SyncPromiseAdapter Jake Barnby 2026-01-22 00:32:09 +13:00
  • ca30269486 Execute promise callbacks synchronously for WaitGroup compat Jake Barnby 2026-01-22 00:17:23 +13:00
  • 6ae070c3f1 Fix create() to match SyncPromiseAdapter pattern Jake Barnby 2026-01-21 23:53:29 +13:00
  • a3c6e45e92 convertSelectQueries fogelito 2026-01-21 12:37:44 +02:00
  • 233c4761d6 Implement task queue and wait() for graphql-php compatibility Jake Barnby 2026-01-21 23:35:58 +13:00
  • d7174d0de3 Fix PSR-12 style for arrow functions Jake Barnby 2026-01-21 23:05:13 +13:00
  • 66c83162d3 Rewrite SwoolePromise to be fully synchronous Jake Barnby 2026-01-21 23:02:47 +13:00
  • 8b297f5a89 Simplify all() to use SwoolePromise.then() directly Jake Barnby 2026-01-21 22:48:30 +13:00
  • 4604c77939 Fix createFulfilled/createRejected to resolve immediately Jake Barnby 2026-01-21 22:33:32 +13:00
  • ef46367fa3 Use Channel-based polling in all() implementation Jake Barnby 2026-01-21 22:21:07 +13:00
  • 3078e6bff5 Run promise callbacks synchronously instead of in new coroutines Jake Barnby 2026-01-21 22:06:34 +13:00
  • 80643faacc Rewrite SwoolePromise with callback-based resolution Jake Barnby 2026-01-21 21:35:49 +13:00
  • bfd34b3b15 fix validation Chirag Aggarwal 2026-01-21 14:01:16 +05:30
  • a66551863a update composer Chirag Aggarwal 2026-01-21 13:46:46 +05:30
  • 33abd7f0ed Merge branch '1.8.x' into feat-sdk-for-md Chirag Aggarwal 2026-01-21 13:46:33 +05:30
  • a16e05ed4d updated timeout ArnabChatterjee20k 2026-01-21 13:36:35 +05:30
  • cd75f17815 Add public resolve/reject to Promise and fix all() implementation Jake Barnby 2026-01-21 20:56:28 +13:00
  • 7b9970af9c Rewrite all() to match SyncPromiseAdapter pattern Jake Barnby 2026-01-21 20:35:33 +13:00
  • 2544baa669 Fix batch promises with coroutine-based synchronization Jake Barnby 2026-01-21 20:10:07 +13:00
  • 84dc5682d5 updated auth param ArnabChatterjee20k 2026-01-21 12:31:42 +05:30
  • a112de41c5 updated ollama timeout ArnabChatterjee20k 2026-01-21 12:23:29 +05:30
  • 02bba85fe7 updated migration tests for adding endpoint ArnabChatterjee20k 2026-01-21 12:21:37 +05:30
  • 4d6a3d36f7 Fix batch promise handling with callback-based completion tracking Jake Barnby 2026-01-21 19:46:36 +13:00
  • ab936a7ce4 Simplify Swoole adapter all() by delegating to SwoolePromise::all Jake Barnby 2026-01-21 19:17:32 +13:00
  • 56f68d33df updated migration ArnabChatterjee20k 2026-01-21 11:44:13 +05:30
  • b671bfb1c7 Fix Swoole adapter all() to work directly with GQLPromise objects Jake Barnby 2026-01-21 18:55:20 +13:00
  • a70d67810e Fix Promise::all() to handle mixed values and promises Jake Barnby 2026-01-21 18:36:40 +13:00
  • 633e290bb4 Merge pull request #11171 from appwrite/fix-compression-enabled-env Chirag Aggarwal 2026-01-21 11:00:59 +05:30
  • 9b14a8f08d Add _APP_COMPRESSION_ENABLED env variable to .env and docker-compose Chirag Aggarwal 2026-01-21 10:41:29 +05:30
  • bdb8bc081f Add doc Jake Barnby 2026-01-21 18:09:46 +13:00
  • 762be367e1 Fix collision Jake Barnby 2026-01-21 18:09:03 +13:00
  • f3b2562add Flag dirty across workers Jake Barnby 2026-01-21 17:22:33 +13:00
  • 0d26a2a2dd Merge remote-tracking branch 'origin/1.8.x' into feat-dynamic-graphql Jake Barnby 2026-01-21 14:02:19 +13:00
  • 124ee0df8f Remove redundant type locking Jake Barnby 2026-01-21 13:59:52 +13:00
  • 802379366a Fix project/collection schema sanitization Jake Barnby 2026-01-21 13:59:40 +13:00
  • 9b8dcfda07 Fix custom scalar Jake Barnby 2026-01-21 13:59:24 +13:00
  • d4edf9ed13 updated vectordb test ArnabChatterjee20k 2026-01-20 20:10:57 +05:30
  • 12b38e2a27 commenting mongodb out for now to check the issues on the ci ArnabChatterjee20k 2026-01-20 19:45:19 +05:30
  • 9f1807a128 linting and fixing resources timeout and validator ArnabChatterjee20k 2026-01-20 19:41:52 +05:30
  • e4558faf2b regen: specs. Darshan 2026-01-20 19:26:20 +05:30
  • 3db634610c add: missing doc. Darshan 2026-01-20 19:26:00 +05:30
  • 6bdfcc3fb5 fixed endpoint in migration ArnabChatterjee20k 2026-01-20 18:44:54 +05:30
  • 511ca2a860 specs. Darshan 2026-01-20 18:30:13 +05:30
  • 0ad004e1a1 update: comment. Darshan 2026-01-20 18:29:12 +05:30
  • 43cd9cc086 add: tests; fix: tests. Darshan 2026-01-20 18:28:47 +05:30
  • fca1563db7 fix: endpoint. Darshan 2026-01-20 18:23:04 +05:30
  • d38bf2f909 append variables Hemachandar 2026-01-20 18:07:18 +05:30
  • e9698c96f0 Allow dynamic types Jake Barnby 2026-01-21 01:32:34 +13:00
  • b9d5371403 Add addVariable method to Mail event Hemachandar 2026-01-20 17:30:28 +05:30
  • db068f31ba linter fogelito 2026-01-20 13:49:13 +02:00
  • 9182326033 update: wire JSON import/export. Darshan 2026-01-20 17:17:41 +05:30
  • 50673c3223 Filters fogelito 2026-01-20 13:42:22 +02:00
  • d8dd1918c4 synced vectordb ArnabChatterjee20k 2026-01-20 15:45:12 +05:30
  • 376c5e47f5 added missing injections ArnabChatterjee20k 2026-01-20 14:01:37 +05:30
  • edfb9e0bd7 updated resources to use the listeners based on the databasetype ArnabChatterjee20k 2026-01-20 13:56:52 +05:30
  • eab4c7f28a Merge remote-tracking branch 'origin/1.8.x' into documents-db-api ArnabChatterjee20k 2026-01-20 13:56:32 +05:30
  • 9f0ca2bc53 Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php Jake Barnby 2026-01-20 20:42:36 +13:00
  • 605cf0c985 Update src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/XList.php Jake Barnby 2026-01-20 18:21:14 +13:00
  • c361340252 linting ArnabChatterjee20k 2026-01-19 18:45:05 +05:30
  • 41e197003e fixed merge conflicts ArnabChatterjee20k 2026-01-19 18:43:30 +05:30
  • 7d5d97e53b Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2 fogelito 2026-01-19 14:41:15 +02:00
  • ddbddafbf9 Merge pull request #11161 from appwrite/release-cli-13.0.1 Chirag Aggarwal 2026-01-19 18:00:59 +05:30
  • 86a4bfa74e chore: release cli 13.0.1 Chirag Aggarwal 2026-01-19 17:58:43 +05:30