shimon
|
d483fbd43b
|
Update composer.lock and refactor ScheduleBase class for improved schedule processing
|
2025-12-03 18:22:46 +02:00 |
|
Jake Barnby
|
8765d5650a
|
Revert "Merge pull request #10682 from appwrite/refactor-auth-single-instance"
This reverts commit 919b01a1b1, reversing
changes made to deb5039352.
|
2025-11-19 16:21:06 +13:00 |
|
shimon
|
0904881de8
|
Refactor authorization handling to ensure consistent usage of the Authorization class across various modules, enhancing code maintainability and clarity. Update method signatures to include authorization as a parameter where necessary.
|
2025-11-02 18:11:56 +02:00 |
|
shimon
|
8b3b07a710
|
linter
|
2025-10-22 16:40:00 +03:00 |
|
shimon
|
33f88fa5e0
|
Refactor authorization handling across multiple modules to use the new getAuthorization() method. Update CHANGES.md to reflect the change in usage worker authorization. Adjust composer.json to specify the correct version for utopia-php/database. Update plugin-api-version in composer.lock.
|
2025-10-22 16:35:48 +03:00 |
|
loks0n
|
3544649903
|
fix: block schedules
|
2025-10-13 12:29:32 +01:00 |
|
loks0n
|
52e148761c
|
chore: allow publisherMessaging override
|
2025-08-25 18:25:19 +01: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
|
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
|
6725b31b65
|
Add redis publisher to schedule base if available
|
2025-07-03 13:55:13 -04: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 |
|
Matej Bačo
|
ac6450c726
|
Merge branch '1.6.x' into 1.7.x
|
2025-05-15 18:03:15 +02:00 |
|
Jake Barnby
|
4e9385f70b
|
Merge remote-tracking branch 'origin/1.6.x' into feat-pool-adapter
|
2025-05-14 21:29:10 +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
|
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
|
c759f9ec11
|
Revert "Feat pool adapter"
|
2025-04-30 23:24:54 +12:00 |
|
Jake Barnby
|
43fb92ca83
|
Set publisher on base
|
2025-04-30 13:04:19 +12:00 |
|
Matej Bačo
|
f8343e01cd
|
PR review suggestions
|
2025-04-17 16:13:09 +02:00 |
|
Matej Bačo
|
8e32ef1851
|
Merge branch '1.7.x' into feat-sites
|
2025-04-08 10:41:39 +02:00 |
|
Jake Barnby
|
3a2ff9790c
|
CLI scope pool use
|
2025-03-28 16:42:26 +13:00 |
|
Matej Bačo
|
f25143b240
|
Support fra-region on cloud; temporary fix
|
2025-03-25 21:52:02 +01:00 |
|
Matej Bačo
|
d89cdbcf5a
|
Fix schedules region filtering
|
2025-03-25 21:34:09 +01:00 |
|
Khushboo Verma
|
39699d16ba
|
Simplify callback syntax in tasks
|
2025-03-12 16:55:48 +05:30 |
|
Fabian Gruber
|
273ea0abcc
|
fix(schedule-tasks): revert back to direct pool usage
|
2025-02-06 13:18:18 +01:00 |
|
Fabian Gruber
|
a16f26d378
|
feat: add AMQP queues
|
2025-02-05 10:29:33 +01:00 |
|
Damodar Lohani
|
e24cce4e48
|
refactor
|
2024-12-17 14:19:26 +00:00 |
|
Christy Jacob
|
75b42e134a
|
chore: replace occurrences of dbForConsole to dbForPlatform
|
2024-12-12 14:30:26 +04:00 |
|
Jake Barnby
|
8bc37026cd
|
Revert "Feat adding coroutines"
|
2024-10-08 20:54:40 +13:00 |
|
Binyamin Yawitz
|
16835f96bf
|
chore: merge
|
2024-10-07 11:02:18 -04:00 |
|
Binyamin Yawitz
|
579d3d7f14
|
chore: lint & updates
|
2024-10-01 10:39:43 -04:00 |
|
Binyamin Yawitz
|
d14edf4207
|
reverting: to set coroutines as head
|
2024-10-01 10:30:47 -04:00 |
|
fogelito
|
6f5b144e70
|
Add info resourceType
|
2024-09-22 14:15:01 +03:00 |
|
fogelito
|
8213b37cf4
|
Add info resourceType
|
2024-09-22 13:29:42 +03:00 |
|
fogelito
|
0eb0054f38
|
Add info resourceType
|
2024-09-22 10:50:13 +03:00 |
|
fogelito
|
4d24c08220
|
Merge branch '1.6.x' of https://github.com/appwrite/appwrite into migrations-backups
# Conflicts:
# src/Appwrite/Platform/Tasks/ScheduleBase.php
|
2024-09-22 10:44:06 +03:00 |
|
Binyamin Yawitz
|
5ffca0f6fa
|
fix: typo in scheduler base
|
2024-09-20 12:37:45 -04:00 |
|
Binyamin Yawitz
|
5512340cdd
|
Revert "Feat eldad4 coroutines"
|
2024-09-20 12:30:05 -04:00 |
|
Binyamin Yawitz
|
d2aaa99076
|
Revert "Fix typo in scheduler base"
|
2024-09-20 12:26:17 -04:00 |
|
Binyamin Yawitz
|
0702d7ec9c
|
chore: merge
|
2024-09-19 14:25:05 -04:00 |
|