Bradley Schofield
18e1420899
Update executor.php
2022-01-26 10:10:29 +00:00
Bradley Schofield
d429aa180f
Fix Build Structure in Executor
2022-01-26 10:09:11 +00:00
Bradley Schofield
ee2670fcd7
Merge branch 'feat-functions-refactor' into feat-cleanup-collections
2022-01-26 09:59:46 +00:00
Christy Jacob
b5d75de5ab
feat: remove var_dump
2022-01-26 13:23:29 +04:00
Damodar Lohani and GitHub
1c464274d0
Merge pull request #2685 from appwrite/fix-cache
2022-01-26 14:23:47 +05:45
Damodar Lohani
0d51236f98
Merge branch 'master' into fix-cache
2022-01-26 13:53:18 +05:45
Simon Trockel and GitHub
6fde6642bc
Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config
2022-01-26 09:05:53 +01:00
Christy Jacob
d5a4105318
feat: refactor
2022-01-26 04:02:13 +04:00
Christy Jacob
ebc55e7e8e
feat: refactor
2022-01-26 03:45:41 +04:00
kodumbeats
160a451fed
Lengths and orders not necessary for fulltext indexes
2022-01-25 16:48:18 -05:00
Christy Jacob
92706045ad
feat: refactor the builds worker
2022-01-25 23:31:42 +04:00
Christy Jacob
a0296d6346
feat: refactor the executor
2022-01-25 22:44:21 +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
Bradley Schofield
3c17afbaed
Cleanup Collections
...
- Rename functionId to resourceId on Deployments
- Add a resourceType to Deployments
- Remove status, buildStdout and buildStderr from deployments
- Rename dateCreated on Builds to startTime
- Rename time on Builds to endTime
- Added a deploymentId to Builds
- Added duration to builds
- Remove Vars from Build
2022-01-25 16:51:05 +00: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
Matej Baco
c15d57f573
Fixed update document permission check and implement test for it
2022-01-25 15:51:04 +01:00
Christy Jacob
963a258fd6
feat: update description in scopes.php
2022-01-25 15:50:00 +04:00
Damodar Lohani
4f59c8035b
update spec
2022-01-25 15:26:39 +05:45
Christy Jacob
88a149384b
feat: fix response model, generate console SDK
2022-01-25 13:40:44 +04:00
Damodar Lohani
6754adc838
fix storage update
2022-01-25 15:21:43 +05:45
Damodar Lohani
58ec32340f
remove cache on file delete
2022-01-25 13:37:11 +05:45
Christy Jacob
1b42033cda
feat: fix response model, generate console SDK
2022-01-25 04:54:44 +04:00
Christy Jacob
f6271a82bc
feat: update html files
2022-01-25 04:36:35 +04:00
Christy Jacob
7a30446197
feat: update FunctionCustomServerTest
2022-01-25 03:46:13 +04:00
Christy Jacob
a93e8f3b0b
feat: update deletes,usage and functions worker
2022-01-25 03:19:01 +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
Christy Jacob
8307c8d432
feat: rename tags response model to deployment
2022-01-25 02:54:13 +04:00
Christy Jacob
939a11d701
feat: rename tags to deployments in events.php
2022-01-25 02:40:49 +04:00
Christy Jacob
9d2e452779
feat: rename tags to deployments in collections.old.php
2022-01-25 02:26:21 +04:00
Christy Jacob
6d3c522834
feat: rename tags to deployments in collections.php
2022-01-25 02:13:34 +04:00
Eldad Fux
c43b71f78a
Merge branch 'master' of github.com:appwrite/appwrite into fix-create-existing-collection
2022-01-24 23:33:46 +02:00
Brandon
32b037d6aa
fix: update sdk to web-default for auth docs links from console
2022-01-24 14:25:47 -06:00
Christy Jacob
074a293d63
feat: refactoring the builds worker
2022-01-25 00:06:29 +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
bfc4f72673
Update docker-compose in docs and make executor a executable
...
Update docker-compose in docs and make executor a executable
2022-01-24 10:32:40 +00:00
Torsten Dittmann
d49ef8355d
fix: ui boolean default values
2022-01-24 11:27:46 +01:00
Damodar Lohani
25fe4420ab
update
2022-01-24 15:54:21 +05:45
Bradley Schofield
b9f2174a15
Regenerate Console SDK
2022-01-24 09:54:56 +00:00
Damodar Lohani
fb9a18700f
update header
2022-01-24 15:36:30 +05:45