1
0
Fork 0
mirror of synced 2024-06-19 03:04:53 +12:00
Commit graph

13 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 a7ee99dcef fix: utopia view 2021-12-14 10:11:34 +01:00
Eldad Fux 95cafb9f1b Updated controllers and workers 2020-10-15 00:34:57 +03:00
Eldad Fux 496d7c2973 Work in progress 2020-05-04 08:04:30 +03:00
Eldad Fux be2030931b Added document search 2020-05-02 22:57:52 +03:00
Eldad Fux acab36f30a Fixed array list UI 2020-04-29 11:36:55 +03:00
Eldad Fux 16e0218b34 Fixed element remove bug 2020-04-27 21:36:21 +03:00
Eldad Fux 98f97ccc0a Added support for multiple nested children 2020-04-25 23:33:35 +03:00
Eldad Fux 17347440d1 Added support for new stats ranges 2020-04-24 14:24:04 +03:00
Eldad Fux 406eb8cff9 Improved for loading time 2020-04-23 06:25:00 +03:00
Eldad Fux 976a843d20 Work in progress 2020-04-21 22:52:32 +03:00
Eldad Fux 5083958cc2 allwo only one collection when document is not an array 2020-04-21 11:12:47 +03:00
Eldad Fux 90807c35d6 Moved form to server side 2020-04-20 21:47:26 +03:00