1
0
Fork 0
mirror of synced 2024-07-19 13:25:42 +12:00
Commit graph

9199 commits

Author SHA1 Message Date
Jake Barnby 61d8145112 Add execute param to create function test 2022-02-16 12:38:59 +13:00
Jake Barnby e35b95b950 Update specs 2022-02-16 12:10:38 +13:00
Jake Barnby 47bc7d6045 Update SDK generator version 2022-02-16 12:10:07 +13:00
Jake Barnby d196d108d8 Make func model execute attribute an array 2022-02-16 12:09:37 +13:00
Christy Jacob 20b1e3c04e feat: remove var_dump 2022-02-16 00:21:21 +04:00
Christy Jacob cd4436fe6d feat: remove var_dump() 2022-02-15 21:53:17 +04:00
Christy Jacob 2674186f3b feat: remove var_dump() 2022-02-15 21:51:52 +04:00
Christy Jacob 123c47fb9a feat: handle build and execution errors 2022-02-15 21:39:03 +04:00
Christy Jacob 1d6d43baf8 feat: fix issues with delete endpoint 2022-02-15 19:59:26 +04:00
Christy Jacob aba9dc323d feat: some cleanup 2022-02-15 19:42:45 +04:00
Christy Jacob 0b9e8454d0 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-decouple-database 2022-02-15 17:44:00 +04:00
Christy Jacob a84f0ebbcb
Merge pull request #2706 from appwrite/feat-add-deletes-worker
Feat add deletes worker
2022-02-15 15:01:19 +04:00
Matej Baco 07f0eb46b2 Improved deployment and build path structure 2022-02-15 10:16:32 +01:00
Matej Baco 166cd6e748 Renamed deploy to activate 2022-02-15 09:46:21 +01:00
Christy Jacob c0f7d90cd3 feat: some cleanup 2022-02-15 05:14:43 +04:00
Christy Jacob 19c9ee4dc6 feat: Remove builds param from delete endpoint 2022-02-15 04:58:12 +04:00
Christy Jacob b80965edd8 feat: remove multiple request logic from executor 2022-02-15 04:49:15 +04:00
Christy Jacob a627d45ba7 feat: maintenance task 2022-02-15 04:40:16 +04:00
Christy Jacob 0acd573c89 feat: maintenance task 2022-02-15 04:23:20 +04:00
Christy Jacob ff5314e202 feat: add updated property to runtime 2022-02-15 03:22:16 +04:00
Christy Jacob f51b855b7e feat: move logic to server start 2022-02-15 02:15:08 +04:00
Christy Jacob c95aa9072a
Merge pull request #2791 from gewenyu99/fix-cn-translation-error
Correct spelling mistake in Chinese Readme
2022-02-15 02:05:36 +04:00
Vincent Ge f3f2b5a3fc Correct dcoker as docker 2022-02-14 16:58:31 -05:00
Christy Jacob e6d1b54243 feat: handle shutdown 2022-02-15 01:26:31 +04:00
Christy Jacob 7436d3b24f feat: handle shutdown 2022-02-14 22:18:13 +04:00
Christy Jacob f87b662645 feat: implemented other endpoints 2022-02-14 21:52:44 +04:00
Christy Jacob 3ea9c9a9ce feat: move orchestration pool to utopia resource 2022-02-14 21:18:48 +04:00
Christy Jacob 66b47973bc feat: add start up logic 2022-02-14 20:37:56 +04:00
Eldad A. Fux ad010a5ae8
Merge pull request #2750 from appwrite/fix-oauth-providers
Fix non-json responding OAuth providers
2022-02-14 14:28:43 +02:00
Eldad A. Fux 9780861e25
Merge pull request #2728 from appwrite/fix-acme-path
Path validator + tests
2022-02-14 08:12:03 +02:00
Christy Jacob b42da9e996 feat: move create runtimr logic to controller 2022-02-14 04:20:12 +04:00
Christy Jacob b95434d012 feat: move create runtimr logic to controller 2022-02-14 04:12:01 +04:00
Christy Jacob 43ef855e7d feat: fix memory leak and separate error callback 2022-02-14 04:00:16 +04:00
Christy Jacob bb9fa487f5 feat: refactor build function 2022-02-14 01:36:07 +04:00
Christy Jacob 36bd50a1ff feat: refactor build function 2022-02-14 01:26:36 +04:00
Christy Jacob 22700daa07 feat: refactor build function 2022-02-13 16:31:44 +04:00
Christy Jacob fc8ce14009 feat: remove more dependencies 2022-02-13 16:03:25 +04:00
Christy Jacob 634b356a64 Merge branch 'feat-add-deletes-worker' of github.com:appwrite/appwrite into feat-add-deletes-worker 2022-02-13 14:17:31 +04:00
Christy Jacob d0abbd9fc3 feat: disable authorization in deletes worker 2022-02-13 14:16:15 +04:00
Christy Jacob 9262bad8bf feat: decouple storage 2022-02-13 12:25:48 +04:00
Christy Jacob a665def876 feat: decouple storage 2022-02-13 05:42:22 +04:00
Christy Jacob 24c1467e68 feat: decouple storage 2022-02-13 05:29:28 +04:00
Christy Jacob 0276d94ef1 feat: add remaninig endpoints 2022-02-13 02:34:16 +04:00
Eldad A. Fux 7c9daf8cef
Update SECURITY.md 2022-02-12 16:40:12 +02:00
Eldad Fux fc64607c4b Updated changes style 2022-02-12 06:36:19 +02:00
Eldad Fux 7e8f6aa1e4 Added 0.11.1 to change log 2022-02-12 06:35:28 +02:00
Eldad A. Fux 11eaa9c3e9
Merge pull request #2781 from appwrite/chore-update-0.12.2
chore: release 0.12.2
2022-02-12 06:25:16 +02:00
Torsten Dittmann 9162e197bf chore: release 0.12.2 2022-02-11 18:44:10 +01:00
Matej Bačo 36a985d7ea
Update tests/e2e/Client.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-02-11 12:32:16 +01:00
Matej Bačo 5028598f43 Removed unused validator 2022-02-11 10:43:12 +00:00