1
0
Fork 0
mirror of synced 2024-08-31 09:51:33 +12:00
Commit graph

9009 commits

Author SHA1 Message Date
Christy Jacob
f18f96e816 feat: fix tests 2022-02-10 00:20:28 +04:00
Christy Jacob
d214dedf7d
Merge pull request #2758 from appwrite/feat-fix-build-entrypoint
Feat fix build entrypoint
2022-02-08 15:15:24 +04:00
Bradley Schofield
5e1d491cdd Fix build entrypoint 2022-02-08 10:46:55 +00:00
Christy Jacob
7735b67a3f feat: fix tests 2022-02-06 15:19:33 +04:00
Christy Jacob
6ab1095280 feat: catch docker remove errors elegantly 2022-02-06 14:00:44 +04:00
Christy Jacob
dea2873845 feat: update creation endpoint 2022-02-06 13:37:50 +04:00
Christy Jacob
132011102e feat: update creation endpoint 2022-02-06 13:25:33 +04:00
Christy Jacob
20415aaafd feat: update creation endpoint 2022-02-06 13:25:10 +04:00
Christy Jacob
a9c1b96de5 feat: update comment 2022-02-06 13:19:11 +04:00
Christy Jacob
ae073f5369 feat: update comment 2022-02-06 13:18:44 +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
0b36c7e21c feat: remove handle shutdown method 2022-02-03 20:22:56 +04:00
Christy Jacob
7f1df839ec feat: remove database dependencies from the create execution endpoint 2022-02-03 04:05:03 +04:00
Christy Jacob
c239240cbc feat: remove database dependencies from the delete function endpoint 2022-02-03 01:36:21 +04:00
Christy Jacob
803e4ccbaf feat: remove database dependencies from the delete deployment endpoint 2022-02-02 23:38:47 +04:00
Christy Jacob
3a203c27de feat: remove database dependencies from the create runtime endpoint 2022-02-02 22:58:03 +04:00
Christy Jacob
7d82c1006a feat: fix tests 2022-02-01 03:44:55 +04:00
Christy Jacob
0de8ff6d41 feat: merge conflicts 2022-01-31 18:43:11 +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
73ee234926
Merge pull request #2690 from appwrite/feat-cleanup-collections
Feat cleanup collections
2022-01-31 17:53:47 +04:00
Bradley Schofield
52c39d8784 Fix Executor 2022-01-31 13:38:06 +00: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
Christy Jacob
83e9e9f016 feat: remove search index and updates tests 2022-01-31 15:57:55 +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
db6bf37e6a
Merge pull request #2704 from appwrite/feat-cleanup-executor
Feat cleanup executor
2022-01-31 15:01:14 +04:00
Bradley Schofield
750deaec86 Merge branch 'feat-cleanup-executor' of https://github.com/appwrite/appwrite into feat-cleanup-executor 2022-01-31 10:58:00 +00:00
Bradley Schofield
a47211e7ee Update executor.php 2022-01-31 10:57:57 +00:00
Bradley Schofield
30a567058a
Update app/executor.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-31 10:47:04 +00:00
Bradley Schofield
663ce27db4
Update app/executor.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-31 10:47:00 +00:00
Bradley Schofield
6b77d62e4b
Update app/executor.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-31 10:46:52 +00:00
Christy Jacob
fc6e7739de feat: review comments 2022-01-31 14:30:55 +04:00
Christy Jacob
4a405323cb Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-cleanup-executor 2022-01-31 14:27:27 +04:00
Christy Jacob
2ea285589c
Merge pull request #2727 from appwrite/feat-add-builds-worker
Feat add builds worker
2022-01-31 14:21:52 +04:00
Christy Jacob
656e5e3903
Merge pull request #2697 from appwrite/feat-add-network-variable
Implement network environment variable for the executor
2022-01-31 14:20:57 +04:00
Bradley Schofield
ca5ec8905c Merge branch 'feat-functions-refactor' into feat-add-network-variable 2022-01-31 10:19:14 +00:00
Christy Jacob
ce6e14a7cc feat: add builds worker to test docker-compose 2022-01-31 14:14:55 +04:00
Christy Jacob
b9dfb8188a feat: add builds worker to test docker-compose 2022-01-31 14:06:15 +04:00
Christy Jacob
4305041567 feat: add builds worker in installation docker-compose 2022-01-31 13:51:12 +04:00
Christy Jacob
fa006e9963 feat: replace strings with constant 2022-01-31 13:46:24 +04:00
Christy Jacob
e816edc047 feat: fix tests 2022-01-29 04:54:47 +04:00
Christy Jacob
f3dfec8e75 feat: fix tests 2022-01-29 04:52:06 +04:00
Christy Jacob
220a166434 feat: fix tests 2022-01-29 04:00:25 +04:00
Christy Jacob
951a3a4dd1
Merge pull request #2675 from appwrite/feat-add-builds-worker
Feat add builds worker
2022-01-28 18:25:46 +04:00
Christy Jacob
150e35244b feat: remove executor port 2022-01-28 16:31:41 +04:00
Christy Jacob
1f95e64947 feat: replace var_dump 2022-01-28 16:30:19 +04:00
Christy Jacob
8f51bf4763 feat: linting 2022-01-28 16:29:06 +04:00