1
0
Fork 0
mirror of synced 2024-05-18 19:52:39 +12:00
Commit graph

136 commits

Author SHA1 Message Date
Damodar Lohani 8f14f5aa21
Database layer (#3338)
* database response model

* database collection config

* new database scopes

* database service update

* database execption codes

* remove read write permission from database model

* updating tests and fixing some bugs

* server side tests are now passing

* databases api

* tests for database endpoint

* composer update

* fix error

* formatting

* formatting fixes

* get database test

* more updates to events and usage

* more usage updates

* fix delete type

* fix test

* delete database

* more fixes

* databaseId in attributes and indexes

* more fixes

* fix issues

* fix index subquery

* fix console scope and index query

* updating tests as required

* fix phpcs errors and warnings

* updates to review suggestions

* UI progress

* ui updates and cleaning up

* fix type

* rework database events

* update tests

* update types

* event generation fixed

* events config updated

* updating context to support multiple

* realtime updates

* fix ids

* update context

* validator updates

* fix naming conflict

* fix tests

* fix lint errors

* fix wprler and realtime tests

* fix webhooks test

* fix event validator and other tests

* formatting fixes

* removing leftover var_dumps

* remove leftover comment

* update usage params

* usage metrics updates

* update database usage

* fix usage

* specs update

* updates to usage

* fix UI and usage

* fix lints

* internal id fixes

* fixes for internal Id

* renaming services and related files

* rename tests

* rename doc link

* rename readme

* fix test name

* tests: fixes for 0.15.x sync

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-22 12:51:49 +02:00
Everly Precia Suresh d41aff1861 fix linting issues 2022-06-02 13:03:37 +00:00
Everly Precia Suresh 19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Matej Baco 56bf7a51df Refactored 'sum' to 'total' 2022-02-27 10:57:09 +01:00
Bradley Schofield b2217f6950 Use execution directly 2022-02-24 13:22:20 +00:00
Bradley Schofield 06448bbdc5 Remove Synchronous execution model 2022-02-24 12:58:10 +00:00
Christy Jacob 3c65d40234 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor-merge 2022-02-18 15:16:10 +04:00
Damodar Lohani 7e2b79f0f5 Merge branch 'master' into feat-storage-buckets 2022-01-28 13:23:22 +05:45
Christy Jacob 1b42033cda feat: fix response model, generate console SDK 2022-01-25 04:54:44 +04:00
Christy Jacob 8307c8d432 feat: rename tags response model to deployment 2022-01-25 02:54:13 +04:00
Bradley Schofield e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +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
Damodar Lohani ba82839128 Merge branch 'master' into feat-storage-buckets 2022-01-06 13:11:23 +05:45
Bradley Schofield e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Matej Baco 592ab3ab00 WIP: Request filters refactor (into HTTP.php) 2021-12-30 17:17:01 +01:00
Matej Baco e065470ffc Merge branch 'feat-database-indexing' into feat-health-api-response-models 2021-12-20 12:09:50 +01:00
Matej Baco 29076758ac Updated tests, fixed response models 2021-12-16 13:19:04 +01:00
Damodar Lohani f3e6dfb71d
Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-15 15:43:14 +05:45
Matej Baco 5d373e1ce7 Created Response models + applied them 2021-12-14 15:17:55 +01:00
Torsten Dittmann aaab9ead70 feat: remove func permission models 2021-12-14 11:42:34 +01:00
Damodar Lohani 2f582f6e18 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-14 11:30:52 +05:45
Bradley Schofield 65a58689fb Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-10 13:48:04 +00:00
Christy Jacob 43ef3c060b feat: add new endpoint 2021-12-09 17:02:12 +04:00
Damodar Lohani f5e48033ec Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-08 14:24:05 +05:45
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
Torsten Dittmann f04cb72cfb Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-main-rebase 2021-12-01 14:19:41 +01:00
Damodar Lohani 8728668e21 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-11-25 13:33:55 +05:45
Torsten Dittmann 3a25532524 fix response model 2021-11-16 16:06:51 +01:00
Bradley Schofield 6ba2c4741b Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-11-09 15:54:04 +00:00
Damodar Lohani 67884563d5 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-28 11:39:04 +05:45
Torsten Dittmann 1fd4e6c3c8 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-10-25 16:01:07 +02:00
Damodar Lohani 0e8645fc13 fix function model permission 2021-10-22 16:17:38 +05:45
Damodar Lohani 3e78abfc85 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-17 11:38:33 +05:45
Bradley Schofield dd5bdda000 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-10-11 14:59:34 +01:00
Torsten Dittmann 9aaf6c27e5 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-08 12:59:03 +02:00
Torsten Dittmann 8db80e164d Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 12:08:24 +02:00
kodumbeats ec5d2ed591 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enum-attributes 2021-10-06 20:36:25 -04:00
Asmit2952 5a729e0932 Fixed PSR issues in Utopia Library
Signed-off-by: Asmit2952 <asmitbm2952002@gmail.com>
2021-10-06 19:52:38 +05:30
Torsten Dittmann c3d1dad82c fix stdClass usage 2021-10-05 17:39:39 +02:00
Torsten Dittmann 1ed41f52d3 Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-09-30 12:32:10 +02:00
kodumbeats d305c7c442
Merge pull request #1624 from TorstenDittmann/feat-response-models-new-attributes-torsten
feat(feat-response-models-new-attributes): introduce response type array
2021-09-15 10:28:39 -04:00
Torsten Dittmann 0992576e52 introduce response type array 2021-09-14 10:26:16 +02:00
kodumbeats d32b877347 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-09-12 08:57:02 -04:00
kodumbeats 7fbe95de30 Use enum filter to respond with proper enum model 2021-09-10 16:14:12 -04:00
Damodar Lohani 2b55e50c68 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-10 14:15:13 +05:45
Bradley Schofield 66d8b0599c Merge branch 'master' into the-executor-poc 2021-09-07 12:51:25 +01:00
Damodar Lohani 91e13572a8 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-02 13:37:40 +05:45
Christy Jacob ac0ff8ea0f feat(response): use recursive function for swagger/openapi spec generation 2021-09-01 02:25:13 +05:30