Jake Barnby and Claude Opus 4.5
9ed02eb194
Fix GraphQL promise resolution hanging by using wait()
...
Replace WaitGroup-based promise waiting with adapter's wait() method
which properly runs the deferred task queue. The previous implementation
would hang indefinitely because the queue was never processed, causing
the WaitGroup callback to never be called.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-22 18:20:37 +13:00
Jake Barnby
0d26a2a2dd
Merge remote-tracking branch 'origin/1.8.x' into feat-dynamic-graphql
...
# Conflicts:
# app/init/resources.php
# composer.lock
2026-01-21 14:02:19 +13:00
Jake Barnby
e9698c96f0
Allow dynamic types
2026-01-21 01:32:34 +13:00
Jake Barnby
8124b07860
Merge pull request #11033 from appwrite/add-webhooks-and-functions-events
2026-01-19 22:02:49 +13:00
Jake Barnby
5d24b51421
Allow separately enabling graphql introspection
2026-01-19 19:26:17 +13:00
shimon
94e29cff53
Fix typo in Authorization parameter in API action definition
2026-01-18 13:11:05 +02:00
shimon
72def3b2fb
Refactor API action parameters to include Authorization dependency
2026-01-18 13:05:43 +02:00
shimon
d015a75e81
linter
2026-01-18 12:48:36 +02:00
shimon
c3ea66b37a
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
...
# Conflicts:
# app/controllers/shared/api.php
# app/init/resources.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Delete.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Update.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Bulk/Upsert.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Transactions/Update.php
2026-01-18 11:01:40 +02:00
Damodar Lohani
72ce068714
Merge pull request #11057 from appwrite/feat-health-module
...
Feat: Health module
2026-01-18 07:27:19 +05:45
Matej Bačo
c2bf1e8040
Merge branch '1.8.x' into feat-new-schema-dualwriting
2026-01-16 13:24:02 +01:00
Matej Bačo
cda03f63ab
Support dual-writing for new schema features
2026-01-16 13:23:46 +01:00
Darshan
ccaea5d010
add: constant.
2026-01-16 16:11:38 +05:30
Darshan
79e150b7b2
fix: type.
2026-01-16 16:00:59 +05:30
Darshan
0ef4bf21cc
address comments.
2026-01-16 15:48:21 +05:30
Darshan
c67b77bca0
update: implement proper logs cleanup!
2026-01-16 15:06:35 +05:30
Damodar Lohani
fbf390c710
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-15 13:55:09 +00:00
Damodar Lohani
991f5ff9fd
Catch exception
2026-01-15 13:19:34 +00:00
Damodar Lohani
e8d8373922
Fix: phone auth limit
2026-01-15 12:59:30 +00:00
Jake Barnby and Claude Opus 4.5
b1171c661e
Add setDatabase() to all project database instances
...
This completes the fix for utopia-php/database 4.5.2 which removed
the automatic USE database statement. All Database instances that
create or query project databases now have explicit setDatabase()
calls.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 19:08:25 +13:00
Jake Barnby
2cfb5ecfd9
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit 38687bc24e .
2026-01-15 04:08:00 +13:00
Jake Barnby
38687bc24e
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit c12cad80bb , reversing
changes made to 2a17429226 .
# Conflicts:
# composer.lock
2026-01-15 03:48:42 +13:00
Jake Barnby
e2627d784b
Fix router param
2026-01-14 19:27:51 +13:00
Jake Barnby
5c915ef92f
Reapply "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit 321fc8ee70 .
2026-01-14 19:07:49 +13:00
Jake Barnby
321fc8ee70
Revert "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit a4734a5de7 , reversing
changes made to 15922fb88c .
# Conflicts:
# composer.lock
2026-01-14 02:37:17 +13:00
Jake Barnby
03812cf7bf
Lint
2026-01-13 18:59:55 +13:00
Jake Barnby
515a34c180
Set health adapter auth
2026-01-13 18:52:16 +13:00
Jake Barnby
8e688bad4d
Revert ping
2026-01-13 18:36:38 +13:00
Damodar Lohani
4905f7cc48
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-13 05:19:00 +00:00
Jake Barnby
2d6348bf5d
Fix health
2026-01-13 17:22:05 +13:00
Jake Barnby
9379e4d6c8
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# app/controllers/api/avatars.php
# composer.lock
# src/Appwrite/Platform/Modules/Functions/Workers/Builds.php
2026-01-13 15:46:23 +13:00
Darshan
bdd53212a0
Merge branch '1.8.x' into avatars-module
2026-01-12 12:04:41 +05:30
Darshan
1a69d9d236
remove: avatars controller.
2026-01-12 12:03:58 +05:30
shimon
362a7bef0e
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
2026-01-11 14:11:51 +02:00
Matej Bačo
71f389e1c0
AI PR review
2026-01-09 10:41:58 +01:00
Matej Bačo
d71b289025
Implement screenshot worker
2026-01-08 16:51:04 +01:00
Damodar Lohani
d68fc9a22e
Merge branch '1.8.x' into feat-health-module
2026-01-08 11:26:56 +05:45
Jake Barnby
e6505b9cf9
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-08 17:48:37 +13:00
shimon
1a87bde88e
removing blank lines
2026-01-07 17:25:12 +02:00
shimon
65bb8946f6
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
2026-01-07 16:58:23 +02:00
shimon
db4dcd164e
refactor: integrate EventProcessor for handling function and webhook events; streamline event triggering in database actions
2026-01-07 16:57:57 +02:00
Darshan
2cc7bbc0a4
update: address comment, inline method.
2026-01-07 16:00:52 +05:30
Jake Barnby
22f8a3eab9
Sync merge
2026-01-07 23:24:49 +13:00
Darshan
896e5a517a
lint.
2026-01-07 15:42:51 +05:30
Darshan
281dcfc64a
add queries to logging.
2026-01-07 15:37:56 +05:30
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00
Damodar Lohani
6f1cac7d76
Merge branch '1.8.x' into feat-health-module
2026-01-07 11:53:34 +05:45
shimon
0582cdf394
refactor: clean up whitespace and remove commented-out abuse handling code in api.php
2026-01-06 18:41:06 +02:00
shimon
3fa3318346
Merge branch '1.8.x' of github.com:appwrite/appwrite into add-webhooks-and-functions-events
2026-01-06 18:32:00 +02:00
shimon
23dfb23a3b
fix: revert Traefik image version to 2.11; implement caching for function events and webhooks; add cache purging on function create/update/delete events
2026-01-06 18:28:37 +02:00