1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00
Commit graph

3850 commits

Author SHA1 Message Date
Torsten Dittmann
97aa1908c8 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-project-subqueries 2021-10-06 13:56:06 +02:00
Torsten Dittmann
301e3c3e1a
Merge pull request #1569 from appwrite/feat-cleanup-index-on-delete-attribute
feat(refactor-db): clean up internal indexes collection on delete attribute
2021-10-05 21:26:06 +00:00
Torsten Dittmann
244b62f12d
Merge pull request #1480 from appwrite/feat-enforce-document-collection-permissions
feat(refactor-db) enforce either document or collection permissions
2021-10-05 20:33:23 +00:00
Torsten Dittmann
1ba98f2c1f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-enforce-document-collection-permissions 2021-10-05 18:33:52 +02:00
Torsten Dittmann
f0ff3de725 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-cleanup-index-on-delete-attribute 2021-10-05 17:44:57 +02:00
Torsten Dittmann
70a7855bf6 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-attribute-limits 2021-10-05 17:44:35 +02:00
Torsten Dittmann
c3d1dad82c fix stdClass usage 2021-10-05 17:39:39 +02:00
Torsten Dittmann
925d11c422 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-cleanup-index-on-delete-attribute 2021-10-05 16:39:03 +02:00
Torsten Dittmann
349588df12 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-enforce-document-collection-permissions 2021-10-05 16:37:58 +02:00
Torsten Dittmann
dc2581a98a Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-10-05 16:37:25 +02:00
Torsten Dittmann
41857f0bda fix usage worker 2021-10-05 16:37:19 +02:00
Torsten Dittmann
cdaec34c6a fix usage worker 2021-10-05 16:36:34 +02:00
Torsten Dittmann
bc0a15e38b fix usage worker 2021-10-05 16:27:06 +02:00
kodumbeats
31f1c4e1dd Merge remote-tracking branch 'origin/feat-database-indexing' into feat-cleanup-index-on-delete-attribute 2021-10-05 10:14:26 -04:00
kodumbeats
0f5931555a Fix issues from merge 2021-10-05 09:57:57 -04:00
kodumbeats
35c21e31c8 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-attribute-limits 2021-10-05 09:48:59 -04:00
kodumbeats
481ff1e2f9 Refactor purgeDocument calls to deleteCachedDocument 2021-10-05 09:05:40 -04:00
kodumbeats
81c0f8c3c1
Merge pull request #1647 from appwrite/feat-database-indexing-openapi-fix
Update API spec generation to support anyOf for AttributeList responses and oneOf for Attribute responses
2021-09-30 15:42:32 -04:00
kodumbeats
7ca035960d Fix attribute response model spec definitions 2021-09-30 15:37:21 -04:00
kodumbeats
dd04158ae1 Return oneOf models for getAttribute 2021-09-30 15:03:18 -04:00
Matej Baco
73c0b23680 Swagger (2,3) support for multiple types of response 2021-09-30 11:59:01 +02:00
kodumbeats
c87e686ca2 Fix createUrlAttribute description 2021-09-22 21:29:56 -04:00
kodumbeats
3c05a43ea7 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-attribute-limits 2021-09-20 21:28:54 -04:00
kodumbeats
1b76219f6f Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-09-20 21:27:07 -04:00
kodumbeats
c9601160a6 Handle case of duplicate indexes on deleteAttribute 2021-09-20 21:22:08 -04:00
kodumbeats
51ea0aecb1 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-cleanup-index-on-delete-attribute 2021-09-20 13:32:16 -04:00
kodumbeats
20d4264de4 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-delete-collection-attributes-indexes 2021-09-19 11:52:22 -04:00
kodumbeats
cb7c810207 Drop collection table in deletes worker 2021-09-19 11:49:24 -04:00
kodumbeats
38a6e147c2 Use limits defined by database library 2021-09-16 21:52:35 -04:00
kodumbeats
bfdf6de15f Delete collection document from internal collections table 2021-09-15 14:02:18 -04:00
kodumbeats
f500fae219 Merge remote-tracking branch 'origin/fix-deletes-worker-usage-constant' into feat-response-models-new-attributes
Fix deletes queue constant for usage stats
2021-09-15 12:23:36 -04:00
kodumbeats
8cde715d04 Use correct constant when deleting usage stats 2021-09-15 11:28:40 -04:00
Matej Baco
ba6c528617 Apply suggestions from code review 2 2021-09-14 08:58:19 +02:00
Matej Bačo
d3e02db31f
Apply suggestions from code review
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-14 08:57:55 +02:00
kodumbeats
5735c5d129 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enforce-document-collection-permissions 2021-09-12 09:14:03 -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
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
5802212dd8 fix usage daemon first time startup 2021-09-10 16:08:49 +05:45
kodumbeats
f5d69b4b0a Catch exceptions in one block 2021-09-09 13:15:30 -04:00
kodumbeats
e1c7e4908b Remove unneeded var 2021-09-09 12:52:56 -04:00
Damodar Lohani
b38c77255e
Update app/init.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-09-08 12:40:48 +05:45
Damodar Lohani
225cc1694c Merge branch 'feat-usage-daemon' into feat-usage-deletes 2021-09-07 11:06:28 +05:45
Damodar Lohani
2adac4548a Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-09-07 11:06:12 +05:45
Damodar Lohani
ec0148a17b Merge branch 'feat-usage-daemon' into feat-usage-deletes 2021-09-07 11:04:25 +05:45
Damodar Lohani
1ecd9eecff fix deletes interval 2021-09-07 11:03:30 +05:45
Damodar Lohani
9f93ceec13 missing break 2021-09-06 15:24:36 +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
Damodar Lohani
1a21c8fdbb fix constant value 2021-09-06 11:48:44 +05:45
kodumbeats
31977e462c Clean up indexes when attribute is deleted 2021-09-02 17:38:33 -04:00
kodumbeats
84e9881a6a Delete from attribute/index tables on deleteCollection 2021-09-02 12:45:03 -04:00