shimon
2cd4514086
sync with main
2023-10-11 16:03:15 +03:00
Torsten Dittmann
92adaee1cb
chore: upgrade console to 3.2.2 on cloud
2023-10-11 14:57:11 +02:00
loks0n
e41fab769f
fix: edge cases
2023-10-11 13:20:25 +01:00
shimon
893b1d0ba7
Merge branch 'main' of github.com:appwrite/appwrite into refactor-workers
...
Conflicts:
.gitmodules
app/controllers/api/functions.php
app/controllers/api/health.php
app/init.php
app/views/install/compose.phtml
composer.lock
src/Appwrite/Migration/Migration.php
src/Appwrite/Platform/Workers/Builds.php
src/Appwrite/Platform/Workers/Deletes.php
src/Appwrite/Platform/Workers/Functions.php
src/Executor/Executor.php
2023-10-11 12:08:13 +03:00
Jake Barnby
d238d79e29
Allow multiprocess for db queue
2023-10-11 21:28:29 +13:00
Jake Barnby
365630ff39
Set the queue name based on project DB
2023-10-11 17:21:40 +13:00
Jake Barnby
ca5b7f5b16
Add dynamic queue setting for database worker
2023-10-11 16:52:58 +13:00
shimon
002fc19d60
tests fix
2023-10-10 21:02:24 +03:00
Prateek Banga
17ba6355e0
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-10-10 19:52:19 +05:30
loks0n
c343d7550f
chore: fmt
2023-10-10 14:41:02 +01:00
loks0n
c30c024805
test: fix magic url assertions
2023-10-10 14:36:53 +01:00
Prateek Banga
bb52647366
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mailgun-provider
2023-10-10 19:06:39 +05:30
loks0n
a88175fc46
fix: unhash session responses
2023-10-10 13:30:42 +01:00
Prateek Banga
1e5a2a78aa
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into sync-1.5.x-with-1.4.x
2023-10-10 17:46:44 +05:30
Torsten Dittmann and GitHub
920d2b2db3
Merge branch 'cl-1.4.x' into 1.4.x
2023-10-10 11:59:24 +02:00
Steven Nguyen
9d3972f43f
Bump API specs
2023-10-09 16:52:11 -07:00
Steven Nguyen
071920fb30
Bump version to 1.4.5
2023-10-09 16:39:46 -07:00
Steven Nguyen
2620328810
Bump APP_CACHE_BUSTER to make sure browsers fetch the new console
2023-10-09 16:38:54 -07:00
Steven Nguyen
81a6512cce
Bump console to 3.2.1
2023-10-09 16:19:59 -07:00
Eldad A. Fux and GitHub
970461c509
Merge pull request #6490 from appwrite/fix-6442-executor-restart
...
Ensure openruntimes-executor restarts after a server reboot
2023-10-09 17:27:15 +02:00
loks0n
c4e82e4191
fix: edge cases
2023-10-09 14:49:07 +01:00
Prateek Banga
a77a212e2c
adds scheduling for messaging worker
2023-10-09 17:29:26 +05:30
shimon
e2989afda8
queueForBuilds fix via functions controller
2023-10-09 13:28:06 +03:00
shimon
24e09d3d8e
queueForBuilds fix via functions controller
2023-10-09 13:16:05 +03:00
Jake Barnby and GitHub
72b4950168
Merge pull request #6469 from appwrite/fix-migration-response-model
...
Fix missing array flag on migration errors response model rule
2023-10-09 11:29:31 +13:00
shimon
31466c44d8
update projects database
2023-10-08 16:44:14 +03:00
Bradley Schofield
9cb1cf418c
Improve Error Handling and Add more Validation
2023-10-06 17:02:01 +01:00
Prateek Banga
a92390dda2
review changes
2023-10-06 19:23:46 +05:30
Prateek Banga
d842191cc6
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-mailgun-provider
2023-10-06 03:53:16 +05:30
Prateek Banga
d5cc214546
Merge branch 'main' of https://github.com/appwrite/appwrite into sync-main-1.5.x
2023-10-06 03:44:36 +05:30
Prateek Banga
8e9f270ef0
update id param
2023-10-06 03:30:47 +05:30
Steven Nguyen
623b2f97da
Ensure openruntimes-executor restarts after a server reboot
...
Every other service restarts automatically after a server reboot so
the openruntimes-executor should too. Otherwise, function executions
will fail as the executor is unavailable.
2023-10-05 14:25:50 -07:00
David and GitHub
82bde7f7e9
Merge branch 'main' into patch-4
2023-10-05 17:43:27 +02:00
shimon
948f36a023
sync with 1.4
2023-10-05 16:15:39 +03:00
Prateek Banga
22d445587e
review changes
2023-10-05 16:57:48 +05:30
loks0n
e94631f730
fix: token verification
2023-10-05 11:18:19 +01:00
Christy Jacob
32ba34cba5
chore: add database overrides
2023-10-05 05:58:52 +00:00
Christy Jacob
adbbb6dc20
chore: add database overrides
2023-10-05 05:53:49 +00:00
Prateek Banga
fb98d21ae5
adds graphql test cases for provider endpoints
2023-10-05 02:12:04 +05:30
Vincent (Wen Yu) Ge
e5c828fbbd
Attribute keys must be unique and can't use unique()
2023-10-04 13:56:18 +00:00
Vincent (Wen Yu) Ge
c12999dc74
Remove extra ` tags
2023-10-04 13:52:19 +00:00
Vincent (Wen Yu) Ge
a2c9c8b82e
Updated error message to not user magic strings
2023-10-04 13:49:45 +00:00
Prateek Banga
0251703e3a
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-10-04 17:32:16 +05:30
Prateek Banga
abab68f1a1
fixes catching in messaging worker
2023-10-04 17:28:38 +05:30
Prateek Banga
5891872fad
Merge branch 'feat-mailgun-provider' of https://github.com/appwrite/appwrite into feat-topics-controller
2023-10-04 17:27:56 +05:30
Prateek Banga
c9c49158a3
changes to validator length
2023-10-04 16:24:29 +05:30
Prateek Banga
61785ab35a
typo fix
2023-10-04 16:19:05 +05:30
Prateek Banga
48b91e39a8
review changes
2023-10-04 16:15:59 +05:30
shimon
7f1507f810
sync with 1.4
2023-10-04 11:20:32 +03:00
Matej Bačo
0f3ce658c2
Upgrade executor
2023-10-04 09:10:50 +02:00