1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00
Commit graph

1151 commits

Author SHA1 Message Date
Torsten Dittmann be8958a5c7
Merge pull request #2647 from appwrite/ci-github-action-with-cache
ci: add github action with cache
2022-01-19 12:16:45 +01:00
Torsten Dittmann 785932abd4
Merge pull request #2638 from appwrite/fix-listcollections-search
Fix list collections when passing `search` parameter
2022-01-19 12:08:36 +01:00
Jake Barnby 06719b172c Add listCollection using search parameter tests 2022-01-19 22:04:57 +13:00
Torsten Dittmann e45fc7c46e
Update Scope.php 2022-01-19 00:23:19 +01:00
Jake Barnby 219e314834 Add unauthorized test 2022-01-18 20:04:36 +13:00
Torsten Dittmann cd28a0ed97 tests: fix internalId assertion 2022-01-17 17:31:51 +01:00
Torsten Dittmann ba2790221c fix: hide internal id from documents 2022-01-17 17:25:20 +01:00
Torsten Dittmann 05425934c7
Merge pull request #2552 from appwrite/feat-enable-travis-again
ci: add travis again
2022-01-04 17:02:47 +01:00
Torsten Dittmann 49e9e1b9cd fix: tests 2022-01-04 16:50:48 +01:00
Torsten Dittmann 972ce959b6 fix: tests 2022-01-04 16:48:15 +01:00
Torsten Dittmann 150c2f9cd8 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-prefs-improvement 2022-01-04 16:18:38 +01:00
Matej Baco e2aebdd2bc Merge branch 'feat-database-indexing' into feat-quest-filters 2022-01-04 15:29:42 +01:00
Torsten Dittmann fc41b5f369 fix: increase sleep 2022-01-04 14:12:40 +01:00
Torsten Dittmann 473fdf451e fix: realtime startup 2022-01-03 15:06:40 +01:00
Torsten Dittmann 806bb4ee03 style: remove unnecessary comment 2022-01-03 15:02:14 +01:00
Torsten Dittmann a24702b4e1 fix: realtime tests 2022-01-03 15:01:35 +01:00
Torsten Dittmann ae967839e1 fix: realtime racecondition 2022-01-03 14:42:49 +01:00
Matej Baco df97b67c6d Merge branch 'feat-database-indexing' into feat-quest-filters 2022-01-03 10:52:35 +01:00
Matej Baco f80dc3a7ff Removed var dumps 2022-01-02 17:25:02 +01:00
Matej Baco 30f7293e81 Moved test to proper space 2022-01-02 17:08:27 +01:00
Matej Baco f9994d8021 Added request filter tests 2022-01-02 16:23:37 +01:00
Matej Baco a762fe7b3e Moved request format to app init 2022-01-02 16:19:27 +01:00
Eldad Fux c742dc8fb5 Updated names and review comments 2022-01-01 19:41:32 +02:00
Eldad Fux b75d05eb32 Limited tests to last versions 2022-01-01 14:27:52 +02:00
Eldad Fux d1b5f310e3 Added spec generator CLI command, remove old HTTP endpoint 2022-01-01 14:07:11 +02:00
Matej Baco b703943b26 Merge branch 'feat-database-indexing' into feat-quest-filters 2021-12-31 16:48:52 +01:00
Matej Baco 592ab3ab00 WIP: Request filters refactor (into HTTP.php) 2021-12-30 17:17:01 +01:00
Torsten Dittmann 7740696e36
Merge pull request #2532 from appwrite/fix-prefs-response
Fix-prefs-response
2021-12-30 11:07:51 +01:00
Damodar Lohani 7a18639c5c test for user prefs 2021-12-30 13:54:23 +05:45
Torsten Dittmann 21158e5a96
Merge pull request #2526 from appwrite/fix-query-value-limits
fix: database query value limits
2021-12-29 15:18:49 +01:00
Torsten Dittmann 03989a052b fix: query on 2021-12-29 15:06:44 +01:00
Torsten Dittmann 9e88092ee8 tests: add tests for query limit 2021-12-28 19:16:22 +01:00
Torsten Dittmann 447612b2d5 fix: database attributes tests 2021-12-27 18:21:54 +01:00
Torsten Dittmann ffae301d5f fix: database service 2021-12-27 11:45:24 +01:00
Matej Baco 628b3fc805 Added non-multi-byte test 2021-12-22 09:34:31 +01:00
Matej Baco 491b163b27 Update text to HTTP response changes 2021-12-22 09:08:37 +01:00
Matej Baco 1f32bd6367 Merge branch 'feat-database-indexing' into feat-prefs-improvement 2021-12-22 09:07:50 +01:00
Torsten Dittmann 100e296165 remove benchmark 2021-12-21 16:18:50 +01:00
Torsten Dittmann 366c4b903e feat: anonymous methods 2021-12-21 11:48:10 +01:00
Matej Baco 5757a853f5 Tests fixed, I hope 2021-12-20 16:56:58 +01:00
Matej Baco 27a43beddc Test bug fix 2021-12-20 16:37:17 +01:00
Matej Baco e46b99b0a6 Implemented limit in a new way; second iteration 2021-12-20 16:21:01 +01:00
Matej Baco ed8427d9ee Merge branch 'feat-database-indexing' into feat-prefs-improvement 2021-12-20 12:35:51 +01:00
Matej Baco e065470ffc Merge branch 'feat-database-indexing' into feat-health-api-response-models 2021-12-20 12:09:50 +01:00
Torsten Dittmann 7f82661801
Merge pull request #2503 from appwrite/feat-strict-enums
fix: strict enum attribute
2021-12-17 13:51:42 +01:00
Torsten Dittmann 2690cab771 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-17 11:53:57 +01:00
Torsten Dittmann e2297da3da feat: add more arrow functions 2021-12-17 11:41:26 +01:00
Torsten Dittmann 0e84545829
Merge pull request #2506 from appwrite/fix-database-collection-level-permissions
fix: collection level permissions
2021-12-17 11:22:36 +01:00
Torsten Dittmann 166c906d51 fix: collection level permissions 2021-12-16 19:12:06 +01:00
Torsten Dittmann 548f3a3adb tests: fix attribute and index test 2021-12-16 17:10:01 +01:00