1
0
Fork 0
mirror of synced 2024-05-19 04:02:34 +12:00
Commit graph

21 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
Torsten Dittmann bbdf70ee90 feat: use new $createdAt and $updatedAt attributes 2022-06-15 14:46:52 +02:00
Everly Precia Suresh 19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00: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 ea7b5970c3 Post-PR review fixes 2021-12-15 11:19:29 +01:00
Torsten Dittmann 6c6992a3f7 feat(database): add colection enable/disable 2021-12-13 13:42:04 +01:00
Torsten Dittmann 1fd4e6c3c8 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-10-25 16:01:07 +02:00
kodumbeats 1b4beb5ea2 Ensure enum attribute has proper response model 2021-10-06 22:25:03 -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
kodumbeats dc06e42348 Remove standard lib imports 2021-10-05 09:16:27 -04:00
Torsten Dittmann 0992576e52 introduce response type array 2021-09-14 10:26:16 +02:00
kodumbeats 8d7b4a9c2d Get proper attribute models in collection document 2021-08-27 19:42:24 -04:00
Eldad Fux 6943380118 Updated data structures for attribute 2021-08-21 07:48:28 +03:00
kodumbeats 12b58b00ac
Update descriptions/examples for docs
Applied suggestions from code review

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-30 11:10:45 -04:00
kodumbeats 8aecf3cf6a Use response models for attirbute types 2021-06-11 11:27:51 -04:00
kodumbeats 2d974edce9 Update document and collection response models 2021-06-10 14:19:10 -04:00
Eldad Fux 764672e15e Updated default values 2021-01-13 17:06:36 +02:00
Eldad Fux dcac44372f Updated old specs 2020-11-16 10:37:43 +02:00
Eldad Fux 4d3c5a39cc Updated constants 2020-11-08 00:14:48 +02:00
Eldad Fux 0450604d27 Added external swoole lib and extended response class 2020-10-29 15:07:56 +02:00