Chirag Aggarwal
bbeca28026
refactor use env variables for queue and class names
2025-12-23 16:09:42 +05:30
Jake Barnby
dc85d44647
Revert "Refactor auth single instance"
2025-12-20 02:54:50 +13:00
Jake Barnby
13f4aa9a80
Merge remote-tracking branch 'origin/1.8.x' into refactor-auth-single-instance
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/vcs.php
# app/controllers/general.php
# app/controllers/shared/api.php
# app/init/resources.php
# composer.lock
# src/Appwrite/Platform/Modules/Console/Http/Resources/Get.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Transactions/Update.php
# src/Appwrite/Platform/Modules/Functions/Http/Executions/Create.php
# src/Appwrite/Platform/Workers/Migrations.php
2025-12-18 18:17:41 +13:00
Chirag Aggarwal
5daacb7161
Refactor Specs task for better code organization
...
- Extract platform, auth counts, and keys into separate methods
- Add getPlatforms(), getAuthCounts(), and getKeys() methods
- Extract SDK platform logic into getSDKPlatformsForRouteSecurity()
- Add PHPDoc comments with proper type hints
- Move constructor to top of class for better readability
2025-12-14 11:21:44 +05:30
shimon
7041cae48c
Refactor health check logic to simplify database failure handling
2025-12-02 12:58:55 +02:00
shimon
beea3abfc7
remove debug prints
2025-12-01 15:50:15 +02:00
shimon
2dfa7d9542
Enhance health check logic to allow partial database failures without throwing an error, improving resilience in environments with multiple databases.
2025-12-01 13:40:34 +02:00
shimon
22c90ca7ad
debug
2025-12-01 13:23:58 +02:00
shimon
2563a8f967
health api fix
2025-12-01 13:11:17 +02:00
shimon
27d88a421e
debug
2025-12-01 11:59:21 +02:00
shimon
e4755c624f
debug
2025-12-01 11:45:01 +02:00
shimon
21ef33ea45
debug
2025-12-01 11:34:09 +02:00
shimon
5b2fdf7e5b
tmp debug health db api
2025-12-01 11:19:25 +02:00
loks0n
39a190f60c
fix: db queues
2025-09-12 19:28:27 +01:00
loks0n
e4adff4edc
chore: jake review
2025-09-03 12:10:34 +01:00
loks0n
5423b63c8a
refactor: prevent direct publisher calls
2025-09-03 12:10:34 +01:00
loks0n
4bc3d89b15
deploy: fix queue health
2025-08-25 16:37:26 +01:00
Matej Bačo
52af439cac
Fix backwards comptibility
2025-08-19 16:43:31 +02:00
Matej Bačo
3efd9a778e
Reapply "Feat: Make functions worker customizable"
...
This reverts commit 7e110bf292 .
2025-08-11 15:07:05 +02:00
Jake Barnby
7e110bf292
Revert "Feat: Make functions worker customizable"
2025-08-12 00:38:41 +12:00
Matej Bačo
9a6c4c5ebe
Fix typo
2025-08-08 17:21:31 +02:00
Matej Bačo
2b3a8527ff
Make functions worker customizable
2025-08-08 17:15:14 +02:00
loks0n
1d86cc6010
feat: stats-usage on redis
2025-07-24 16:19:13 +01:00
Jake Barnby
2a73dddbdb
Fix health
2025-07-03 14:09:08 -04:00
Chirag Aggarwal
851894947f
chore: restore unique filename for health check #9842
2025-06-11 03:55:11 +00:00
Christy Jacob
28d2ed1baa
Revert "Feat sequence"
2025-05-23 21:39:56 +04:00
Jake Barnby
587b84d04a
Merge remote-tracking branch 'origin/1.7.x' into feat-sequence
2025-05-23 19:40:57 +12: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
Chirag Aggarwal
fe5419401a
chore: use unique filename for health check
2025-05-21 07:28:25 +00: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
Jake Barnby
c759f9ec11
Revert "Feat pool adapter"
2025-04-30 23:24:54 +12:00
Jake Barnby
e643e7a406
Lint
2025-04-29 21:33:51 +12:00
Jake Barnby
acec1ab699
Use pool adapters in health api
2025-04-29 21:28:25 +12:00
Jake Barnby
6caa347b26
Merge remote-tracking branch 'origin/1.6.x' into feat-pool-adapter
...
# Conflicts:
# composer.lock
# src/Appwrite/Messaging/Adapter/Realtime.php
2025-04-28 21:56:45 +12:00
Matej Bačo
d8103cb57e
Merge branch '1.7.x' into 1.6.x
2025-04-25 12:18:04 +02:00
Jake Barnby
70364d7a07
Format
2025-04-17 17:09:08 +12:00
Jake Barnby
28addd6702
Merge remote-tracking branch 'origin/1.6.x' into feat-pool-adapter
...
# Conflicts:
# app/controllers/api/health.php
2025-04-17 13:34:30 +12:00
Chirag Aggarwal
c1f62ce0bd
Merge branch '1.6.x' into feat-group
2025-04-16 04:49:07 +00:00
Chirag Aggarwal
abcaf6cd73
feat: sdk group attribute
2025-03-31 05:48:17 +00:00
Damodar Lohani
d5ad714f5a
fix missing queue name
2025-03-30 06:09:03 +00:00
Jake Barnby
ec2f3b69cc
API scope pool use
2025-03-28 16:50:13 +13:00
Damodar Lohani
cfb1f4fcdb
fix: remove stats usage dump
2025-03-27 08:29:12 +00:00
Matej Bačo
a89f591f63
Use deviceForSites properly
2025-02-25 16:42:25 +01:00
Damodar Lohani
ec9045b488
add stats-resources health queue
2025-02-09 06:36:59 +00:00
Damodar Lohani
c27c3499aa
fix endpoint and add test
2025-02-06 04:48:40 +00:00
Damodar Lohani
2efe1ed9dc
new health endpoint
2025-02-06 04:24:04 +00:00
Damodar Lohani
87b3f535bd
fix renaming
2025-02-06 03:36:53 +00:00
Damodar Lohani
cf66bee925
Merge remote-tracking branch 'origin/1.6.x' into feat-logs-db
2025-02-05 09:49:11 +00:00
Fabian Gruber
a16f26d378
feat: add AMQP queues
2025-02-05 10:29:33 +01:00
Damodar Lohani
d31a358392
Temp: everything to be removed
2025-01-30 07:07:10 +00:00