1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00
Commit graph

731 commits

Author SHA1 Message Date
Torsten Dittmann 0992576e52 introduce response type array 2021-09-14 10:26:16 +02:00
kodumbeats 8d7b4a9c2d Get proper attribute models in collection document 2021-08-27 19:42:24 -04:00
kodumbeats 783e9d86c0 Fix response models 2021-08-27 16:27:59 -04:00
kodumbeats 6c5ac312fa Inherit from Attribute model since custom strings should not respond with size 2021-08-27 16:24:48 -04:00
kodumbeats ddde87f32a Create custom response model for attributeList 2021-08-27 13:11:29 -04:00
kodumbeats 87de870093 Accept callback to get nested type of rule for Document arrays 2021-08-27 13:09:56 -04:00
kodumbeats 7506142ab9 Parse min and max from formatOptions for response model 2021-08-24 14:01:53 -04:00
kodumbeats af2e64ef7b Construct parent models to properly inherit rules 2021-08-24 10:31:02 -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 0eb0ceb6d5 Explicitly add attribute model rules 2021-08-23 17:25:32 -04: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 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
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 74187eb5ce Merge branch 'master' of github.com:appwrite/appwrite into feat-decouple-collections 2021-08-23 13:38:35 +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 fa909e844d Added new delete attribute flow 2021-08-22 11:04:51 +03:00
Eldad Fux 6943380118 Updated data structures for attribute 2021-08-21 07:48:28 +03:00
Damodar Lohani 7b56613b58 update framework 2021-08-19 10:54:55 +05:45
Damodar Lohani 9170f64a75 fix changed getURL to getPath 2021-08-19 10:50:21 +05:45
Eldad Fux c4e5c8ac96 Updated collectionId 2021-08-18 14:41:35 +03:00
kodumbeats 10e4297652 Update attribute response models 2021-08-16 18:59:33 -04:00
kodumbeats 328358654a Instantiate boolean attribute response model 2021-08-16 16:08:18 -04:00
kodumbeats e963ad84d5 Add default param to attribute response models 2021-08-16 16:06:27 -04:00
kodumbeats d2ad1a899e Add response model for boolean attribute 2021-08-16 16:01:20 -04:00
kodumbeats 78d013c109 Prefix all attribute models with Attribute 2021-08-16 15:59:58 -04:00
kodumbeats 6948a75133 Prefix custom string models with Attribute 2021-08-16 15:54:25 -04:00
Eldad Fux 17bbdc3a52 Updated logs screen 2021-08-14 13:13:24 +03:00
kodumbeats 9c3f1988bb Instantiate new attribute models, constants, and lists 2021-08-13 16:58:54 -04:00
kodumbeats 20f5f03173 Create formatted string attribute models 2021-08-13 16:58:36 -04:00
kodumbeats 3172f3073c Split attribute model into primitive types 2021-08-13 16:57:08 -04:00
Eldad Fux 87a9ce2941 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-ui-updates 2021-08-13 14:37:00 +03:00
Torsten Dittmann 37452a398f
Merge branch 'master' into 0.9.x 2021-08-12 10:14:11 +02:00
Eldad Fux b8807cc2fc Merge branch 'feat-add-db-logs' of github.com:appwrite/appwrite into feat-db-ui-updates 2021-08-10 21:04:44 +03:00
Eldad Fux d7eabe3347 init 2021-08-10 21:03:32 +03:00
Torsten Dittmann d8d1414962 prepare 0.9.4 version 2021-08-10 10:30:39 +02:00
Eldad Fux 99f969a98d Removed debugs 2021-08-09 17:43:55 +03:00
Eldad Fux 034d6db8c3 UI - work in progress 2021-08-09 10:08:49 +03:00
Eldad A. Fux 328071a8e6
Merge pull request #1457 from appwrite/feat-depricate-usage-worker
feat-depricate-usage-worker
2021-08-09 08:18:40 +03:00
Eldad Fux e4b30786f8 Fixed parent attribute response model 2021-08-08 18:57:58 +03:00
Damodar Lohani d73ddb581c added namespace and modified tests 2021-08-08 15:08:44 +05:45
Damodar Lohani 35394e5849 Merge branch 'feat-database-indexing' into feat-depricate-usage-worker 2021-08-08 12:18:31 +05:45
Damodar Lohani fa46f14092 refactor the class 2021-08-08 12:16:20 +05:45
Damodar Lohani a8f864a07d
Update src/Appwrite/Statsd/Statsd.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-08-08 12:13:50 +05:45
Damodar Lohani ffe9c99157 new statsd class and implementation 2021-08-08 11:21:08 +05:45
Eldad Fux 9ad1917072 Permission fix 2021-08-07 15:49:36 +03:00
Eldad Fux 0dec65f979 Minor fix for missing default key 2021-08-07 08:12:33 +03:00
Eldad Fux 6a22cc92c0 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-project-object-restructuring 2021-08-06 21:59:35 +03:00