1
0
Fork 0
mirror of synced 2024-09-09 14:21:24 +12:00
Commit graph

18474 commits

Author SHA1 Message Date
Torsten Dittmann
8dce3d5862
Merge pull request #6870 from appwrite/feat-1.4.5-release
Prepare 1.4.5 release
2023-10-10 11:15:44 +02:00
Torsten Dittmann
4cd0c501da
Merge pull request #6868 from appwrite/feat-bump-console
Bump console to 3.2.1
2023-10-10 11:14:18 +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
501153532c
Update CHANGES.md for 1.4.5 2023-10-09 16:39:14 -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
haimantika mitra
0c0c41ce87
Made style changes 2023-10-09 22:50:22 +05:30
haimantika mitra
d43e4f20aa
Made requested changes 2023-10-09 22:47:02 +05:30
haimantika mitra
16d76c2e87
Update Hacktoberfest_Contribution_Guideline.md
Co-authored-by: Vincent (Wen Yu) Ge <vincent@appwrite.io>
2023-10-09 22:41:00 +05:30
Eldad A. Fux
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
Prateek Banga
ecfdab1598 Merge branch 'main' of https://github.com/appwrite/appwrite into feat-mailgun-provider 2023-10-09 17:30:50 +05:30
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
Khushboo Verma
bd2999037d WIP: Add VCS tests 2023-10-09 15:15:36 +05:30
Jake Barnby
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
Christy Jacob
030f9629a6
Merge pull request #6496 from appwrite/fix-readme-cn
Update logo in README-CN.md
2023-10-06 08:55:17 -04:00
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
Jake Barnby
76152019d6
Merge pull request #6514 from appwrite/sync-main-1.5.x
Sync main 1.5.x
2023-10-06 11:20:58 +13:00
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
Haimantika mitra
0cecdf2937 Added Hacktoberfest Contributing Guidelines 2023-10-06 01:40:30 +05:30
Eldad A. Fux
2019552a47
Merge pull request #6476 from appwrite/fix-upgrade-executor
Fix: Upgrade executor
2023-10-05 21:56:48 +03:00
David
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
Christy Jacob
2c5e4a7d28
Merge pull request #6499 from appwrite/chore-add-db-override
chore: add database overrides
2023-10-05 02:06:52 -04: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
Steven Nguyen
c5408393c8
Update logo in README-CN.md 2023-10-04 17:26:02 -07: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
80a19f9862 unique to ID::unique 2023-10-04 17:30:40 +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
Eldad A. Fux
8a4302ffe6
Merge pull request #6454 from appwrite/hacktoberfest-update
Update with hacktoberfest instructions.
2023-10-04 14:42:53 +03:00
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
a643a8c907 sync with 1.4 2023-10-04 13:43:21 +03:00
Matej Bačo
b6ce679b93 Merge branch '1.4.x' into cl-1.4.x 2023-10-04 10:46:38 +02:00
Eldad A. Fux
e2831ed8d2
Merge pull request #6478 from appwrite/fix-realtime-logs
Fix: realtime logs
2023-10-04 11:45:58 +03:00