1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
Commit graph

213 commits

Author SHA1 Message Date
Christy Jacob c595f4eea9 feat: rename tag to deployments across worker 2022-01-26 17:09:32 +04:00
Christy Jacob c1d71904e8 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-builds-worker 2022-01-26 16:59:24 +04:00
Christy Jacob b5d75de5ab feat: remove var_dump 2022-01-26 13:23:29 +04:00
Christy Jacob ebc55e7e8e feat: refactor 2022-01-26 03:45:41 +04:00
Christy Jacob e2bc4e748f Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-builds-worker 2022-01-25 21:11:29 +04:00
Christy Jacob 3685d8ef31 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-rename-tags 2022-01-25 21:02:48 +04:00
Torsten Dittmann 0763e9eeb7 Merge branch 'feat-functions-refactor' of https://github.com/appwrite/appwrite into feat-fx-review 2022-01-25 17:35:53 +01:00
Christy Jacob 88a149384b feat: fix response model, generate console SDK 2022-01-25 13:40:44 +04:00
Christy Jacob 1b42033cda feat: fix response model, generate console SDK 2022-01-25 04:54:44 +04:00
Christy Jacob 7a30446197 feat: update FunctionCustomServerTest 2022-01-25 03:46:13 +04:00
Christy Jacob da4655df32 feat: update retry build endpoint 2022-01-25 03:17:10 +04:00
Christy Jacob f712345677 feat: update create-execution endpoint 2022-01-25 03:16:53 +04:00
Christy Jacob 43e3f23a4e feat: update create-deployment endpoint 2022-01-25 03:15:53 +04:00
Christy Jacob 9b77485bcd feat: reneame delete-tag endpoint 2022-01-25 03:14:21 +04:00
Christy Jacob 37d30154f3 feat: reneame get-tag endpoint 2022-01-25 03:11:33 +04:00
Christy Jacob 988634eb79 feat: reneame list-tags endpoint 2022-01-25 03:09:24 +04:00
Christy Jacob 8f69eafd89 feat: reneame create-tag endpoint 2022-01-25 03:06:54 +04:00
Christy Jacob 831a94a0c5 feat: reneame create-tag endpoint 2022-01-25 03:06:16 +04:00
Christy Jacob f7e44a31be feat: reneame create-tag endpoint 2022-01-25 03:05:41 +04:00
Christy Jacob f6411cd213 feat: reneame create-tag endpoint 2022-01-25 03:05:17 +04:00
Christy Jacob e6fdeb3d9d feat: reneame update-function-tags endpoint 2022-01-25 02:59:02 +04:00
Bradley Schofield f68723a518 Various Improvements
+ Updated build list
+ Added search attribute to builds
+ Renamed automaticDeploy to deploy
+ Added tests for build list
2022-01-24 15:54:07 +00:00
Bradley Schofield 9a0b7ce142 Merge branch 'feat-functions-refactor' of https://github.com/appwrite/appwrite into feat-functions-refactor 2022-01-24 09:37:46 +00:00
Bradley Schofield 5ba45abadc Implement Some of Eldad's Changes 2022-01-24 09:37:14 +00:00
Christy Jacob 046797e48f feat: refactor auth::skip 2022-01-24 03:05:07 +04:00
Christy Jacob b59566a815 feat: move retry build call to builds worker 2022-01-24 03:01:42 +04:00
Christy Jacob abd54938ef feat: add build worker 2022-01-24 02:25:46 +04:00
Torsten Dittmann 8b67fa76f8 fix: default vars param on function 2022-01-23 21:45:12 +01:00
Eldad Fux 029e1dc6f6 Hiding port 8080 2022-01-23 19:21:23 +02:00
Christy Jacob 12ed89b49c Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-functions-refactor 2022-01-23 20:53:33 +04:00
Torsten Dittmann bae6353bcf Merge branch 'master' of https://github.com/appwrite/appwrite into feat-functions-refactor 2022-01-21 19:58:24 +01:00
Christy Jacob 4f87ebe586 fix: patch version 2022-01-21 22:02:02 +04:00
Bradley Schofield 2e3c904385 Fix a few bugs 2022-01-20 14:41:27 +00:00
Bradley Schofield e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +00:00
Bradley Schofield f85970fa3d Fix functions vars default response
Changed default from array to class
2022-01-18 15:12:26 +00:00
Jake Barnby 0f209f8430 Fix function authorization exception when missing permission 2022-01-18 19:38:10 +13:00
Vincent Ge a102ee6f14 Wrap unique() in double quotes to better indicate that it's a literal string 2022-01-12 17:19:30 -05:00
Bradley Schofield e1b5809779 Update functions.php 2022-01-10 14:45:05 +00:00
Bradley Schofield 504cee8fd9 Update functions.php 2022-01-10 14:21:48 +00:00
Bradley Schofield 4e14d892b0 Implement Suggestions 2022-01-10 14:18:33 +00:00
Bradley Schofield e866a352a7 Implement Suggestions 2022-01-10 14:13:23 +00:00
Bradley Schofield 58e68088fa Remove 'pending' build state, update version numbers 2022-01-10 14:00:11 +00:00
Bradley Schofield 58c7871388 Fix Merge Issues 2022-01-06 09:45:56 +00:00
Bradley Schofield e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Matej Baco 69b4d074f5 Migrated all imports to new request class 2021-12-31 16:50:07 +01:00
Torsten Dittmann 693b8c7185 fix: replace internal and external database with project database 2021-12-27 13:45:23 +01:00
Torsten Dittmann 8826984b1f refactor: replace disable with skip calls for authorization 2021-12-17 16:25:05 +01:00
Torsten Dittmann d1f901e7a8 feat: use arrow functions on authorization skip method 2021-12-16 12:30:43 +01:00
Torsten Dittmann af5fb8751e fix: paginatio docs on endpoints 2021-12-14 12:21:44 +01:00
Torsten Dittmann cb37a69c3e Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-controller-docs-refactor 2021-12-14 12:16:05 +01:00