1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00
Commit graph

19024 commits

Author SHA1 Message Date
Matej Bačo d89f8cc6b9 Upgrade pools lib 2024-04-19 13:14:00 +02:00
Christy Jacob c5316681ca chore: update database library 2024-04-18 13:43:32 +00:00
Christy Jacob ccfe363905
Merge pull request #7992 from appwrite/chore-task-addition
Chore task addition
2024-04-18 14:17:14 +04:00
shimon e3ed9b43f4 adding QueueRetry,QueueCount to tasks list 2024-04-18 13:13:40 +03:00
Christy Jacob f97f24eb16
Merge pull request #7991 from appwrite/chore-queue-retry-update
Chore: queue retry update
2024-04-18 13:32:19 +04:00
shimon 92716ed72e queue retry validator update 2024-04-18 12:09:39 +03:00
Matej Bačo 43b8030f10 Upgrade DB lib 2024-04-18 10:32:14 +02:00
Matej Bačo fd81c95e38 Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into refactor-usage-sn 2024-04-16 09:59:24 +02:00
Matej Bačo 487d93bf04 Revert breaking changes 2024-04-16 09:59:02 +02:00
Christy Jacob d1a7d8f54a
Merge pull request #7960 from appwrite/revert-connection-changes
Revert connection changes
2024-04-16 11:56:33 +04:00
Jake Barnby f95800de73
Revert connection changes 2024-04-12 14:37:15 +12:00
Jake Barnby 3f92987002
Merge pull request #7953 from appwrite/feat-check-internal-id
Match memberships on internal ID
2024-04-11 19:12:11 +12:00
Jake Barnby ff8ebb4f7e
Match memberships on internal ID 2024-04-11 19:09:04 +12:00
Jake Barnby 114a450f26
Update websockets to release version (no change) 2024-04-11 14:18:31 +12:00
Eldad A. Fux 143b73deef
Merge pull request #7951 from appwrite/fix-admin-mode-on-console
fix: admin mode on console
2024-04-10 20:18:51 +02:00
Torsten Dittmann 7cff879e58 style: remove unused imports 2024-04-10 19:52:14 +02:00
Torsten Dittmann 11fdefa2b8 chore: run formatter 2024-04-10 19:49:16 +02:00
Torsten Dittmann 8cad8f5533 fix: admin mode on console 2024-04-10 19:46:31 +02:00
Jake Barnby d6be999c12
Merge pull request #7941 from appwrite/feat-reclaim-only-current-connection
Reclaim only current connection
2024-04-10 17:08:53 +12:00
Jake Barnby 3859f037a1
Revert "Reclaim only used connections for workers"
This reverts commit fefb60557d.

# Conflicts:
#	app/worker.php
2024-04-09 20:50:33 +12:00
Jake Barnby 9a3f6e7f71
Add connections test 2024-04-09 20:27:30 +12:00
Jake Barnby b50ec49ac1
Move Connections to pools namespace 2024-04-09 20:26:42 +12:00
Jake Barnby 388f450d89
Fix missing injection 2024-04-09 18:11:08 +12:00
Jake Barnby 4bef6125f7
Use on worker stop to properly reclaim realtime redis connections and unsubscribe 2024-04-09 17:05:44 +12:00
Jake Barnby fefb60557d
Reclaim only used connections for workers 2024-04-09 17:04:31 +12:00
Jake Barnby 730e7319df
Use connection group to reclaim all use connections for request 2024-04-09 17:03:28 +12:00
Jake Barnby 0e5f6a34b0
Merge pull request #7937 from appwrite/feat-reclaim-only-current-connection
Update database
2024-04-08 20:29:39 +12:00
Jake Barnby a0051eaa81
Update database 2024-04-08 19:59:36 +12:00
Jake Barnby c5c0c8a8e6
Merge pull request #6886 from appwrite/feat-reclaim-only-current-connection
Fix connection reclaim logic.
2024-04-08 16:14:04 +12:00
Jake Barnby 7b66cc5672
Revert getProjectDB change 2024-04-08 15:48:57 +12:00
Jake Barnby 899bba64d1
Add try/catch/reclaim around sending stats 2024-04-08 14:55:41 +12:00
Jake Barnby fc4cbb8174
Move getConsole tick inside try/catch 2024-04-08 14:40:51 +12:00
Jake Barnby be761dd5cd
Merge branch 'refactor-usage-sn' into feat-reclaim-only-current-connection 2024-04-08 14:34:52 +12:00
Jake Barnby 293d85525c
Fix on message db resource fetch 2024-04-08 13:43:53 +12:00
Khushboo Verma 9f7ecb98d3
Merge pull request #7925 from appwrite/chore-bump-executor-version
Bump executor version to 0.5.1
2024-04-05 23:04:00 +05:30
Khushboo Verma 6d5b087605 Bump executor version to 0.5.1 2024-04-05 22:39:52 +05:30
Jake Barnby 048b4f76c8
Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-reclaim-only-current-connection 2024-04-04 20:28:14 +13:00
Jake Barnby 6ff50103ac
Merge pull request #7917 from appwrite/feat-db-update
Update db for relationships and object as array attributes fixes
2024-04-04 20:16:44 +13:00
Jake Barnby ccf437dac4
Update db for relationships and object as array attributes fixes 2024-04-04 19:56:09 +13:00
Jake Barnby 2452d3a479
Reclaim only the used connection for realtime 2024-04-04 18:57:33 +13:00
Jake Barnby 479ed3d0b1
Inline defaults 2024-04-04 18:51:40 +13:00
Jake Barnby 8974dcfb39
Merge remote-tracking branch 'origin/refactor-usage-sn' into feat-reclaim-only-current-connection
# Conflicts:
#	app/console
#	app/init.php
2024-04-04 17:21:16 +13:00
Eldad A. Fux 47213c50b6
Merge pull request #7911 from appwrite/remove-realtime-timer-tick
Comment timer tick
2024-04-03 19:49:26 +02:00
Khushboo Verma f66a65f27b Comment timer tick 2024-04-03 22:54:14 +05:30
Matej Bačo aa92257c76
Merge pull request #7910 from appwrite/chore-update-executor-version
Update executor version
2024-04-03 14:08:26 +02:00
Khushboo Verma 008c3ac19a Update executor version 2024-04-03 17:18:15 +05:30
Christy Jacob a792f3de1d
Merge pull request #7896 from appwrite/fix-deployment-not-found-error
Create failed execution from worker if deployment doesn't exist
2024-04-02 17:49:28 +04:00
Khushboo Verma 26db6fa4c5 Remove var-dump 2024-04-02 17:49:09 +05:30
Matej Bačo 7c691b3c7c Fix version missmatch 2024-04-02 13:01:55 +02:00
Matej Bačo e3a039db49 Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into refactor-usage-sn 2024-04-02 11:42:18 +02:00