Prem Palanisamy
12dca64b60
Merge remote-tracking branch 'origin/1.8.x' into migration-resource-enum-fix
2026-02-26 12:04:16 +00:00
Eldad A. Fux
a71f3555ae
Merge pull request #11412 from appwrite/fix-better-error-for-functions
...
Fix better error for functions
2026-02-26 12:07:31 +01:00
Jake Barnby
dd925e335b
Merge pull request #11411 from appwrite/bump-pools
2026-02-26 10:35:46 +00:00
Chirag Aggarwal
0e8b5f1d04
Merge pull request #11400 from appwrite/fix-execution-timeout-status
...
fix: show timed-out executions as failed across API endpoints
2026-02-26 15:43:00 +05:30
eldadfux
d7c8b9d43a
Better error message when a function fail instead of general_unknown
2026-02-26 10:24:46 +01:00
ArnabChatterjee20k
7562946434
bump pools
2026-02-26 14:29:31 +05:30
Hemachandar
a76a42d2dc
Change validation order in delete memberships API ( #11410 )
2026-02-26 12:25:28 +05:30
eldadfux
79d219bf50
fix cache duplication
2026-02-26 07:50:51 +01:00
eldadfux
9b2143a2a5
Fixed cache duplication
2026-02-26 07:44:35 +01:00
Hemachandar
76965252d8
Move teams API to Modules ( #11358 )
...
* Move teams API to Modules
* lint
* Move team prefs & logs API to Modules (#11359 )
* Move team prefs & logs API to Modules
* format
* missin desc
* Move team memberships API to Modules (#11362 )
* Move team memberships API to Modules
* fix config dir
* Cloud parity
* params
* Cloud conflicts
* refactor
* prop
* refactor
* set teamId
* feedback
* feedback 2
* fix url-encoding
2026-02-26 11:18:29 +05:30
Chirag Aggarwal
8891890601
fix: show timed-out executions as failed across API endpoints
...
Executions that time out can remain stuck in waiting or processing status
in the database. This mirrors the frontend workaround from console#2788
across the relevant API endpoints for both functions and sites.
Changes:
- GET execution/log: override status to failed in response if elapsed time
since creation exceeds the resource timeout
- LIST executions/logs: same in-response override; when caller filters by
failed, expands DB query with OR to also fetch waiting/processing entries
created before the timeout threshold so they appear in results; skips
in-response override when caller explicitly requests a non-failed status
to avoid contradicting the filter
- DELETE execution: allows deletion of timed-out executions that are still
stored as waiting/processing by treating them as failed for the status guard
All changes are in-memory only — the database records are not modified.
Includes a note to remove once a proper DB-level fix is applied.
2026-02-26 09:22:33 +05:30
Jake Barnby
0272a7f337
Merge pull request #11404 from appwrite/realtime-channels-tablesdb-fix
2026-02-26 03:43:50 +00:00
Jake Barnby
52d5ae50d9
Merge pull request #11405 from appwrite/patch-text-types-return
2026-02-26 03:33:52 +00:00
premtsd-code
db85004b12
Merge branch '1.8.x' into migration-resource-enum-fix
2026-02-25 23:16:52 +00:00
eldadfux
b7e4f78c56
fix
2026-02-26 00:00:10 +01:00
eldadfux
159da8ba31
Fix 500 errors where we don't report duplication properly
2026-02-25 23:58:22 +01:00
Hemachandar
cfddef3706
Upgrade utopia-php/vcs ( #11401 )
...
* Upgrade `utopia-php/vcs`
* fix
* bump
2026-02-25 19:54:04 +05:30
ArnabChatterjee20k
ca8d613614
updated test
2026-02-25 19:46:09 +05:30
ArnabChatterjee20k
8c579cf88d
updated string filtering in the filters
2026-02-25 19:29:03 +05:30
ArnabChatterjee20k
a57d970840
Add support for tablesdb in event generation and realtime channels
2026-02-25 18:58:33 +05:30
Prem Palanisamy
88ce622e4a
chore: update utopia-php/migration to 1.6.2
2026-02-25 12:06:12 +00:00
premtsd-code
c041e57b8f
Merge branch '1.8.x' into migration-resource-enum-fix
2026-02-25 11:57:48 +00:00
Atharva Deosthale
5d6e43e01b
Merge pull request #11371 from appwrite/add-cursor-plugin
2026-02-25 17:11:20 +05:30
Prem Palanisamy
4a0f00f7db
chore: update utopia-migration to 134efdc
2026-02-25 11:35:07 +00:00
premtsd-code
de21cab22a
Merge branch '1.8.x' into migration-resource-enum-fix
2026-02-25 10:28:28 +00:00
Prem Palanisamy
f8929e1f2e
fix: use utopia-migration dev branch with deployment download fixes
2026-02-25 10:25:05 +00:00
Atharva Deosthale
c1e2d4593d
Merge remote-tracking branch 'origin/1.8.x' into add-cursor-plugin
...
# Conflicts:
# composer.lock
2026-02-25 15:41:05 +05:30
Jake Barnby
32ef15f89a
Merge pull request #11398 from appwrite/fix-cast
2026-02-25 09:58:35 +00:00
Jake Barnby
7dc50b43dc
Fix method
2026-02-25 22:20:52 +13:00
Jake Barnby
a43e94990b
Lint
2026-02-25 21:49:31 +13:00
Jake Barnby
c91252d94c
Switch types
2026-02-25 21:42:28 +13:00
Damodar Lohani
b4a32c8265
Merge pull request #11397 from appwrite/revert-11387-feat-update-project-usage
...
Revert "Fix: add missing sites bandwidth to project usage"
2026-02-25 13:35:55 +05:45
Jake Barnby
62d03199b6
Force ID as int
2026-02-25 20:44:44 +13:00
Damodar Lohani
244606ff1d
Revert "Fix: add missing sites bandwidth to project usage"
2026-02-25 12:56:05 +05:45
Prem Palanisamy
754ddbef3c
fix: remove deployment from MigrationReport model
2026-02-25 06:47:08 +00:00
Prem Palanisamy
ed93b77faa
fix: remove strict WhiteList for Appwrite migration endpoints
2026-02-25 06:44:42 +00:00
Prem Palanisamy
5a6cfdbe4c
fix: revert composer to 1.8.x and remove child resource counts from MigrationReport
2026-02-25 06:42:46 +00:00
Atharva Deosthale
9ee6304513
format
2026-02-25 10:35:32 +05:30
Atharva Deosthale
ff4e756958
Merge remote-tracking branch 'origin/1.8.x' into add-cursor-plugin
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Tasks/SDKs.php
2026-02-25 10:32:51 +05:30
Atharva Deosthale
19df20de61
composer
2026-02-25 10:18:37 +05:30
Prem Palanisamy
6b90d00cc2
fix: update utopia-migration lock to include strtolower removal
2026-02-25 00:24:16 +00:00
Prem Palanisamy
3ba5e12f89
fix: add deployment and environmentVariable to MigrationReport model
2026-02-24 23:19:21 +00:00
Prem Palanisamy
dc441c3973
fix: enable strict mode for Appwrite migration resource WhiteList
2026-02-24 22:44:57 +00:00
Prem Palanisamy
9745df4d37
fix: update utopia-migration to camelCase resource types
2026-02-24 22:30:32 +00:00
Prem Palanisamy
715adf62ca
fix: update utopia-migration to snake_case resource types
2026-02-24 15:54:42 +00:00
Prem Palanisamy
90ab70dfc6
fix: use dev branch of utopia-php/migration for site camelCase fix
2026-02-24 15:54:42 +00:00
Prem Palanisamy
b0c5185ebd
feat: add site migration
2026-02-24 15:54:42 +00:00
Prem Palanisamy
d58873ef14
added site migration E2E test
2026-02-24 15:54:42 +00:00
Prem Palanisamy
105c885c3f
added site migration
2026-02-24 15:54:42 +00:00
Prem Palanisamy
ad625029e8
feat: add migration resource enums to SDK specification
2026-02-24 15:54:42 +00:00