1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00
Commit graph

168 commits

Author SHA1 Message Date
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
Eldad Fux f1ec1b2a05 Fixed tests 2021-08-22 19:36:26 +03:00
Eldad Fux e39ed9cf9b Fixed some tests 2021-08-22 17:06:59 +03:00
Eldad Fux 1ecd9c865e Fixed tests removed redundant $collection attribute 2021-08-17 09:24:12 +03:00
Torsten Dittmann a2e57a4f33
Merge branch 'feat-database-indexing' into feat-database-after-pagination 2021-08-10 22:20:30 +02:00
kodumbeats fe020a2b79 Remove assertion for tests 2021-08-10 07:45:38 -04:00
kodumbeats b14a705944 Increase sleep for ARM tests on CI 2021-08-09 13:47:36 -04:00
Torsten Dittmann f7be5cd7b1 tests(database): after pagination tests 2021-08-09 16:54:10 +02:00
Torsten Dittmann 8296021b63 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-after-pagination 2021-08-09 12:03:15 +02:00
kodumbeats 5296e40b07 Test for deleting index 2021-08-08 19:56:31 -04:00
kodumbeats 83c4001f50 Fix tests 2021-08-08 19:51:18 -04:00
kodumbeats a42588f334 Test for attribute deletion 2021-08-08 18:08:10 -04:00
Torsten Dittmann 01d0ce6988 feat(database): after pagination 2021-08-05 21:01:00 +02:00
Damodar Lohani 8d39ab8bcc fix database test 2021-08-05 15:09:42 +05:45
Damodar Lohani 59c4a27c1b fix tests 2021-08-05 13:54:06 +05:45
Damodar Lohani 5e7f7f565d fix tests 2021-08-05 10:14:43 +05:45
Damodar Lohani 201d7114ec Merge branch 'feat-database-indexing' into feat-custom-id 2021-08-04 12:27:19 +05:45
kodumbeats 432a1a7f5c Parse min and max as proper types 2021-07-27 15:12:24 -04:00
kodumbeats 1eae5490df Encode format as json string 2021-07-27 14:19:37 -04:00
kodumbeats b9fea89e73 Use refactored attribute function 2021-07-26 21:00:36 -04:00
kodumbeats 3aae021cfb Add tests for document structure validation 2021-07-23 17:38:31 -04:00
kodumbeats 04a69edf34 Test for unsupported formats 2021-07-23 11:04:31 -04:00
kodumbeats 7b7e2ad17f Test for invalid document structure with custom attributes 2021-07-22 16:39:52 -04:00
kodumbeats 92175c5e32 Adjust tests for new attribute routes 2021-07-21 11:05:18 -04:00
Damodar Lohani 6aa5bb42b6 fix tests for database 2021-07-19 15:11:00 +05:45
kodumbeats 06c276d855 Tighten up validation 2021-07-05 16:27:20 -04:00
kodumbeats 05fb04fdc2 Fix webhook tests 2021-07-02 18:22:36 -04:00
kodumbeats 145203663d Pass default param where required 2021-07-02 13:29:03 -04:00
kodumbeats 47d74a64be Add assertions to confirm index was created successfully 2021-06-18 13:18:27 -04:00
kodumbeats 4567bc0d77 Ensure attributes are removed from queue before adding documents 2021-06-18 13:09:07 -04:00
kodumbeats 9fb64c5621 createCollection requires read/write params 2021-06-17 11:15:14 -04:00
kodumbeats 0e7c55c17c Fix tests for deleteDocument 2021-06-15 10:24:51 -04:00
kodumbeats a62c46cc44 Fix tests for update and delete document 2021-06-15 09:38:24 -04:00
kodumbeats 33d07c2ba4 Move listDocuments to new db 2021-06-14 15:55:36 -04:00
kodumbeats 80f41edf36 Test for creating indexes 2021-06-14 15:54:49 -04:00
kodumbeats 1d2d869fa8 Add assertions for creating attributes 2021-06-14 15:54:19 -04:00
kodumbeats e35d883c56 Test for creating collections and documents 2021-06-11 16:06:54 -04:00
kodumbeats b8950930d7 Fix missing bracket 2021-06-11 14:47:23 -04:00
kodumbeats 4f90d89def Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-11 14:34:15 -04:00
Eldad Fux 2cf16881f1 Replaced * with role:all 2021-06-11 21:23:16 +03:00
kodumbeats 1885a9632d Fix tests for create/delete collection 2021-06-11 14:07:05 -04:00
Eldad A. Fux 19e9582df2
Merge branch '0.7.x' into feat-upgrade-php-version 2021-04-05 14:56:45 +03:00
Eldad Fux 46c465b80e Added some fixes and dedicated tests 2021-03-22 09:34:51 +02:00
Eldad Fux 92c3e622bd Updated tests 2021-03-15 13:44:11 +02:00
Eldad Fux bc16ec93db Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-upgrade-php-version 2021-01-15 00:26:09 +02:00
Eldad Fux 5ed2eea208 Changed role names 2021-01-13 16:11:07 +02:00
Eldad Fux 29311cb2be Remove $collection tests, attribute has been removed 2020-12-21 09:23:43 +02:00
Eldad A. Fux a23f38c769
Merge branch '0.7.x' into feat-upgrade-php-version 2020-12-13 01:56:32 +02:00
Christy Jacob df1822cd18 chore: review comments 2020-12-05 12:23:09 +05:30
Christy Jacob 54c3b4c84a chore: review comments 2020-12-05 11:04:58 +05:30
Christy Jacob 9128348aff chore: added e2e tests for collection deletion 2020-12-05 11:01:59 +05:30
Eldad Fux 4e83a988fc Fixed tests 2020-11-21 10:02:25 +02:00
Eldad Fux c8a8f4650e Updated test to make sure permission updating bug is not happening again 2020-07-11 19:24:18 +03:00
Eldad Fux bd073da05e Fixed tests 2020-06-21 15:23:50 +03:00
Eldad Fux 7b1dd6b2c3 Updated all the REST API query params to be in camelCase 2020-03-25 22:19:19 +02:00
Eldad Fux 46cfa9ee92 Updated $uid to $id 2020-02-17 09:16:11 +02:00
Eldad Fux 46f243ce80 Updated DB tests 2020-01-30 19:22:58 +02:00
Eldad Fux 74655d5233 Updated DB tests 2020-01-13 19:53:22 +02:00
Eldad Fux ea71048905 Added DB tests - work in progress 2020-01-13 10:46:09 +02:00