1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00
Commit graph

942 commits

Author SHA1 Message Date
Matej Baco
166cd6e748 Renamed deploy to activate 2022-02-15 09:46:21 +01: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
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
c1d71904e8 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-builds-worker 2022-01-26 16:59:24 +04:00
Christy Jacob
ebc55e7e8e feat: refactor 2022-01-26 03:45:41 +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
Christy Jacob
1b42033cda feat: fix response model, generate console SDK 2022-01-25 04:54:44 +04:00
Christy Jacob
af9db5ac1c feat: update response models and response filters 2022-01-25 03:31:41 +04:00
Christy Jacob
8307c8d432 feat: rename tags response model to deployment 2022-01-25 02:54:13 +04:00
Christy Jacob
9d2e452779 feat: rename tags to deployments in collections.old.php 2022-01-25 02:26:21 +04:00
Bradley Schofield
5ba45abadc Implement Some of Eldad's Changes 2022-01-24 09:37:14 +00:00
Bradley Schofield
4286e8d70b Fix database stuff 2022-01-20 11:34:50 +00: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
66f67cceb8 revert: adding documentlist response model 2022-01-17 18:54:46 +01:00
Torsten Dittmann
ba2790221c fix: hide internal id from documents 2022-01-17 17:25:20 +01:00
Christy Jacob
0722f34347 feat: add notion oauth provider 2022-01-16 02:47:51 +04:00
Bradley Schofield
6c55c73352 Add build status docblock 2022-01-10 14:01:50 +00:00
Torsten Dittmann
b4ee90a235 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-release-0-12-1 2022-01-07 13:58:44 +01:00
Matej Bačo
ff09547ed7
Update src/Appwrite/Utopia/Request/Filters/V12.php 2022-01-07 09:46:28 +01:00
Matej Baco
41138b130f Fixed boolean request filters on listDocuments 2022-01-07 09:33:41 +01:00
Torsten Dittmann
0095ff2d6c
fix: string attribute size response model 2022-01-06 12:41:58 +01:00
Torsten Dittmann
bbe8232294 feat: release version 0.12.1 2022-01-05 16:40:51 +01:00
Bradley Schofield
e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Torsten Dittmann
9f0644c489 fix: migration for unknown userlimit 2022-01-05 13:54:23 +01:00
Torsten Dittmann
f477d2c359 fix: function head 2022-01-05 12:52:33 +01:00
Torsten Dittmann
94d49f9685 fix: migration for leftover documents on deleted projects 2022-01-05 12:49:53 +01:00
Torsten Dittmann
762b532674 fix: migration 2022-01-04 20:09:44 +01:00
Torsten Dittmann
4160827f92 fix: migration 2022-01-04 19:36:06 +01:00
Torsten Dittmann
9c6e03c405 fix: migration 2022-01-04 18:54:18 +01:00
Torsten Dittmann
3e4e5a787d fix: migration 2022-01-04 18:27:19 +01:00
Matej Baco
e2aebdd2bc Merge branch 'feat-database-indexing' into feat-quest-filters 2022-01-04 15:29:42 +01:00
Christy Jacob
2413a7fb42 fix: request and response filters 2022-01-04 16:30:50 +04:00
Torsten Dittmann
a64564a969 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into fix-customid-example 2022-01-04 12:45:32 +01:00
Torsten Dittmann
fc0e4dcf9a fix: index and customid example in spec 2022-01-04 12:44:28 +01:00
Torsten Dittmann
304981da24 fix: specs definitions 2022-01-04 11:42:23 +01:00
Matej Baco
df9e064047 Fixed TODOs 2022-01-04 10:05:21 +01:00
Torsten Dittmann
a3fbe546c3 fix: certificates migration 2022-01-03 17:04:39 +01:00
Torsten Dittmann
64826fa545 fix: migrate certificatesId 2022-01-03 17:03:36 +01:00
Matej Baco
df97b67c6d Merge branch 'feat-database-indexing' into feat-quest-filters 2022-01-03 10:52:35 +01:00
Matej Baco
35a665b2d7 Added Health request filters 2022-01-03 10:40:03 +01:00
Matej Baco
c6feea3c9f Tests fix 2022-01-02 14:25:13 +01:00
Matej Baco
924ea3a45a Added response models 2022-01-02 12:43:48 +01:00
Matej Baco
266e967dae Recursive import bug fix 2022-01-02 10:15:41 +01:00
Eldad Fux
ab30553382 Merge branch 'feat-new-spec-formats' of github.com:appwrite/appwrite into feat-new-spec-formats 2022-01-01 19:41:40 +02:00
Eldad Fux
c742dc8fb5 Updated names and review comments 2022-01-01 19:41:32 +02:00
Eldad A. Fux
70882f6d12
Update src/Appwrite/Specification/Format/Swagger2.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-01-01 19:40:57 +02:00
Eldad A. Fux
724608ce29
Update src/Appwrite/Specification/Format/OpenAPI3.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-01-01 19:40:49 +02:00
Eldad Fux
0690c76a20 Updated swagger2 2022-01-01 14:20:33 +02:00