1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00
Commit graph

293 commits

Author SHA1 Message Date
Damodar Lohani 372baa51e9 fix redis queue 2022-02-22 11:18:18 +00:00
Damodar Lohani b0096c94e6
Update app/controllers/api/functions.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-02-22 16:19:51 +05:45
Damodar Lohani 6c49811d14 use deployment limit instead 2022-02-22 06:32:31 +00:00
Damodar Lohani d8a510aa22 Merge branch 'feat-functions-refactor-merge' of https://github.com/appwrite/appwrite into feat-func-storage-sync 2022-02-22 05:49:45 +00:00
Damodar Lohani 0990448dda Merge branch 'feat-functions-refactor' into feat-functions-refactor-merge 2022-02-22 05:48:03 +00:00
Christy Jacob 2f944e9abc Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-executor-improvements 2022-02-21 15:01:13 +04:00
Christy Jacob 33c58bfc65 fix: issue with auto deploy flag 2022-02-21 14:41:50 +04:00
Damodar Lohani 045ba04124 fix resource type 2022-02-18 21:23:48 +05:45
Damodar Lohani 27a2e80ad1 extend exception import 2022-02-18 12:36:24 +00:00
Damodar Lohani 96b8ac7392 Merge branch 'feat-functions-refactor-merge' of https://github.com/appwrite/appwrite into feat-func-storage-sync 2022-02-18 11:46:37 +00:00
Damodar Lohani eb916e58d4 Merge branch '0.13.x' of https://github.com/appwrite/appwrite into feat-func-storage-sync 2022-02-18 11:43:29 +00:00
Christy Jacob 3c65d40234 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor-merge 2022-02-18 15:16:10 +04:00
Christy Jacob 4ad47061dd Merge branch 'master' of github.com:appwrite/appwrite into feat-functions-refactor 2022-02-18 13:38:54 +04:00
Damodar Lohani 9d5b6ef096 fix permission and other fixes for chunked upload 2022-02-17 12:47:26 +00:00
Damodar Lohani 53f7301ade Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-func-storage-sync 2022-02-17 14:11:24 +05:45
Christy Jacob c5e37f439b feat: do not enque build 2022-02-17 04:12:45 +04:00
Christy Jacob da7512e050 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-17 02:25:29 +04:00
Christy Jacob 9115aa392d feat: create build when activating a deployment 2022-02-17 00:38:58 +04:00
Christy Jacob 75f4061698 feat: fix retry build 2022-02-17 00:06:22 +04:00
Christy Jacob 1c0c5e1b18 feat: change default value of build status 2022-02-16 20:00:45 +04:00
Christy Jacob cef5264c48 feat: propogate errors in Executor 2022-02-16 15:43:21 +04:00
Christy Jacob e40821393c
Merge pull request #2792 from appwrite/feat-rename-autodeploy
Renamed 'deploy' to 'activate'
2022-02-16 13:33:54 +04:00
Christy Jacob c90581e469
Merge pull request #2793 from appwrite/feat-rename-deploymentid
Improved deployment and build path structure
2022-02-16 13:22:38 +04:00
Christy Jacob 123c47fb9a feat: handle build and execution errors 2022-02-15 21:39:03 +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 0276d94ef1 feat: add remaninig endpoints 2022-02-13 02:34:16 +04:00
Damodar Lohani d73d3015eb Merge branch 'master' into feat-storage-buckets 2022-02-10 01:20:16 +00:00
Christy Jacob f18f96e816 feat: fix tests 2022-02-10 00:20:28 +04:00
Christy Jacob 1ab27083c4 feat: update cursor errors 2022-02-09 02:56:11 +04:00
Christy Jacob 661630c1c6 Merge branch 'master' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-08 20:56:03 +04:00
Torsten Dittmann 6796aabf9c
Merge pull request #2637 from appwrite/feat-migration-0-13
feat: migration for 0.13
2022-02-08 11:17:44 +01:00
Christy Jacob e7cfa206e5 feat: update descriptions of functions errors 2022-02-08 03:04:06 +04:00
Christy Jacob 1613b3f79e feat: use general server errors in functions API 2022-02-07 00:53:26 +04:00
Christy Jacob c57d42e686 feat: update error codes in the functions API 2022-02-06 20:12:28 +04:00
Christy Jacob 1ca2cc7bc0 feat: update error codes in the functions API 2022-02-06 20:12:15 +04:00
Christy Jacob a9c1b96de5 feat: update comment 2022-02-06 13:19:11 +04:00
Christy Jacob a96c6c84ee feat: update comment 2022-02-06 13:15:52 +04:00
Christy Jacob 1b0a02e20d feat: fix executor issues 2022-02-05 23:49:57 +04:00
Christy Jacob f83fdc92de feat: fix executor issues 2022-02-05 14:08:05 +04:00
Christy Jacob 6610bf9873 feat: add executor class 2022-02-04 05:29:40 +04:00
Christy Jacob 7f1df839ec feat: remove database dependencies from the create execution endpoint 2022-02-03 04:05:03 +04:00
Christy Jacob 7d82c1006a feat: fix tests 2022-02-01 03:44:55 +04:00
Christy Jacob b1a659be77 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-deletes-worker 2022-01-31 18:04:49 +04:00
Christy Jacob 9dcab06015 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-cleanup-collections 2022-01-31 16:01:46 +04:00
Bradley Schofield d2ec314ef0 Remove Search and add resourceType to indexes 2022-01-31 11:36:22 +00:00
Bradley Schofield 8e639d4f5f Fix UI 2022-01-31 11:29:31 +00:00
Christy Jacob fa006e9963 feat: replace strings with constant 2022-01-31 13:46:24 +04:00
Christy Jacob 8f51bf4763 feat: linting 2022-01-28 16:29:06 +04:00
Christy Jacob 6e44812d99 feat: remove unused injection 2022-01-28 05:30:24 +04:00