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

764 commits

Author SHA1 Message Date
Damodar Lohani 6b447232b9 fix for buckets 2021-10-21 15:25:58 +05:45
Damodar Lohani 3e78abfc85 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-17 11:38:33 +05:45
Torsten Dittmann 9aaf6c27e5 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-08 12:59:03 +02:00
Torsten Dittmann 44aed9524e Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-08 11:06:53 +02:00
Torsten Dittmann f09742175c fix auth tests 2021-10-07 22:24:09 +02:00
Torsten Dittmann 746b9c651e fix auth tests 2021-10-07 21:27:23 +02:00
Torsten Dittmann 4829b488f5 fix auth tests 2021-10-07 21:19:58 +02:00
kodumbeats b3d5ba4123 Address review comments 2021-10-07 14:27:20 -04:00
kodumbeats 5b1d7bfa5d Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enum-attributes 2021-10-07 14:08:02 -04:00
kodumbeats 328b326faa
Merge pull request #1896 from appwrite/feat-before-pagination
feat(refactor-db): before pagination
2021-10-07 14:05:41 -04:00
Torsten Dittmann a585a9090a fix realtime with db refactor 2021-10-07 17:35:17 +02:00
Torsten Dittmann 8db80e164d Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 12:08:24 +02:00
Christy Jacob 3746cda31b
Merge pull request #1998 from ar-ankou/feat-database-indexing
fix-1981-psr-issues-in-the-task-library
2021-10-07 15:11:37 +05:30
Christy Jacob d6c17d309d
Merge pull request #1988 from charithesh16/feat-database-indexing
Fixes PSR issues for Detector Library
2021-10-07 14:28:19 +05:30
Christy Jacob d6c42c0630
Merge pull request #1986 from krishguptadev/feat-database-indexing
style: fix using php cs fixer
2021-10-07 14:25:44 +05:30
Christy Jacob 46b3b23d90
Merge pull request #1949 from mendoza/refactor-1943-Fixing-PSR-Event
Fixing PSR in Event Library
2021-10-07 14:18:25 +05:30
kodumbeats 1b4beb5ea2 Ensure enum attribute has proper response model 2021-10-06 22:25:03 -04:00
kodumbeats ec5d2ed591 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enum-attributes 2021-10-06 20:36:25 -04:00
Torsten Dittmann df661a605f fix migration tests 2021-10-06 17:10:03 +02:00
Torsten Dittmann 97aa1908c8 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-project-subqueries 2021-10-06 13:56:06 +02:00
Steven Boixel acb4aebe4d Fix - PSR issues in the Task library
This fix the PSR issue for the Cron Class and also the CronTest

Resolve #1981
2021-10-06 13:53:33 +02:00
Charithesh Puppireddy c9b8175a90 Fixed PSR issues for Detector Library 2021-10-06 11:38:54 +05:30
Krish Gupta 8331842a23
style: fix using php cs fixer 2021-10-06 11:10:29 +05:30
Emilia 2865921c00 Fix PSR issues in Network 2021-10-05 22:07:39 +02:00
David Mendoza 3ee11afe88 Fixed PSR issues on event library 2021-10-05 11:50:54 -06:00
David Mendoza 4228c304a5 Revert "fixed PSR issues on event library issue #1943"
This reverts commit 735c04318d.
2021-10-05 11:49:05 -06:00
David Mendoza 735c04318d fixed PSR issues on event library issue #1943 2021-10-05 11:46:56 -06:00
Torsten Dittmann c3d1dad82c fix stdClass usage 2021-10-05 17:39:39 +02:00
kodumbeats dc06e42348 Remove standard lib imports 2021-10-05 09:16:27 -04:00
Torsten Dittmann aa5d4cfc9b fix types 2021-09-30 12:32:24 +02:00
Torsten Dittmann 1ed41f52d3 Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-09-30 12:32:10 +02:00
Matej Baco 73c0b23680 Swagger (2,3) support for multiple types of response 2021-09-30 11:59:01 +02:00
Eldad Fux 59521d53da Fixed sum description 2021-09-25 16:48:46 +03:00
Matej Baco 36f55c8726 Removed var dump 2021-09-23 13:13:22 +02:00
Matej Baco c97b153255 Implemented oneOf for non-array results with multiple types 2021-09-23 13:12:50 +02:00
Matej Bačo 9c9a17a2a4
Apply suggestions from code review
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2021-09-21 20:33:11 +02:00
Matej Baco d0e777edd5 Swagger Double type fix 2021-09-21 14:25:41 +02:00
Matej Baco 1eeddc8015 This should not be removed 2021-09-21 14:19:25 +02:00
Matej Baco b97542e581 Swagger2 array fix 2021-09-21 14:16:24 +02:00
Matej Baco a87d482e49 Swagger2 support for arrays (work-around) 2021-09-21 14:12:43 +02:00
Matej Baco e8f77ae363 OpenAPI3 support for anyOf 2021-09-21 14:01:18 +02:00
kodumbeats 4cf16c88ed
Update docblocks for getType 2021-09-15 11:17:09 -04:00
kodumbeats d305c7c442
Merge pull request #1624 from TorstenDittmann/feat-response-models-new-attributes-torsten
feat(feat-response-models-new-attributes): introduce response type array
2021-09-15 10:28:39 -04:00
Torsten Dittmann 824a23e8cc feat(release): prepare 0.10.4 2021-09-15 16:06:49 +02:00
Torsten Dittmann 0992576e52 introduce response type array 2021-09-14 10:26:16 +02: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
kodumbeats 7fbe95de30 Use enum filter to respond with proper enum model 2021-09-10 16:14:12 -04:00
kodumbeats 23611857a1 Add response model for enum attribute 2021-09-10 16:12:55 -04:00
Damodar Lohani 2f9849f957 buckets related metrics 2021-09-10 14:34:16 +05:45
Damodar Lohani 2b55e50c68 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-10 14:15:13 +05:45