1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00
Commit graph

154 commits

Author SHA1 Message Date
Damodar Lohani 201d7114ec Merge branch 'feat-database-indexing' into feat-custom-id 2021-08-04 12:27:19 +05:45
Damodar Lohani 136681df27 Merge branch 'feat-database-indexing' into feat-custom-id 2021-08-03 13:34:02 +05:45
kodumbeats 3846d66868 Use sdk.auth instead of sdk.platform 2021-08-02 16:11:24 -04:00
kodumbeats 7b2f33d861 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-create-attribute-routes 2021-08-02 15:31:44 -04:00
Eldad Fux b24225b92c Updated Console SDK 2021-07-31 23:40:34 +03:00
Damodar Lohani 68ea2e2ab1 re introduce name attributes 2021-07-29 13:54:24 +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
Damodar Lohani 062e22a708 Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-27 11:45:26 +05:45
kodumbeats b9fea89e73 Use refactored attribute function 2021-07-26 21:00:36 -04:00
kodumbeats c0b48ec247 Remove references to old db responses 2021-07-26 19:11:25 -04:00
kodumbeats df5703022b Create custom formats via callback in structure validator 2021-07-26 19:10:39 -04:00
kodumbeats 58f335feff Merge remote-tracking branch 'origin/feat-database-indexing' into feat-create-attribute-routes 2021-07-26 16:48:22 -04:00
Eldad Fux 13c1bb045d Cleanup old db library 2021-07-25 17:47:18 +03:00
kodumbeats e22d4e1db9 Add support for min and max for numeric attributes 2021-07-23 17:38:14 -04:00
kodumbeats ff2fd8a381 Set format structure validators on app init 2021-07-23 10:59:55 -04:00
kodumbeats aea2d2ffa5 Accept format on createAttribute for document structure validation 2021-07-22 16:38:42 -04:00
Damodar Lohani b86b2e8430 collection update name attribute 2021-07-22 11:54:57 +05:45
Damodar Lohani e88450268b depricate name params 2021-07-22 10:57:01 +05:45
kodumbeats 97b7c863a8 Validate default value only when not null 2021-07-21 10:26:50 -04:00
kodumbeats b64202043d Renamed import due to reserved keyword conflicts 2021-07-21 10:26:08 -04:00
kodumbeats 6fc5bf0a71 Add createAttribute routes for each primitive type 2021-07-21 09:23:12 -04:00
kodumbeats 9ac2a4f94c Remove outdated comments 2021-07-21 09:22:34 -04:00
Damodar Lohani 6511d63726 Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-20 11:12:54 +05:45
Eldad A. Fux c1a67fc718
Merge branch 'feat-database-indexing' into fix-db-sync-with-master 2021-07-19 21:20:29 +03:00
Damodar Lohani d8dc30b08a custom id on database 2021-07-19 15:10:53 +05:45
Eldad Fux bbc20dad10 Merge branch 'master' of github.com:appwrite/appwrite into fix-db-sync-with-master 2021-07-18 17:17:29 +03:00
Eldad Fux 5ec5649603 Fixed wrong paths 2021-07-18 11:19:23 +03:00
kodumbeats 2619157dd0 Add inline todos 2021-07-16 09:53:55 -04:00
kodumbeats acc4bbb052 Deletes worker no longer needed for collections 2021-07-12 12:45:30 -04:00
Torsten Dittmann f158980963
fix(database): default value for empty rules 2021-07-07 13:46:44 +02:00
kodumbeats 06c276d855 Tighten up validation 2021-07-05 16:27:20 -04:00
kodumbeats 64d1913a03 Keep search param in listCollections 2021-07-05 15:19:18 -04:00
kodumbeats 4a90076013 Cleanup code comments 2021-07-05 15:15:39 -04:00
Torsten Dittmann d9986cb205 fix(database): properly cast to int 2021-07-05 11:33:47 +02:00
kodumbeats 860a2c7616 Fix index and attribute routes for tests 2021-07-02 20:20:09 -04:00
kodumbeats 50a3493d69 Use attribute size as index length 2021-07-02 18:23:58 -04:00
kodumbeats dfa7516b15 Add missing typehint 2021-07-02 18:22:49 -04:00
kodumbeats bafde0aa29 Remove unneeded param from callback 2021-07-02 16:21:06 -04:00
kodumbeats 145203663d Pass default param where required 2021-07-02 13:29:03 -04:00
kodumbeats 12b58b00ac
Update descriptions/examples for docs
Applied suggestions from code review

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-30 11:10:45 -04:00
kodumbeats 4c81d6b490 Remove unnecessary params from new attribute and index routes 2021-06-23 10:21:32 -04:00
kodumbeats ea46b7b783 Use stricter validators for params 2021-06-22 15:34:42 -04:00
kodumbeats 2e0b7fe471 Support queries for listCollections 2021-06-18 15:27:16 -04:00
kodumbeats 9aad04b484 Accept default permissions from Utopia for now 2021-06-18 15:27:03 -04:00
kodumbeats b1a6302311 Use database worker to remove attributes and indexes 2021-06-18 14:27:14 -04:00
kodumbeats afd347ca6f Create attributes and indexes using database worker 2021-06-18 12:13:37 -04:00
kodumbeats 3c7b7d21f5 Add reminder to filter results from listCollections 2021-06-17 14:22:43 -04:00
kodumbeats 160330675a Add whitelist of filters to createAttribute 2021-06-17 13:09:40 -04:00
kodumbeats 435f6879f2 Remove unused imports 2021-06-17 13:03:24 -04:00