1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
Commit graph

6752 commits

Author SHA1 Message Date
kodumbeats 3c05a43ea7 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-attribute-limits 2021-09-20 21:28:54 -04:00
Eldad A. Fux 45066d99db
Merge pull request #1567 from appwrite/feat-delete-collection-attributes-indexes
feat(refactor-db): delete internal attributes and indexes on deleteCollection
2021-09-19 23:18:39 +03: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
Eldad A. Fux bf9dd4935c
Merge pull request #1634 from appwrite/fix-db-refactor-test-timeouts
feat(refactor-db): upgrade travis instance from medium to large
2021-09-19 08:20:58 +03:00
Eldad A. Fux 409e42a426
Merge pull request #1631 from appwrite/feat-travis-build-failures
feat(tests): check for failing test
2021-09-19 08:15:29 +03:00
Eldad A. Fux 45bf9a20ae
Merge pull request #1630 from appwrite/fix-deletes-worker-usage-constant
fix(refactor-db): use correct constant when deleting usage stats
2021-09-19 07:55:09 +03:00
kodumbeats 38a6e147c2 Use limits defined by database library 2021-09-16 21:52:35 -04:00
kodumbeats b390c663a4 Upgrade travis instance from medium to large 2021-09-16 20:57:25 -04:00
Christy Jacob 13024e97f2 feat(tests): check for failing test 2021-09-16 19:27:12 +05:30
Christy Jacob c03dc64adb feat(tests): check for failing test 2021-09-16 18:48:23 +05:30
Christy Jacob 2853b7f52a feat(tests): check for failing test 2021-09-16 18:10:18 +05:30
Christy Jacob 351b252c2c feat(tests): check for failing test 2021-09-16 17:35:53 +05:30
Christy Jacob 086f631211 feat(tests): check for failing test 2021-09-16 17:04:23 +05:30
Christy Jacob cad09af1bd feat(tests): check for failing test 2021-09-16 13:49:18 +05:30
Christy Jacob b580810c7d feat(tests): check for failing test 2021-09-16 13:29:20 +05:30
Christy Jacob 4a0958866b feat(tests): check for failing test 2021-09-16 13:03:25 +05:30
Christy Jacob 3f4a0756ad feat(tests): check for failing test 2021-09-16 12:36:24 +05:30
Christy Jacob f8067b9cfb feat(tests): check for failing test 2021-09-16 11:08:21 +05:30
Christy Jacob 43d5d67f43 feat(tests): check for failing test 2021-09-16 10:46:59 +05:30
kodumbeats bfdf6de15f Delete collection document from internal collections table 2021-09-15 14:02:18 -04:00
kodumbeats e90036f674 Exit tests if a container has status exited 2021-09-15 11:46:08 -04:00
kodumbeats 8cde715d04 Use correct constant when deleting usage stats 2021-09-15 11:28:40 -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
Eldad A. Fux a1d1bc935b
Merge pull request #1613 from appwrite/fix-usage-daemon-startup
Fix-usage-daemon-startup
2021-09-11 20:09:46 +03:00
Damodar Lohani 5802212dd8 fix usage daemon first time startup 2021-09-10 16:08:49 +05:45
Eldad A. Fux 7ae8b4d18e
Merge pull request #1557 from appwrite/feat-usage-deletes
delete older usage stats
2021-09-10 10:41:37 +03:00
Eldad A. Fux ad4051549f
Merge pull request #1503 from appwrite/feat-usage-daemon
Feat usage daemon
2021-09-10 10:39:18 +03:00
kodumbeats f5d69b4b0a Catch exceptions in one block 2021-09-09 13:15:30 -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 5cc74bf4cb
Merge pull request #1504 from appwrite/feat-new-usage-endpoints
Feat new usage endpoints
2021-09-07 10:56:36 +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 8c3ca6808c Test deleteCollection removal of attributes/indexes 2021-09-02 12:46:05 -04:00
kodumbeats 84e9881a6a Delete from attribute/index tables on deleteCollection 2021-09-02 12:45:03 -04:00
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
kodumbeats 624d099bf9 Assert row width exception is thrown 2021-09-01 10:36:01 -04:00
kodumbeats be47d16290 Use MariaDB max limit for index/attribute subqueries 2021-09-01 10:08:59 -04:00
Christy Jacob dd9cddc525 feat(review): fix review comments 2021-09-01 16:54:36 +05:30
kodumbeats ae58a60065 Use checkAttribute to catch index limits 2021-08-31 21:13:58 -04:00
kodumbeats e2d1b2df58 Fetch new checkAttribute database method 2021-08-31 21:13:36 -04:00
Christy Jacob ac0ff8ea0f feat(response): use recursive function for swagger/openapi spec generation 2021-09-01 02:25:13 +05:30
Christy Jacob ad81e414d9 feat(response): add metric and metric list to response models 2021-09-01 00:34:01 +05:30