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

546 commits

Author SHA1 Message Date
kodumbeats
fcb13806be Merge remote-tracking branch 'origin/feat-enforce-document-collection-permissions' into feat-db-refactor-ui-fixes 2021-09-23 21:52:03 -04:00
kodumbeats
d457ba1627 Merge remote-tracking branch 'origin/feat-db-attribute-limits' into feat-db-refactor-ui-fixes 2021-09-23 21:51:16 -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
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
2adac4548a Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-09-07 11:06:12 +05:45
kodumbeats
8c3ca6808c Test deleteCollection removal of attributes/indexes 2021-09-02 12:46:05 -04:00
kodumbeats
6b7059c034 Fix missing lines from conflict resolution 2021-09-01 10:57:20 -04:00
kodumbeats
c49179e6bc Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enforce-document-collection-permissions 2021-09-01 10:52:38 -04:00
kodumbeats
624d099bf9 Assert row width exception is thrown 2021-09-01 10:36:01 -04:00
kodumbeats
656914f8dc Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-31 13:55:18 -04:00
kodumbeats
efa0b86299 Add assertions for row width limit 2021-08-31 12:35:03 -04:00
kodumbeats
8f06625980 Reduce sleep time in test 2021-08-31 11:53:20 -04:00
kodumbeats
42ca474731 Search for attributes from internal table 2021-08-31 11:35:06 -04:00
kodumbeats
4f4db30a8a Test for attribute limit exception 2021-08-31 11:32:49 -04:00
Damodar Lohani
270b70794b fix account test 2021-08-30 11:36:06 +05:45
Damodar Lohani
0f97300c3f tests 2021-08-29 16:15:48 +05:45
Christy Jacob
66294445ce feat(tests): added tests for users usage 2021-08-29 14:24:50 +05:30
Christy Jacob
3aedad2061 feat(tests): added tests for users usage 2021-08-29 14:13:14 +05:30
Christy Jacob
4454a518b7 feat(tests): added tests for storage usage 2021-08-29 13:49:25 +05:30
Christy Jacob
9eea6d55f7 feat(tests): added tests for projects usage 2021-08-29 13:41:29 +05:30
Christy Jacob
94a17e9ce0 feat(tests): added tests for functions usage 2021-08-29 13:29:08 +05:30
Christy Jacob
58a5320cf1 feat(tests): added tests for database usage 2021-08-29 13:20:52 +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
e9541a9269 Fix tests 2021-08-27 21:46:33 -04:00
kodumbeats
95f505b616 Add tests for collection permissions 2021-08-27 21:00:49 -04:00
kodumbeats
0e68b4a1e4 Remove var dumps 2021-08-27 20:44:32 -04:00
kodumbeats
7db7e39f78 Test enforce collection permissions 2021-08-27 20:44:32 -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
d135a14bd4 Test for attribute response model in collection subquery 2021-08-27 16:45:33 -04:00
kodumbeats
a9c1a91a3e Test response model for listAttributes endpoint 2021-08-27 16:30:26 -04:00
kodumbeats
2ead9c52f6 Test attribute default values have proper casting in response model 2021-08-25 16:44:07 -04:00
kodumbeats
0f3c42368d Test for proper response models for getAttribute 2021-08-25 15:37:21 -04:00
kodumbeats
0d2bbb0ae9 Fix tests for index limits 2021-08-24 19:35:43 -04:00
kodumbeats
e6d4897acc Debug index limits tests 2021-08-24 18:23:12 -04:00
kodumbeats
a4486fd99e Use indexId instead of id 2021-08-24 18:21:56 -04:00
kodumbeats
c072a07ed5 Increase sleep for index tests 2021-08-24 18:21:56 -04:00
kodumbeats
bf4c1c8c9c Fix tests 2021-08-24 18:21:56 -04:00
kodumbeats
34b6894be2 Add more tests for index limits 2021-08-24 18:20:54 -04:00
kodumbeats
1c1312baae Catch exception for index limit 2021-08-24 18:20:04 -04:00
kodumbeats
6df9d579c4 Comment out default values for non string attributes 2021-08-24 14:57:19 -04:00
kodumbeats
247c3adb48 Test for attribute response models 2021-08-24 14:02:33 -04:00
kodumbeats
8087ca1575 Test for 409 response for duplicate exception 2021-08-24 09:53:49 -04:00
kodumbeats
e2024c274a Test for duplicate exception 2021-08-24 09:53:15 -04:00
kodumbeats
ebcd1b23b6 Size not returned for integer attributes 2021-08-23 17: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