1
0
Fork 0
mirror of synced 2024-09-06 21:01:55 +12:00
Commit graph

231 commits

Author SHA1 Message Date
Torsten Dittmann
33699ea2c4 feat(controllers): implement before cursor pagination 2021-10-05 12:30:33 +02:00
kodumbeats
cb7c810207 Drop collection table in deletes worker 2021-09-19 11:49:24 -04:00
kodumbeats
b4ad95747a Merge remote-tracking branch 'origin/feat-database-indexing' into feat-delete-collection-attributes-indexes 2021-09-12 09:07:46 -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
kodumbeats
84e9881a6a Delete from attribute/index tables on deleteCollection 2021-09-02 12:45:03 -04:00
Christy Jacob
ac0ff8ea0f feat(response): use recursive function for swagger/openapi spec generation 2021-09-01 02:25:13 +05:30
Damodar Lohani
6524d00b08 update audit resource 2021-08-29 17:51:33 +05:45
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
Christy Jacob
6835124af8 feat(usage): rename all usage response models 2021-08-27 23:04:43 +05:30
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
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
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
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
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
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
Eldad Fux
31500cd675 Sub query support for indexes 2021-08-22 18:00:00 +03:00
Eldad Fux
e39ed9cf9b Fixed some tests 2021-08-22 17:06:59 +03:00
Eldad Fux
555d2f7529 Hardcoded URL size, fixed icons 2021-08-22 15:59:44 +03:00
Eldad Fux
fa909e844d Added new delete attribute flow 2021-08-22 11:04:51 +03:00
Eldad Fux
c507cd44aa Fixed format options 2021-08-22 00:48:07 +03:00
Eldad Fux
6943380118 Updated data structures for attribute 2021-08-21 07:48:28 +03:00
Eldad Fux
c0b86a5d17 Work in progress 2021-08-20 20:02:44 +03:00
Christy Jacob
a2a73d87e2 feat(usage): added usage endpoint for database 2021-08-20 17:52:04 +05:30
Christy Jacob
24925d2eb2 feat(usage): cleanup comments 2021-08-20 17:40:52 +05:30
Christy Jacob
c36b5b8b30 feat(usage): cleanup comments 2021-08-20 17:11:13 +05:30
Christy Jacob
ae030ebd4f feat(usage): doc fix 2021-08-20 17:10:35 +05:30
Christy Jacob
2468e6e97d feat(usage): added usage endpoint for collections 2021-08-20 17:08:57 +05:30
Christy Jacob
8b393b1165 feat(usage): added usage endpoint for database 2021-08-20 16:53:54 +05:30
Eldad Fux
5ba2ba4c4c SubQuery test 2021-08-20 14:15:17 +03:00
Christy Jacob
f3074bc024 feat(usage): some refactoring 2021-08-20 15:34:57 +05:30
Christy Jacob
cfe49b6892 feat(usage): refactored functions usage endpoint 2021-08-20 13:54:45 +05:30
Eldad Fux
7859f35612 Updated SDK 2021-08-20 09:23:58 +03:00
Damodar Lohani
0d47dea97f Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-08-19 11:12:49 +05:45
Damodar Lohani
bc05c4d3a5 update custom id description on all services 2021-08-19 10:37:36 +05:45
Eldad Fux
5811a5680a Work in progress 2021-08-19 07:05:44 +03:00
Eldad Fux
266cce237e Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-decouple-collections 2021-08-18 22:00:26 +03:00
Eldad Fux
4a0d8876df Fixed tests 2021-08-18 15:36:55 +03:00