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
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
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
Eldad Fux
c43b71f78a
Merge branch 'master' of github.com:appwrite/appwrite into fix-create-existing-collection
2022-01-24 23:33:46 +02: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
Matej Baco
85630df661
PR review changes
2022-01-24 09:20:02 +01: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
Simon Trockel
e29ac692d5
Adjust all code param lengths
2022-01-22 21:02:51 +01:00
Simon Trockel
9f2d225f29
Merge branch 'feat-926-oauth2-microsoft-tenant-config' of https://github.com/BobcatProgrammer/appwrite into feat-926-oauth2-microsoft-tenant-config
2022-01-22 19:31:47 +01:00
Simon Trockel
8233881c44
feat: Generic custom Oauth provider form
2022-01-22 19:31:40 +01: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
Matej Baco
d9eb1e9545
Use dynamic value in controller
2022-01-21 09:05:41 +01:00
Bradley Schofield
2e3c904385
Fix a few bugs
2022-01-20 14:41:27 +00:00
Torsten Dittmann
4cc89ae597
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-migration-0-13
2022-01-19 12:17:19 +01:00
Torsten Dittmann
785932abd4
Merge pull request #2638 from appwrite/fix-listcollections-search
...
Fix list collections when passing `search` parameter
2022-01-19 12:08:36 +01:00
Jake Barnby
438f80cc5a
Update query attribute to search, remove name index
2022-01-19 20:57:18 +13:00
Steven Nguyen
88f43c32a4
Fix non-owner not able to delete their membership
2022-01-18 21:26:14 -08:00
Malte2036
9f42a53a53
refactor confirm team validation to pass tests
2022-01-18 23:32:05 +01: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
Torsten Dittmann
d3150afebc
feat: migration for 0.13
2022-01-18 12:05:04 +01:00
Jake Barnby
0f209f8430
Fix function authorization exception when missing permission
2022-01-18 19:38:10 +13:00
Eldad A. Fux
11b0967d3b
Merge pull request #2629 from appwrite/fix-hide-internal-id
...
fix: hide internal id from documents
2022-01-17 21:15:03 +02:00
Torsten Dittmann
ba2790221c
fix: hide internal id from documents
2022-01-17 17:25:20 +01:00
Eldad A. Fux
f5bf1a3cd6
Merge pull request #2600 from gewenyu99/doc-wrap-id-string-in-quotes
...
Wrap unique() in double quotes to better indicate that it's a literal…
2022-01-17 17:33:33 +02:00