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
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
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
Damodar Lohani
30fdb9f66d
Apply suggestions from code review
...
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com >
2022-01-16 13:01:06 +05:45
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
Damodar Lohani
2239e4a5e6
Merge branch 'feat-s3-integration' into feat-refactor-storage-resource
2022-01-07 15:47:38 +05:45
Damodar Lohani
f3bd94b26f
fix tags
2022-01-06 15:36:24 +05:45
Damodar Lohani
6a735ad232
Merge branch 'feat-large-file' into feat-s3-integration
2022-01-06 15:33:44 +05:45
Bradley Schofield
58c7871388
Fix Merge Issues
2022-01-06 09:45:56 +00:00
Damodar Lohani
d20062f63a
Merge branch 'feat-storage-buckets' into feat-large-file
2022-01-06 15:01:21 +05:45
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
Damodar Lohani
da72a67687
Merge branch 'feat-s3-integration' into feat-refactor-storage-resource
2021-12-19 13:21:19 +05:45
Damodar Lohani
4de4e87c49
Merge branch 'feat-large-file' into feat-s3-integration
2021-12-19 13:19:54 +05:45
Damodar Lohani
879bff2bb1
Merge branch 'feat-storage-buckets' into feat-large-file
2021-12-19 13:01:09 +05:45
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
Damodar Lohani
d9883fe9eb
use storage from resources in functions
2021-12-13 13:53:36 +05:45
Torsten Dittmann
adffae7cf7
docs(api): reviewed in-line docs of endpoints
2021-12-10 13:27:11 +01:00
Bradley Schofield
3c26a08202
Change exitCode to statusCode and move build to tag create
...
Change exitCode to statusCode and move build to tag create instead of tag deploy
2021-12-10 10:43:56 +00:00
Christy Jacob
653dfb292b
feat: address review comments
2021-12-09 19:53:37 +04:00
Christy Jacob
43ef3c060b
feat: add new endpoint
2021-12-09 17:02:12 +04:00
Bradley Schofield
37da3c5651
Implement Automatic Deploy
...
+ Implemented Automatic Deploy
+ Tags will now build automatically
+ You can now restart builds that failed
+ Builds now have their own storage device
+ Added a retry build endpoint
2021-12-08 15:08:53 +00:00
Bradley Schofield
885f57438d
Fix Tests
2021-12-07 10:42:33 +00:00
Bradley Schofield
7de975ea95
Fix Bugs from merge
2021-12-06 15:04:00 +00:00
Bradley Schofield
1e76c03fd7
Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc
2021-12-06 14:18:50 +00:00
Bradley Schofield
f30169dcc4
Move Build data into it's own collection
...
Move Build data into it's own collection
2021-12-06 14:12:41 +00:00
Damodar Lohani
08cec63c3e
Merge branch 'feat-sb-uis' into feat-s3-integration
2021-12-03 13:52:10 +05:45