Commit graph

656 commits

Author SHA1 Message Date
Jake Barnby
7dd45b0644
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	src/Appwrite/Platform/Workers/StatsUsageDump.php
2025-06-11 17:22:20 -04:00
Christy Jacob
b4b28a9cf4 fix: project iteration loop 2025-06-11 18:36:52 +04:00
Steven Nguyen
eab0faab83
Merge pull request #9987 from appwrite/update-sdks-2
chore: update SDK versions
2025-06-10 21:34:18 -07:00
Jake Barnby
d3af2e4735
Add SDK version support 2025-06-10 14:27:19 -04:00
Jake Barnby
52de9030c4
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x 2025-06-10 13:20:02 -04:00
Christy Jacob
261adac306 chore: linter 2025-06-10 16:40:02 +04:00
Chirag Aggarwal
a1ff96829d chore: update pkgs 2025-06-10 12:38:48 +00:00
Christy Jacob
e8e2bb87f6 chore: update maintenance task to only iterate over active projects 2025-06-10 16:17:38 +04:00
Christy Jacob
b1e11ab854 chore: update maintenance task to only iterate over active projects 2025-06-10 16:14:53 +04:00
Christy Jacob
bc3e1990d0 chore: update maintenance task to only iterate over active projects 2025-06-10 16:12:24 +04:00
Jake Barnby
972c9dde21
Revert "Merge pull request #9932 from appwrite/fix-disable-tcp-hook"
This reverts commit 7a34c7b8df, reversing
changes made to 2b9b76f7bd.
2025-05-30 01:51:00 +12:00
Jake Barnby
c6b1209b8f
Disable TCP hook on stats resources 2025-05-30 00:32:55 +12:00
Jake Barnby
9cd521390f
Merge remote-tracking branch 'origin/1.6.x' into feat-sync-1.6
# Conflicts:
#	composer.lock
#	src/Appwrite/Platform/Workers/Builds.php
2025-05-28 21:00:38 +12:00
Jake Barnby
3158c15111
Merge remote-tracking branch 'origin/1.7.x' into 1.8.x
# Conflicts:
#	app/controllers/api/functions.php
#	app/controllers/api/project.php
#	app/controllers/api/proxy.php
#	app/controllers/api/storage.php
#	app/controllers/api/vcs.php
#	app/controllers/general.php
#	app/controllers/shared/api.php
#	app/init/database/filters.php
#	composer.json
#	composer.lock
#	src/Appwrite/Migration/Migration.php
#	src/Appwrite/Migration/Version/V15.php
#	src/Appwrite/Migration/Version/V16.php
#	src/Appwrite/Migration/Version/V17.php
#	src/Appwrite/Migration/Version/V18.php
#	src/Appwrite/Migration/Version/V19.php
#	src/Appwrite/Migration/Version/V20.php
#	src/Appwrite/Migration/Version/V21.php
#	src/Appwrite/Platform/Tasks/Migrate.php
#	src/Appwrite/Platform/Workers/Builds.php
#	src/Appwrite/Platform/Workers/Deletes.php
#	src/Appwrite/Platform/Workers/Functions.php
#	src/Appwrite/Platform/Workers/StatsResources.php
#	src/Appwrite/Platform/Workers/StatsUsage.php
2025-05-27 13:36:23 +12:00
Jake Barnby
86f7489640
Internal ID -> sequence 2025-05-26 17:42:11 +12:00
Christy Jacob
28d2ed1baa
Revert "Feat sequence" 2025-05-23 21:39:56 +04:00
Jake Barnby
71e3446498
Change internal ID to sequence 2025-05-23 02:55:29 +12:00
Fabian Gruber
241a0c88e1 fix: task coroutine hooks 2025-05-21 16:21:11 +02:00
Jake Barnby
3ec0f08db1
Merge remote-tracking branch 'origin/1.6.x' into feat-sync-1.6.x
# Conflicts:
#	composer.lock
#	src/Appwrite/Messaging/Adapter/Realtime.php
#	src/Appwrite/Platform/Workers/Deletes.php
2025-05-21 20:15:08 +12:00
loks0n
dde0dd2218 feat: add dev key to clients 2025-05-20 23:05:48 +01:00
Matej Bačo
cb97679553 Specs, SDKs and Docs fixes (deprecated params) 2025-05-20 11:50:36 +02:00
Jake Barnby
c0c9b64ce6
Fix length 2025-05-18 03:27:47 +12:00
Jake Barnby
91f8570801
Format 2025-05-17 01:57:57 +12:00
Jake Barnby
a3722f53a5
Fix getting function for rule 2025-05-17 01:39:25 +12:00
Jake Barnby
c56dba6b20
Add console 2025-05-17 00:19:12 +12:00
Jake Barnby
8ff4bc0f7b
Fix count 2025-05-16 22:07:34 +12:00
Jake Barnby
19d040d43d
Remove redundant method 2025-05-16 22:07:17 +12:00
Jake Barnby
379ffd8eeb
Disable coroutines 2025-05-16 20:30:29 +12:00
Jake Barnby
907d968a5f
Remove redundant doc migration 2025-05-16 17:25:06 +12:00
Matej Bačo
ac6450c726 Merge branch '1.6.x' into 1.7.x 2025-05-15 18:03:15 +02:00
Jake Barnby
55236524e3
Fix merge 2025-05-14 21:42:39 +12:00
Jake Barnby
4e9385f70b
Merge remote-tracking branch 'origin/1.6.x' into feat-pool-adapter 2025-05-14 21:29:10 +12:00
Jake Barnby
33fbab7e3d
Fix missing capture 2025-05-14 21:28:59 +12:00
Fabian Gruber
c0b7c47615
fix(schedules): disable coroutine until we have proper pool support (#9759) 2025-05-14 10:40:56 +02:00
Jake Barnby
09152a08e1
Fix merge 2025-05-14 18:27:51 +12:00
Jake Barnby
16b2449787
Revert "Merge pull request #9703 from appwrite/revert-9659-feat-pool-adapter"
This reverts commit bf9deb09f5, reversing
changes made to d312fe22ff.

# Conflicts:
#	app/cli.php
#	app/init/registers.php
#	composer.lock
#	src/Appwrite/Messaging/Adapter/Realtime.php
#	src/Appwrite/Platform/Tasks/ScheduleBase.php
#	src/Appwrite/Platform/Tasks/ScheduleExecutions.php
#	src/Appwrite/Platform/Tasks/ScheduleFunctions.php
#	src/Appwrite/Platform/Tasks/ScheduleMessages.php
2025-05-14 18:14:07 +12:00
Fabian Gruber
4853e0803c
fix(schedules): better error handling (#9751) 2025-05-13 14:05:13 +02:00
Fabian Gruber
40642b2aad
fix(schedules): enqueue delay telemetry in wrong format (#9749) 2025-05-13 13:03:09 +02:00
Matej Bačo
af0c872999 Merge branch '1.6.x' into 1.7.x 2025-05-13 10:11:39 +02:00
Fabian Gruber
7c229ad878
feat(scheduling): add telemetry for scheduler tasks (#9721) 2025-05-12 18:05:32 +02:00
Jake Barnby
932ed94b8c
Merge pull request #9065 from appwrite/feat-bulk-operations
Feat bulk operations
2025-05-08 14:26:52 +00:00
Chirag Aggarwal
2c8e1e1731 chore: deprecate delay 2025-05-08 13:44:58 +00:00
Chirag Aggarwal
fea58c2bc9 refactor: maintenance task to run at a specific time 2025-05-08 07:49:27 +00:00
Jake Barnby
cc4c147b15
First class callable syntax 2025-05-06 13:36:45 +12:00
Jake Barnby
c759f9ec11
Revert "Feat pool adapter" 2025-04-30 23:24:54 +12:00
Jake Barnby
58c536e232
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-operations
# Conflicts:
#	src/Appwrite/Platform/Tasks/Specs.php
#	src/Appwrite/SDK/Specification/Format/OpenAPI3.php
#	src/Appwrite/SDK/Specification/Format/Swagger2.php
2025-04-30 13:18:06 +12:00
Jake Barnby
6400b0dc48
Merge remote-tracking branch 'origin/1.6.x' into feat-pool-adapter 2025-04-30 13:16:56 +12:00
Jake Barnby
ed0929416b
Format 2025-04-30 13:13:14 +12:00
Jake Barnby
2e2af32be3
Fix missing trigger 2025-04-30 13:06:51 +12:00
Jake Barnby
ea38a7f869
Coroutine sleep 2025-04-30 13:05:31 +12:00