1
0
Fork 0
mirror of synced 2024-09-06 12:51:43 +12:00
Commit graph

1103 commits

Author SHA1 Message Date
kodumbeats
d32b877347 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-09-12 08:57:02 -04:00
Damodar Lohani
2adac4548a Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-09-07 11:06:12 +05:45
Christy Jacob
eccc19e5dc
Apply suggestions from code review
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
2021-09-06 12:13:20 +05:30
Christy Jacob
ac0ff8ea0f feat(response): use recursive function for swagger/openapi spec generation 2021-09-01 02:25:13 +05:30
kodumbeats
656914f8dc Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-31 13:55:18 -04:00
Damodar Lohani
6524d00b08 update audit resource 2021-08-29 17:51:33 +05:45
Damodar Lohani
bb666810d9 update to use duplicate exception to check email already exists 2021-08-29 17:45:25 +05:45
Damodar Lohani
73c27f9c3d update view 2021-08-29 16:58:58 +05:45
Christy Jacob
66294445ce feat(tests): added tests for users usage 2021-08-29 14:24:50 +05:30
Christy Jacob
a4e2aeb5e7 feat(usage): added provider metrics to endpoints 2021-08-29 11:00:37 +05:30
Christy Jacob
f7d657cc38 feat(model): use the new authorization skip methods 2021-08-28 21:55:48 +05:30
Christy Jacob
f00fead07b Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-new-usage-endpoints 2021-08-28 21:39:01 +05:30
Eldad A. Fux
06096b4168
Merge pull request #1498 from appwrite/fix-catch-duplicate-index-exception
fix(refactor-db): catch duplicate exception when creating and updating documents
2021-08-28 07:29:46 +03:00
kodumbeats
559fe95b7c Prefer single query to internal DB 2021-08-27 20:32:44 -04:00
kodumbeats
c3534b4383 Clean up code 2021-08-27 19:45:18 -04:00
kodumbeats
b293c5dd65 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-27 16:55:00 -04:00
kodumbeats
fb80088286 Create range filter for numeric attributes 2021-08-27 16:27:48 -04:00
Christy Jacob
6835124af8 feat(usage): rename all usage response models 2021-08-27 23:04:43 +05:30
kodumbeats
a619c26aff Use database filter to encode default value as JSON string to preseve type 2021-08-27 13:12:16 -04:00
Christy Jacob
ad99f8bd24 feat(usage): rename all usage response models 2021-08-27 22:15:08 +05:30
kodumbeats
eba9bfa49d Harmonize exception messages 2021-08-27 08:41:22 -04:00
Christy Jacob
038aeb01fb feat(usage): added response models for projects API 2021-08-27 01:01:37 +05:30
Christy Jacob
1e30cdba4b feat(usage): added response models for functions API 2021-08-27 00:42:36 +05:30
Christy Jacob
b893190ce5 feat(usage): added response models for users API 2021-08-27 00:23:56 +05:30
Christy Jacob
6d6b0ee024 feat(usage): added response models for storage API 2021-08-27 00:14:32 +05:30
Christy Jacob
3d512e74bf feat(usage): added response models for database api 2021-08-26 23:45:36 +05:30
Christy Jacob
7775daa478 feat(usage): added new response model 2021-08-26 16:30:03 +05:30
Christy Jacob
747827e2a9 Merge branch 'feat-usage-daemon' of github.com:appwrite/appwrite into feat-new-usage-endpoints 2021-08-26 13:52:27 +05:30
kodumbeats
5472415231 Encode attribute default as json string 2021-08-25 16:43:15 -04:00
kodumbeats
1c52b0b4dc Prefer Document array data structure for attributes 2021-08-25 15:37:07 -04:00
kodumbeats
84f9f71b81 Fix race condition between database controller and worker 2021-08-25 15:36:45 -04:00
Damodar Lohani
95a20159a7 fix merge errors 2021-08-25 12:09:02 +05:45
kodumbeats
2f26f8ae4f Count index from internal index table 2021-08-24 19:35:32 -04:00
kodumbeats
1c1312baae Catch exception for index limit 2021-08-24 18:20:04 -04:00
kodumbeats
5c040bd5f3 Add min and max for response model 2021-08-24 14:57:34 -04:00
kodumbeats
7506142ab9 Parse min and max from formatOptions for response model 2021-08-24 14:01:53 -04:00
kodumbeats
cc0c3d074e Replace last line that was somehow removed during interactive rebase 2021-08-24 10:03:32 -04:00
kodumbeats
98e15f782a Use 409 response for duplicate exception 2021-08-24 09:53:49 -04:00
kodumbeats
758f8e8eb2 Catch duplicate index exception when creating and updating a document 2021-08-24 09:53:15 -04:00
kodumbeats
c4cb72731e Refactor attributeCallback to function createAttribute 2021-08-24 09:49:58 -04:00
kodumbeats
4b0dc9dab3 Use param validation from framework 2021-08-24 09:46:41 -04:00
Damodar Lohani
80fffe0ed4 collections count 2021-08-24 16:15:24 +05:45
Damodar Lohani
c81ee72c7e Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-08-24 15:04:07 +05:45
Eldad Fux
5bf7f3f773 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-decouple-collections 2021-08-24 00:25:21 +03:00
kodumbeats
401a57a538 Merge remote-tracking branch 'origin/feat-decouple-collections' into feat-response-models-new-attributes 2021-08-23 14:29:05 -04:00
Eldad Fux
266374899e Fixed tests 2021-08-23 10:27:09 +03:00
Eldad Fux
a6c62c95b0 Updated tests 2021-08-23 07:06:53 +03:00
Eldad Fux
f1ec1b2a05 Fixed tests 2021-08-22 19:36:26 +03:00
kodumbeats
4d1bb3a07d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-22 12:34:10 -04:00
Eldad Fux
31500cd675 Sub query support for indexes 2021-08-22 18:00:00 +03:00