1
0
Fork 0
mirror of synced 2024-09-15 17:09:18 +12:00
Commit graph

3875 commits

Author SHA1 Message Date
Damodar Lohani
d603e7e2ce Merge branch 'feat-storage-buckets' into feat-sb-delete 2021-09-23 13:13:32 +05:45
Damodar Lohani
ca58351e93 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-23 13:03:19 +05:45
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
bfdf6de15f Delete collection document from internal collections table 2021-09-15 14:02:18 -04:00
kodumbeats
8cde715d04 Use correct constant when deleting usage stats 2021-09-15 11:28:40 -04:00
Damodar Lohani
49cfddae1e
Update app/controllers/api/storage.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-09-15 10:40:30 +05:45
Damodar Lohani
ccae13ac19 fix bucket delete 2021-09-15 10:39:49 +05:45
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
6d3a78f7a9 check if bucket exists in usage endpoint 2021-09-12 11:59:40 +05:45
Damodar Lohani
5802212dd8 fix usage daemon first time startup 2021-09-10 16:08:49 +05:45
Damodar Lohani
2f9849f957 buckets related metrics 2021-09-10 14:34:16 +05:45
Damodar Lohani
2b55e50c68 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-10 14:15:13 +05:45
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
84e9881a6a Delete from attribute/index tables on deleteCollection 2021-09-02 12:45:03 -04:00
Damodar Lohani
5ea98b65a2 fix create files collection per bucket 2021-09-02 16:51:54 +05:45
Damodar Lohani
95fb93057c separate files collection per bucket 2021-09-02 16:34:07 +05:45
Damodar Lohani
f230c5b340 storage after pagination test 2021-09-02 15:56:10 +05:45
Damodar Lohani
1edf1a7ba1 custom ID and after pagination 2021-09-02 14:15:10 +05:45
Damodar Lohani
91e13572a8 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-02 13:37:40 +05:45
Damodar Lohani
334a59e3c1 schedule usage stats deletion 2021-09-02 12:17:32 +05:45
Damodar Lohani
3a29d6a565 fix deletes, remove 15m period after refactor 2021-09-02 12:16:03 +05:45
Damodar Lohani
d779b98365 Merge branch 'feat-usage-daemon' into feat-usage-deletes 2021-09-02 12:15:11 +05:45
Christy Jacob
ac0ff8ea0f feat(response): use recursive function for swagger/openapi spec generation 2021-09-01 02:25:13 +05:30
Christy Jacob
4902bcea74 Merge branch 'feat-usage-daemon' of github.com:appwrite/appwrite into feat-new-usage-endpoints 2021-08-30 18:01:47 +05:30
Damodar Lohani
87311797f2 more comments 2021-08-30 15:23:11 +05:45
Damodar Lohani
2477b80978 update counters also as time series data 2021-08-30 15:20:32 +05:45
Damodar Lohani
4ae224d518 Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-08-30 13:08:20 +05:45
Eldad Fux
c84dc0fa92 init 2021-08-30 10:19:29 +03:00
Damodar Lohani
fc7b346515 added new events 2021-08-30 11:34:11 +05:45
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
Damodar Lohani
c1fbbc5d9c update console sdk 2021-08-29 16:58:51 +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
Eldad A. Fux
1e026c6b58
Merge pull request #1516 from appwrite/fix-deletes-worker-missing-offset
fix-deletes-worker-missing-offset
2021-08-28 19:14:05 +03:00
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