Commit Graph

89 Commits

Author SHA1 Message Date
fogelito ad320e97c6 fix empty queries 2023-02-23 12:15:11 +02:00
fogelito 497e505775 longtext.txt 2023-02-23 10:57:57 +02:00
fogelito 79e60e84da collections.php changes 2023-02-23 10:06:16 +02:00
fogelito 89c9c293e8 Less docs for timeout? 2023-02-21 10:20:12 +02:00
fogelito 601e1648a7 Timeouts tests 2023-02-21 10:11:08 +02:00
fogelito 470ff2289d Timeouts tests 2023-02-21 10:05:23 +02:00
fogelito 211ef70279 native timeouts try 2023-02-20 12:06:09 +02:00
fogelito 2f37057e7a native timeouts try 2023-02-20 11:36:57 +02:00
fogelito c3a6cefd0a native timeouts try 2023-02-20 11:06:00 +02:00
fogelito 82bcbf3306 native timeouts try 2023-02-16 19:48:15 +02:00
fogelito 93c25e87d5 tests updates 2023-02-15 13:36:30 +02:00
fogelito 95e204b8d9 filter todo 2023-02-15 12:21:03 +02:00
fogelito 72a30cf65f Merge branch 'master' of github.com:appwrite/appwrite into poc-timeout
 Conflicts:
	app/controllers/api/databases.php
	app/init.php
	composer.json
	composer.lock
	tests/e2e/General/UsageTest.php
	tests/e2e/Services/Account/AccountCustomClientTest.php
	tests/e2e/Services/Databases/DatabasesBase.php
	tests/e2e/Services/Databases/DatabasesCustomServerTest.php
	tests/e2e/Services/Functions/FunctionsCustomServerTest.php
	tests/e2e/Services/Storage/StorageBase.php
	tests/e2e/Services/Storage/StorageCustomClientTest.php
	tests/e2e/Services/Storage/StorageCustomServerTest.php
	tests/e2e/Services/Teams/TeamsBase.php
	tests/e2e/Services/Teams/TeamsBaseClient.php
	tests/e2e/Services/Webhooks/WebhooksBase.php
	tests/e2e/Services/Webhooks/WebhooksCustomClientTest.php
	tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php
2023-02-15 11:22:35 +02:00
fogelito 558869b118 update tests 2023-02-14 18:33:00 +02:00
fogelito 57c8cde568 timeouts tests pass 2023-02-14 14:42:05 +02:00
fogelito 895c546884 403 error 2023-02-14 13:05:59 +02:00
fogelito d2142e7313 add helpers namespace 2023-02-13 17:43:58 +02:00
fogelito 898f02e1c8 Update list with databaseId 2023-02-02 10:55:23 +02:00
fogelito 593f7154a4 Update list with databaseId 2023-01-31 18:17:07 +02:00
fogelito 3ac2adf13f Update list with databaseId 2023-01-31 18:16:24 +02:00
fogelito 76592b8ea4 Tests for new routes 2023-01-30 17:04:26 +02:00
fogelito b19365a35f Tests for new routes 2023-01-30 16:59:39 +02:00
fogelito 6aab350669 change route names 2023-01-30 12:36:15 +02:00
fogelito b95f52edf7 Some tests 2023-01-29 14:40:27 +02:00
fogelito 73a2d103fb Query filters + cursor for list slow queries 2023-01-29 14:33:52 +02:00
fogelito a69d6fd3f8 New timeout rout for list blocked docs 2023-01-24 19:30:59 +02:00
fogelito d610a14388 Code clean up 2023-01-19 17:51:23 +02:00
fogelito 1a7e65d339 error resource changes 2023-01-19 11:19:16 +02:00
fogelito 317469c8fc debugging var dumps 2023-01-18 19:25:18 +02:00
fogelito d615674da6 Some changes 2023-01-17 19:10:41 +02:00
fogelito 40bd8d54e5 remove the hardcoded throw Timeout Exception; 2023-01-16 08:32:47 +02:00
fogelito e746634491 validate the sleep operator 2023-01-12 18:30:34 +02:00
fogelito 9241d37c26 starting using hooks 2023-01-11 17:38:28 +02:00
fogelito 347d4afa24 Some POC for exceed timeout case 2023-01-08 12:05:50 +02:00
fogelito 91db596b42 remove static $dateValidator 2022-12-19 13:21:09 +02:00
fogelito bdc3e9f935 $dateValidator 2022-12-15 10:51:27 +02:00
fogelito d7a833faef Changing Role + Permissions namespace 2022-12-14 18:07:45 +02:00
fogelito 8ade726932 Changing Role + Permissions namespace 2022-12-14 18:04:06 +02:00
fogelito f96128e14f Changing Id 2022-12-14 17:42:25 +02:00
Torsten Dittmann d45464c6c8 fix: boolean attribute default value 2022-09-30 11:27:19 +02:00
Steven Nguyen 3da21ff2fc Update document model
1. Rename document.$collection to document.$collectionId
2. Add document.$databaseId
2022-09-14 00:53:37 +00:00
Matej Bačo c3d04848f4 Mark permissions optional param 2022-09-01 13:14:15 +00:00
Matej Bačo 889eaff418 Merge remote-tracking branch 'origin/feat-list-users-queries' into feat-list-endpoints-queries 2022-08-29 08:52:28 +00:00
Jake Barnby 0389be522e Only give current user create access in create collection test 2022-08-27 20:29:32 +12:00
Jake Barnby 790276fced Review test updates 2022-08-27 15:16:37 +12:00
Matej Baco fd1068a600 Merge branch 'feat-list-users-queries' into feat-list-endpoints-queries 2022-08-25 10:56:06 +02:00
Jake Barnby e0a1f4b8fe Database test updates 2022-08-25 01:32:52 +12:00
Matej Bačo 4645fcd0c8 Fix tests 2022-08-24 10:31:47 +00:00
Matej Bačo bd7395cb44 Bug fixing, upgrade tests to new syntax 2022-08-24 09:22:13 +00:00
fogelito 9c82a842b6 tests for database + account 2022-08-15 19:08:17 +03:00