1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00
Commit graph

6598 commits

Author SHA1 Message Date
kodumbeats 2ead9c52f6 Test attribute default values have proper casting in response model 2021-08-25 16:44:07 -04:00
kodumbeats 5472415231 Encode attribute default as json string 2021-08-25 16:43:15 -04:00
kodumbeats 0f3c42368d Test for proper response models for getAttribute 2021-08-25 15:37:21 -04:00
kodumbeats 1c52b0b4dc Prefer Document array data structure for attributes 2021-08-25 15:37:07 -04:00
kodumbeats 84f9f71b81 Fix race condition between database controller and worker 2021-08-25 15:36:45 -04:00
kodumbeats 34a2496c2a Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-24 15:03:01 -04:00
kodumbeats 5c040bd5f3 Add min and max for response model 2021-08-24 14:57:34 -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 7506142ab9 Parse min and max from formatOptions for response model 2021-08-24 14:01:53 -04:00
Eldad Fux 48360e2805 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-08-24 19:44:12 +03:00
Eldad A. Fux 6ccfcd061d
Merge pull request #1510 from PineappleIOnic/fix-sql-timeout
Initial Fix
2021-08-24 19:25:40 +03:00
Bradley Schofield 667a875b49 Update compose.phtml 2021-08-24 16:56:12 +01:00
Bradley Schofield 071d716949 Initial Fix 2021-08-24 16:45:09 +01:00
kodumbeats af2e64ef7b Construct parent models to properly inherit rules 2021-08-24 10:31:02 -04:00
kodumbeats c4cb72731e Refactor attributeCallback to function createAttribute 2021-08-24 09:49:58 -04:00
kodumbeats 4b0dc9dab3 Use param validation from framework 2021-08-24 09:46:41 -04:00
kodumbeats 65fbf03290 Merge remote-tracking branch 'origin/feat-decouple-collections' into feat-response-models-new-attributes 2021-08-23 17:45:31 -04:00
kodumbeats 741779cdb8 Do not throw exception if rule default is null but not required 2021-08-23 17:33:57 -04:00
kodumbeats ebcd1b23b6 Size not returned for integer attributes 2021-08-23 17:29:05 -04:00
Eldad A. Fux abc6ceb941
Merge pull request #1499 from appwrite/feat-decouple-collections
Feat decouple collections
2021-08-24 00:26:41 +03:00
kodumbeats 0eb0ceb6d5 Explicitly add attribute model rules 2021-08-23 17:25:32 -04:00
Eldad Fux 5bf7f3f773 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-decouple-collections 2021-08-24 00:25:21 +03:00
Eldad A. Fux 27747088d0
Update src/Appwrite/Utopia/Response/Model/Index.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:41:38 +03:00
Eldad A. Fux 8f2e5c3563
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:56 +03:00
Eldad A. Fux f9d5d310e3
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:50 +03:00
Eldad A. Fux 8219fcbcb4
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:40 +03:00
Eldad A. Fux 0b30691879
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:40:14 +03:00
Eldad A. Fux 130d567ecf
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:54 +03:00
Eldad A. Fux 9aefe4e360
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:42 +03:00
Eldad A. Fux ca5f31dcf6
Update src/Appwrite/Utopia/Response/Model/Attribute.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:31 +03:00
Eldad A. Fux 5de5a38ba0
Update app/workers/database.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:24 +03:00
Eldad A. Fux 8d262ffbbb
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:39:15 +03:00
Eldad A. Fux 75a1c70174
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:38:39 +03:00
Eldad A. Fux 72f8402edd
Update app/config/collections2.php 2021-08-23 23:38:26 +03:00
Eldad A. Fux 7cbebf8028
Update app/config/collections2.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-08-23 23:38:15 +03:00
Eldad Fux defb94917e Updated dependencies 2021-08-23 23:36:50 +03:00
kodumbeats 19e1443469 Fix breaking bugs introduced in merge conflict resolution 2021-08-23 15:06:47 -04:00
kodumbeats 401a57a538 Merge remote-tracking branch 'origin/feat-decouple-collections' into feat-response-models-new-attributes 2021-08-23 14:29:05 -04:00
Eldad Fux 57b12a416d Fixed tests 2021-08-23 13:43:11 +03:00
Eldad Fux 74187eb5ce Merge branch 'master' of github.com:appwrite/appwrite into feat-decouple-collections 2021-08-23 13:38:35 +03: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
kodumbeats 4d1bb3a07d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-22 12:34:10 -04:00
Eldad Fux 31500cd675 Sub query support for indexes 2021-08-22 18:00:00 +03:00
Eldad Fux e39ed9cf9b Fixed some tests 2021-08-22 17:06:59 +03:00
Eldad Fux 555d2f7529 Hardcoded URL size, fixed icons 2021-08-22 15:59:44 +03:00
Eldad Fux 4e163ec319 Update UI 2021-08-22 14:03:53 +03:00
Eldad Fux fa909e844d Added new delete attribute flow 2021-08-22 11:04:51 +03:00