1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00
Commit graph

2147 commits

Author SHA1 Message Date
Damodar Lohani
5472898759 fix naming 2022-08-15 00:50:51 +00:00
shimon
cabe989555 some fixes 2022-08-14 22:42:20 +03:00
shimon
6fd01a6721 some fixes 2022-08-14 21:39:44 +03:00
Eldad Fux
95181546b4 Adpated tests 2022-08-14 21:09:24 +03:00
Eldad Fux
22c38a484f Merge branch 'feat-password-hash-algos' of https://github.com/appwrite/appwrite into feat-missing-phone-param 2022-08-14 19:43:53 +03:00
Eldad Fux
7d83f9d644 Removed import path 2022-08-14 19:29:07 +03:00
Eldad Fux
98fc8669e1 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-password-hash-algos 2022-08-14 19:23:30 +03:00
Jake Barnby
613a0f8006 ID and test fixes 2022-08-15 02:22:38 +12:00
Eldad Fux
b36c24c508 Decouple Auth code from SMS provider adapter 2022-08-14 17:19:58 +03:00
Eldad Fux
25f176875d Changed provider name from phone to sms 2022-08-14 16:43:41 +03:00
Jake Barnby
9c260164ef Merge remote-tracking branch 'origin/feat-datetime-attributes-with-database-query-update' into refactor-permissions-inc-queries-update-datetime-fixes
# Conflicts:
#	app/controllers/api/databases.php
#	app/controllers/api/storage.php
#	app/controllers/general.php
#	app/controllers/shared/api.php
#	composer.json
#	composer.lock
2022-08-14 23:46:34 +12:00
Damodar Lohani
e75dace600 fix storage usage test to match response 2022-08-14 11:19:24 +00:00
Damodar Lohani
cf86481d31 fix test to use updated response model 2022-08-14 11:16:54 +00:00
Jake Barnby
6a5de3e0b6 Merge remote-tracking branch 'origin/fix-datetime-attributes' into refactor-permissions-inc-queries-update-datetime-fixes
# Conflicts:
#	app/config/collections.php
#	app/controllers/api/databases.php
#	app/controllers/api/projects.php
#	app/controllers/api/teams.php
#	composer.json
#	composer.lock
#	tests/e2e/Services/Account/AccountBase.php
#	tests/e2e/Services/Databases/DatabasesBase.php
#	tests/e2e/Services/Functions/FunctionsCustomServerTest.php
#	tests/e2e/Services/Projects/ProjectsConsoleClientTest.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/Webhooks/WebhooksBase.php
#	tests/e2e/Services/Webhooks/WebhooksCustomClientTest.php
#	tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php
#	tests/unit/Auth/AuthTest.php
2022-08-14 23:11:05 +12:00
Jake Barnby
b007acfa95 ID updates 2022-08-14 22:33:36 +12:00
Steven
610ec1a6a4 Update database query syntax 2022-08-14 05:44:55 +00:00
Jake Barnby
fe5d3a1892 Use permission helpers 2022-08-14 17:21:11 +12:00
Jake Barnby
2ca2f4e135 Update audits 2022-08-14 03:17:18 +12:00
Jake Barnby
70758927cd Test fixes 2022-08-14 02:55:15 +12:00
Jake Barnby
ed712fb196 Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
# Conflicts:
#	app/controllers/general.php
#	composer.lock
2022-08-14 02:31:06 +12:00
Jake Barnby
68cc919aaa Test fixes 2022-08-14 02:10:28 +12:00
Eldad A. Fux
a91584853c
Merge pull request #3558 from appwrite/fix-teams-roles-no-owner
Fix teams roles no owner
2022-08-13 12:37:11 +03:00
Damodar Lohani
74a159ab99 fix key 2022-08-13 03:44:57 +00:00
Eldad Fux
3c7a7f0fa4 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into origin/datetime-attributes 2022-08-13 06:21:50 +03:00
Steven
1abe9d4c01 Merge branch '0.16.x' into fix-datetime-attributes 2022-08-12 22:54:33 +00:00
Christy Jacob
9693c6e941 Merge branch 'master' of github.com:appwrite/appwrite into 0.16.x 2022-08-12 21:44:36 +05:30
Jake Barnby
8d4191b1a0 Lint 2022-08-13 02:46:50 +12:00
Jake Barnby
09b001e891 PR fixes 2022-08-13 02:41:57 +12:00
Jake Barnby
d2b9102f84 Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
# Conflicts:
#	tests/e2e/Services/Databases/DatabasesBase.php
#	tests/e2e/Services/Databases/DatabasesCustomServerTest.php
2022-08-13 00:54:27 +12:00
Jake Barnby
5c6cb2a422 Test fixes 2022-08-13 00:49:57 +12:00
Jake Barnby
c104860448 Use roles validator for function execution 2022-08-13 00:23:58 +12:00
Jake Barnby
1d7c25b561 Single role per permissions entry 2022-08-12 22:36:59 +12:00
Damodar Lohani
b5f5aff626 fix response and project usage issues 2022-08-11 06:05:38 +00:00
Damodar Lohani
73f675aebe Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates 2022-08-11 01:15:29 +00:00
Bradley Schofield
c566f1e7c9 Fix Tests 2: Electric Boogaloo 2022-08-10 10:32:48 +01:00
shimon
d31c23d25a Merge branch '0.16.x' of github.com:appwrite/appwrite into feat-audits-label
 Conflicts:
	app/controllers/api/databases.php
2022-08-10 12:18:05 +03:00
Jake Barnby
25e893f712 Revert sdk-generator to master 2022-08-10 18:02:23 +12:00
Bradley Schofield
42e0895dad Fix Tests 2022-08-09 16:29:24 +01:00
Bradley Schofield
6882ffaa00 Merge branch '0.16.x' into feat-variables-api 2022-08-09 13:37:24 +01:00
fogelito
db5d737235 Merge branch '0.16.x' of github.com:appwrite/appwrite into origin/datetime-api
 Conflicts:
	tests/e2e/Services/Databases/DatabasesBase.php
2022-08-09 14:37:21 +03:00
Jake Barnby
a61fd030ff Fix storage tests 2022-08-09 19:11:30 +12:00
Jake Barnby
3611f9df94 Parameter order fix 2022-08-09 18:58:08 +12:00
Jake Barnby
216486a4c6 Fix DB tests 2022-08-09 18:03:41 +12:00
Jake Barnby
fa61dada55 Fix erroneous whitespace 2022-08-09 14:48:56 +12:00
Jake Barnby
cb7bafbdc0 Storage test fixes 2022-08-08 23:00:15 +12:00
Jake Barnby
8317b167ce Databases test fixes 2022-08-08 23:00:03 +12:00
Damodar Lohani
ff794dc215 commenting out functions stat test as it seems to be inconsistent 2022-08-08 02:20:18 +00:00
Jake Barnby
e8af744c97 More write ref updates 2022-08-05 18:00:56 +12:00
Jake Barnby
62b1eba836 Replace write refs 2022-08-05 17:23:18 +12:00
Damodar Lohani
34794d2554 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-usage-updates 2022-08-04 06:03:39 +00:00
Jake Barnby
d9f0ece812 Remove new properties from DB level 2022-08-04 12:08:16 +12:00
Bradley Schofield
2650706be1 Run Linter 2022-08-03 13:35:11 +00:00
Bradley Schofield
f62ad19ecd Fix old function tests 2022-08-03 13:32:50 +00:00
Jake Barnby
1f0b55bfed Update execute permission refs 2022-08-03 22:11:39 +12:00
Bradley Schofield
67fa3f728c Run Linter 2022-08-03 10:13:34 +01:00
Jake Barnby
1ab86c9331 Role reference updates 2022-08-03 16:17:49 +12:00
Bradley Schofield
452a8512c4 Add Tests 2022-08-02 16:11:15 +00:00
Jake Barnby
ce38e74ba2 Update remaining services to new permissions 2022-08-02 21:21:53 +12:00
Jake Barnby
4520114780 Refactor storage to use new permissions 2022-08-02 21:19:15 +12:00
Jake Barnby
9a182d615a Refactor databases to use new permissions 2022-08-02 21:18:49 +12:00
fogelito
3df0ba27fd testPersistantCreatedAt 2022-08-01 17:00:57 +03:00
Torsten Dittmann
6db2ce2a40 fix: datetime structure validator 2022-08-01 13:43:30 +02:00
fogelito
13474985dc tests need to fix error 500 on line 2096 2022-07-31 16:06:50 +03:00
fogelito
468692f5e4 some more tests 2022-07-31 15:32:41 +03:00
fogelito
d6760bfbee fix tests $created and datetime queries 2022-07-31 13:07:15 +03:00
fogelito
a587547e2c queries tests for datetime and more 2022-07-28 18:24:17 +03:00
fogelito
ba40ac4e90 Change models Class name 2022-07-28 13:26:22 +03:00
Damodar Lohani
e922c9bc72 make tests dependent 2022-07-28 09:01:03 +00:00
Damodar Lohani
a0df8e7989 make test dependent 2022-07-28 07:28:00 +00:00
Damodar Lohani
62e1f8e96d fix missing semi-colon 2022-07-27 08:31:59 +00:00
Damodar Lohani
04eeb28c62 refactor to back 2022-07-27 08:28:23 +00:00
Damodar Lohani
85256f545c remove teardown 2022-07-27 08:14:31 +00:00
Damodar Lohani
e9bbcc9135 create project only once 2022-07-27 08:14:16 +00:00
Damodar Lohani
c823ca7ac6 make dependent to create only one project 2022-07-27 08:13:20 +00:00
Damodar Lohani
f85497a421 function test 2022-07-27 08:05:50 +00:00
Jake Barnby
1e95279fc0 Fix role checks 2022-07-27 20:01:37 +12:00
Matej Bačo
dbccf39a9f Merge branch 'master' into feat-password-hash-algos 2022-07-25 12:37:07 +00:00
fogelito
3cc23c8e5b Add attribute datetime 2022-07-25 12:18:08 +03:00
fogelito
95fc47048a Add attribute datetime 2022-07-25 12:09:51 +03:00
fogelito
b58c04c28b Add attribute datetime 2022-07-25 11:53:41 +03:00
Jake Barnby
d69e77d572 Add additional batch tests 2022-07-25 11:20:04 +12:00
Fawzi E. Abdulfattah
9f45bce55f Fixing #3583 - create team membership to return added person name and email
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2022-07-23 01:51:58 +02:00
Bradley Schofield
3623d41fd3 Update RealtimeCustomClientTest.php 2022-07-20 14:25:05 +01:00
Bradley Schofield
ac184a6fe3 Fix realtime and webhook tests 2022-07-20 13:43:18 +01:00
Bradley Schofield
4d729b9d39 Update Tests for Functions 2022-07-20 13:01:18 +01:00
Damodar Lohani
dea9aef965 convert execution/compute time to integer in test 2022-07-20 10:25:48 +00:00
fogelito
169fb4d6f4 audit + abuse datetime changes 2022-07-19 17:52:06 +03:00
Jake Barnby
b4b76b72ff Update framework branch 2022-07-20 01:29:15 +12:00
Jake Barnby
2d0bc9c193 Add get tests 2022-07-19 14:11:58 +12:00
Damodar Lohani
3d5c8b0053 fix naming of keys 2022-07-19 01:55:35 +00:00
Jake Barnby
37c832134b Encode get query params for test 2022-07-19 13:41:31 +12:00
Jake Barnby
d3565b673e Add get route test 2022-07-19 13:31:14 +12:00
Bradley Schofield
74a53af316 Fix Tests 2022-07-18 14:22:23 +01:00
Jake Barnby
404ed4cb1f Update benchmarks 2022-07-19 00:44:02 +12:00
Jake Barnby
604396a029 Increase function deployment sleep time to reduce test flakiness 2022-07-18 22:35:34 +12:00
Jake Barnby
e3bed0c636 Test fixes 2022-07-18 21:38:13 +12:00
Jake Barnby
2b8e992646 Add roles to create team test 2022-07-18 21:26:58 +12:00
Jake Barnby
adbb1a1d79 Account for limit param when calculating query complexity 2022-07-18 19:30:54 +12:00
Jake Barnby
410d9b0f0c Use statics for anonymous functions 2022-07-18 14:53:49 +12:00
Damodar Lohani
ff8e730b8a new function usages endpoint 2022-07-17 10:30:58 +00:00
Damodar Lohani
9fe6c0a3c0 functions test 2022-07-17 09:33:24 +00:00
Damodar Lohani
e405e35736 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-usage-updates 2022-07-17 08:48:19 +00:00
fogelito
bded3da5df Fix comments 2022-07-14 17:56:50 +03:00
fogelito
1b74473421 remove comments 2022-07-14 16:51:47 +03:00
fogelito
97250d8193 Merge remote-tracking branch 'origin/origin/datetime-attributes' into origin/datetime-attributes 2022-07-14 16:35:25 +03:00
fogelito
0816dd15f9 remove comments 2022-07-14 16:12:44 +03:00
Torsten Dittmann
5604a6837f Merge branch '0.16.x' of https://github.com/appwrite/appwrite into origin/datetime-attributes 2022-07-14 14:14:05 +02:00
Jake Barnby
221e7b59c4 Add abuse test 2022-07-14 20:11:39 +12:00
Jake Barnby
13ff5ca45e Add malformed request body tests 2022-07-14 15:58:17 +12:00
fogelito
30054d177b web hook test for joined 2022-07-13 19:28:03 +03:00
fogelito
45ac40cc85 change function names 2022-07-13 17:02:49 +03:00
fogelito
76b65c5dea change test validations from strings to datetime 2022-07-13 16:55:57 +03:00
Jake Barnby
814298c549 Remove redundant injections 2022-07-14 01:38:16 +12:00
fogelito
7ab26e5b0d change test validations from strings to datetime 2022-07-13 15:51:27 +03:00
Jake Barnby
4ca6750309 Cleanup controller 2022-07-13 23:21:02 +12:00
Jake Barnby
92c8e2c3a1 Fix flaky function deployment timing 2022-07-13 19:48:01 +12:00
Jake Barnby
306f89ff94 Fix database client test 2022-07-13 19:45:54 +12:00
Jake Barnby
83dfbf377d Fix database delete query 2022-07-13 19:38:44 +12:00
Jake Barnby
0f2cb5ed0d Add scope specific tests 2022-07-13 19:38:23 +12:00
Jake Barnby
d7a1b7b3fc Add auth specific tests 2022-07-13 19:38:11 +12:00
Jake Barnby
ac8e47ac2d Lint 2022-07-13 17:21:41 +12:00
Jake Barnby
4732127777 Fix parameters 2022-07-13 17:06:48 +12:00
Jake Barnby
bf284f4fde Add content-type tests 2022-07-13 15:50:25 +12:00
fogelito
fc39281bdb change test validations from strings to datetime 2022-07-12 21:12:35 +03:00
fogelito
2a9983032d change test validations from strings to datetime 2022-07-12 20:51:00 +03:00
fogelito
f676a0bf9e change test validations from strings to datetime 2022-07-12 19:44:58 +03:00
fogelito
f384a3352b change class from database:: to dateTime:: 2022-07-12 16:32:39 +03:00
Jake Barnby
10a5c24a63 Format and lint 2022-07-12 09:52:00 +12:00
Jake Barnby
7259f21cf1 Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	composer.lock
2022-07-12 09:18:58 +12:00
Torsten Dittmann
648b6f2038
Merge pull request #3532 from appwrite/fix-permission-array-lengths
Fix: Permissions validator max-length
2022-07-11 13:16:55 +02:00
Torsten Dittmann
f53b5121af
Merge pull request #3519 from appwrite/feat-improve-dates-tests
Implemented updateDocument date tests
2022-07-11 12:12:12 +02:00
Matej Bačo
aae7ec6146 Upgrade to use new permissiosn validator features 2022-07-10 17:25:27 +00:00
Damodar Lohani
1c5e84324b functions test 2022-07-10 02:12:49 +00:00
Matej Bačo
8fa227f3da New date test 2022-07-08 09:38:49 +00:00
Matej Bačo
76921ced71 Implemented updateDocument date tests 2022-07-08 09:36:19 +00:00
Jake Barnby
da71aec774 Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/controllers/api/databases.php
#	composer.lock
2022-07-08 17:50:16 +12:00
Steven
3666d0ab73 Add alias for POST /v1/account/sessions/email
Add /v1/account/sessions as an alias for POST /v1/account/sessions/email
for backwards compatibility.
2022-07-07 22:23:52 +00:00
fogelito
e0f2d59864 scheduleNext + schedulePrevious functions changes 2022-07-07 12:26:30 +03:00
fogelito
05f8352837 test fix 2022-07-07 11:07:42 +03:00
Jake Barnby
ae32d89a0f Formatting 2022-07-07 19:55:07 +12:00
fogelito
29436c1e5f Datetime change for joined and invited 2022-07-07 10:44:28 +03:00
Jake Barnby
b5e8273839 Fix custom entity id properties 2022-07-07 19:39:42 +12:00
Jake Barnby
5e02355215 Storage test fixes 2022-07-07 17:51:20 +12:00
Jake Barnby
a193f96b8d Functions tests fixes 2022-07-07 17:50:49 +12:00
Jake Barnby
d0f81c9621 Client database test fixes 2022-07-07 12:53:58 +12:00
fogelito
d7244bd9ba Tests 2022-07-06 17:47:34 +03:00
Torsten Dittmann
a02800695a
Merge pull request #3506 from appwrite/fix-realtime-manual-authentication
fix: realtime authentication on console
2022-07-06 13:50:22 +02:00
Torsten Dittmann
806a67b1b0 fix: realtime authentication on console 2022-07-06 12:53:30 +02:00
Jake Barnby
67807f8c6f WIP input file handling 2022-07-06 20:56:58 +12:00
Damodar Lohani
5d3c5a151f error checking and increase wait time 2022-07-06 05:16:25 +00:00
Jake Barnby
81265ab458 Fix custom entity tests 2022-07-06 17:12:12 +12:00
Steven Nguyen
ee4aff0ca4 Fix get collection usage alias 2022-07-06 04:07:53 +00:00
Jake Barnby
39233cfe1c Handle event validator parsing 2022-07-06 15:57:14 +12:00
Jake Barnby
99262e28fe Call server create bucket for client storage tests 2022-07-06 15:52:33 +12:00
Jake Barnby
ce3180433d Database query fixes 2022-07-06 15:52:06 +12:00
Jake Barnby
5ac634b68d Enable users update phone test 2022-07-06 15:51:49 +12:00
Jake Barnby
61035a98a6 Format 2022-07-06 15:51:37 +12:00
Damodar Lohani
4422613248 update tests with less waiting time 2022-07-06 01:56:47 +00:00
fogelito
ae4cb685c0 expire 2022-07-05 21:55:20 +03:00
fogelito
2630d0b56c certificate getRenewDate 2022-07-05 19:29:12 +03:00
Damodar Lohani
c5b0a40279 fix linter errors 2022-07-05 07:11:27 +00:00
Damodar Lohani
e4144f2c64 remove dump 2022-07-05 07:05:06 +00:00
Damodar Lohani
ee6abd45db databases tests 2022-07-05 06:53:57 +00:00
fogelito
903ca342cb Model changes 2022-07-04 13:11:38 +03:00
fogelito
8628105eef Model changes 2022-07-04 12:55:11 +03:00
Damodar Lohani
f4d74c4935 namespace 2022-07-04 09:31:14 +00:00
Damodar Lohani
9486a6b2a3 storage usage tests 2022-07-04 09:00:07 +00:00
Jake Barnby
608ad18bb9 Add health service tests 2022-07-04 18:38:04 +12:00
Jake Barnby
cf1fe63a61 Revert status code checks for teams 2022-07-04 18:17:11 +12:00
Jake Barnby
4a0042f3d6 Add avatars service tests 2022-07-04 18:16:32 +12:00
Jake Barnby
c22ffc1dfe Add locale service tests 2022-07-04 18:16:16 +12:00
Jake Barnby
ac10ed31ac Split function tests 2022-07-04 18:16:06 +12:00
Jake Barnby
7b547456fe Add graphql functions server tests 2022-07-04 16:14:37 +12:00
Damodar Lohani
14dda66c03 more work on tests 2022-07-03 13:10:26 +00:00
Damodar Lohani
c6553aef3d linter fixes 2022-07-03 12:11:43 +00:00
Damodar Lohani
d5e8b23577 more tests 2022-07-03 02:42:13 +00:00
Damodar Lohani
69a036b2b7 fix linter 2022-07-03 01:09:11 +00:00
fogelito
e07e5b5cf8 changing datetime from timestamp to datetime 2022-07-01 15:01:14 +03:00
Jake Barnby
4ba33daf46 WIP storage service tests 2022-07-01 18:58:15 +12:00
Jake Barnby
fb53acbf2a Database test fixes 2022-07-01 18:58:03 +12:00
Jake Barnby
bdd65ed448 User test updates for 0.15 2022-07-01 12:02:59 +12:00
Jake Barnby
845e32e5e1 Account phone test updates for 0.15 2022-07-01 11:54:18 +12:00
Jake Barnby
1d797dacc6 Fix account tests for 0.15 2022-07-01 11:37:46 +12:00
Jake Barnby
7c8cc39d07 Update database queries for 0.15 2022-07-01 10:44:41 +12:00
Jake Barnby
9d134a949f Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/controllers/api/databases.php
#	app/controllers/general.php
#	app/init.php
#	composer.json
#	composer.lock
#	docker-compose.yml
#	phpunit.xml
2022-07-01 00:05:44 +12:00
Jake Barnby
b61764693f WIP database service tests 2022-07-01 00:00:00 +12:00
Jake Barnby
ee9e204410 Add teams service tests 2022-06-30 22:48:15 +12:00
Damodar Lohani
1c1442a4fc linters fix 2022-06-30 09:40:27 +00:00
Damodar Lohani
477bc95a00 fixed test 2022-06-30 09:37:59 +00:00
Damodar Lohani
02f45abcb9 initial e2e test for usage stats 2022-06-30 09:33:40 +00:00
Jake Barnby
fead0f89b9 Remove redundant tests 2022-06-30 21:27:06 +12:00
Jake Barnby
2b3ba0370b Add users service tests 2022-06-30 21:26:46 +12:00
Jake Barnby
61913f9e46 Add account service tests 2022-06-30 21:26:23 +12:00
Jake Barnby
65f82b47fe Add extra account and user queries 2022-06-30 21:25:16 +12:00
Jake Barnby
be0fd7d1f4 Explicit visibility for route keys + add extras for account and user 2022-06-30 21:24:40 +12:00
Jake Barnby
f85169452a Add session ID to scope user state 2022-06-30 21:23:38 +12:00
Damodar Lohani
7a58814c61 WIP 2022-06-30 04:27:11 +00:00
Torsten Dittmann
f438d4695d
Merge pull request #3405 from appwrite/fix-internal-indexes
Feat: Allow internal indexes
2022-06-28 14:21:27 +02:00
Matej Bačo
d8f0e5eb17 Implement tests 2022-06-28 10:53:16 +00:00
Torsten Dittmann
904baec1b9 chore: update composer 2022-06-27 22:08:23 +02:00
Jake Barnby
b09e5aac8a Test fixes 2022-06-27 18:46:01 +12:00
Jake Barnby
d019937e4f Merge remote-tracking branch 'origin/fix-role-clobbering' into feat-graphql-support
# Conflicts:
#	composer.lock
2022-06-27 14:52:39 +12:00
Jake Barnby
4367d1bafc Fix collection test syntax 2022-06-27 14:21:58 +12:00
Torsten Dittmann
4593fc9ef2 tests: fix tests from master 2022-06-24 14:18:10 +02:00
Torsten Dittmann
ef1daf8f1c Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-24 14:15:42 +02:00
Torsten Dittmann
0f0654d49e
Merge pull request #3346 from gepd/feat-empty-payload
Allows to update permissions without payload
2022-06-24 14:09:01 +02:00
Matej Bačo
3f8ab486c2 Lock createdAt 2022-06-23 08:17:02 +00:00
gepd
020e08143e
fix linter 2022-06-22 20:45:33 -04:00
gepd
addfae2f46
fix tests 2022-06-22 19:38:56 -04:00
Damodar Lohani
8f14f5aa21
Database layer (#3338)
* database response model

* database collection config

* new database scopes

* database service update

* database execption codes

* remove read write permission from database model

* updating tests and fixing some bugs

* server side tests are now passing

* databases api

* tests for database endpoint

* composer update

* fix error

* formatting

* formatting fixes

* get database test

* more updates to events and usage

* more usage updates

* fix delete type

* fix test

* delete database

* more fixes

* databaseId in attributes and indexes

* more fixes

* fix issues

* fix index subquery

* fix console scope and index query

* updating tests as required

* fix phpcs errors and warnings

* updates to review suggestions

* UI progress

* ui updates and cleaning up

* fix type

* rework database events

* update tests

* update types

* event generation fixed

* events config updated

* updating context to support multiple

* realtime updates

* fix ids

* update context

* validator updates

* fix naming conflict

* fix tests

* fix lint errors

* fix wprler and realtime tests

* fix webhooks test

* fix event validator and other tests

* formatting fixes

* removing leftover var_dumps

* remove leftover comment

* update usage params

* usage metrics updates

* update database usage

* fix usage

* specs update

* updates to usage

* fix UI and usage

* fix lints

* internal id fixes

* fixes for internal Id

* renaming services and related files

* rename tests

* rename doc link

* rename readme

* fix test name

* tests: fixes for 0.15.x sync

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-22 12:51:49 +02:00
Torsten Dittmann
9d7b6927d6 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-increase-array-element-length 2022-06-22 11:10:03 +02:00
Matej Bačo
bd9cb92035 Fix tests 2022-06-22 08:00:12 +00:00
Matej Bačo
9e11941aae Added query length tests 2022-06-22 07:47:02 +00:00
Matej Bačo
d9a88515bc Merge remote-tracking branch 'origin/0.15.x' into feat-password-hash-algos 2022-06-21 14:03:19 +00:00
gepd
6cc6928ce9
simplified test 2022-06-20 22:11:47 -04:00
gepd
c2ce37e6f3
added read and write permissions 2022-06-20 20:41:12 -04:00
gepd
9dab76f357
get $id from response 2022-06-20 19:32:24 -04:00
gepd
5067a4640b
Remove $data argument 2022-06-20 19:04:40 -04:00
gepd
bfe3cdecc5
create collection and attribute 2022-06-20 18:33:26 -04:00
gepd
dab6f97a31
remove dependency 2022-06-20 18:24:51 -04:00
gepd
43ed2591d0
added empty array as default 2022-06-20 16:28:45 -04:00
gepd
52757ef89f
updated test 2022-06-20 15:53:41 -04:00
gepd
0bade37a26
updated test 2022-06-20 15:15:49 -04:00
Torsten Dittmann
ef15ea8318 fix: method to generate new webhook signature 2022-06-20 20:35:33 +02:00
gepd
7cb19a725f
fixed minor typo 2022-06-20 14:24:49 -04:00
gepd
ca455b380e
Fixed linting errors 2022-06-20 14:03:15 -04:00
gepd
7b60a36eea
added test to update permissions with empty payload 2022-06-20 13:49:34 -04:00
Torsten Dittmann
e6edcb5459
Merge pull request #3357 from appwrite/feat-phone-authentication
feat: phone authentication
2022-06-20 18:12:36 +02:00
Torsten Dittmann
511898afc9 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into origin/feat-internal-id 2022-06-20 15:34:27 +02:00
Torsten Dittmann
aa86c26d18 tests: fix tests 2022-06-20 15:31:18 +02:00
Torsten Dittmann
d0ad879f4a Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication 2022-06-20 15:01:17 +02:00
Torsten Dittmann
6dd41b52c3 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-phone-authentication 2022-06-20 13:38:39 +02:00
Torsten Dittmann
fbfb871edf
Merge pull request #3401 from appwrite/feat-internal-ids-projects
feat: internal ids for projects
2022-06-20 12:06:22 +02:00
Jake Barnby
e865f77a6b Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	CONTRIBUTING.md
#	app/config/errors.php
#	app/controllers/api/account.php
#	app/controllers/api/graphql.php
#	app/init.php
#	composer.json
#	composer.lock
2022-06-20 11:15:22 +12:00
fogelito
2438fd3666 move debugs 2022-06-19 18:46:37 +03:00
fogelito
f637114a1a move debugs 2022-06-19 18:45:35 +03:00
Torsten Dittmann
5a4a9e0739 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into origin/feat-internal-id 2022-06-19 11:43:58 +02:00
Matej Baco
62ec121a5e Improved docs 2022-06-17 11:25:28 +02:00
Matej Bačo
0aaee54a63 Fix snake_case 2022-06-16 09:21:35 +00:00
Torsten Dittmann
bbdf70ee90 feat: use new $createdAt and $updatedAt attributes 2022-06-15 14:46:52 +02:00
fogelito
fce6f152e8 Test Index Limit Comment 2022-06-15 10:47:46 +03:00
fogelito
0d1b1ddef6 Adding Account + teams + users Internal Ids to colleactions 2022-06-14 20:15:22 +03:00
Matej Bačo
0aaa5779ab Linter fixes 2022-06-14 11:08:54 +00:00
Matej Bačo
476a73d1b1 Add signing in tests 2022-06-14 10:49:46 +00:00
Matej Bačo
f0cd4437d8 Rebuilds, improve tests 2022-06-14 10:40:51 +00:00
Torsten Dittmann
8d465c67c2 feat: account sessions for emails 2022-06-14 10:17:50 +02:00
Torsten Dittmann
73a00438ae Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-13 14:29:29 +02:00
Torsten Dittmann
5ae6305eb4
Merge pull request #3345 from appwrite/feat-increase-jwt-abuse-limit
Feat increase jwt abuse limit
2022-06-09 21:15:58 +02:00
shimon
6c7a6dcd8b null on default tests 2022-06-09 18:15:34 +03:00
Jake Barnby
c0cf93494c Remove var dump 2022-06-09 11:23:06 +12:00
Jake Barnby
c368c5cae3 Fix ratelimit remaining header test casing 2022-06-09 11:17:15 +12:00
Torsten Dittmann
dc25883685 feat: add update and verification method for account and users 2022-06-08 14:50:31 +02:00
shimon
40016f48c1 linter fix 2022-06-08 12:21:20 +03:00
Torsten Dittmann
8ce669da6f feat: initial phone authentication 2022-06-08 11:00:38 +02:00
Shimon Newman
41ccb6a72b
Update tests/e2e/Services/Webhooks/WebhooksBase.php
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-08 11:03:07 +03:00
shimon
dea03f5396 Small fix 2022-06-08 10:20:54 +03:00
shimon
64ba33f3aa Small fix 2022-06-08 10:19:50 +03:00
shimon
71c7a48075 sign webhook flow 2022-06-07 19:02:39 +03:00
shimon
54f6556204 sign webhook flow 2022-06-07 18:11:07 +03:00
Jake Barnby
742b49723f Check for ratelimit remaining in create jwt test 2022-06-07 09:53:09 +12:00
Torsten Dittmann
94b2db96c2 chore: run formatter 2022-06-03 11:12:19 +02:00
Torsten Dittmann
372939c727 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-03 11:09:14 +02:00
Everly Precia Suresh
8d0581e401 fix linting issues in client.php 2022-06-02 12:49:01 +00:00
Everly Precia Suresh
e95be7d922 fix linting issues AccountBase.php 2022-06-02 12:47:07 +00:00
Everly Precia Suresh
5a5c11ac16 fix linting issues 2022-06-02 12:19:02 +00:00
Everly Precia Suresh
69607b4ade fix linitng issues in WebhooksCustomServerTest.php 2022-06-02 12:14:58 +00:00
Torsten Dittmann
153ac5c60d Merge branch '0.15.x' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-02 11:53:41 +02:00
shimon
d39e6a842c Merge branch 'master' of github.com:appwrite/appwrite into feat-expire-key
 Conflicts:
	app/controllers/general.php
2022-06-01 09:34:34 +03:00
shimon
8013276515 api keys, validation and test 2022-06-01 09:26:55 +03:00
Steven Nguyen
f645c2ce53 Update service checks to ignore server app users 2022-05-31 20:42:41 -07:00
shimon
8bca5cd13e api keys 2022-05-31 18:41:12 +03:00
Everly Precia Suresh
318df0d3f3 Merge branch 'master' of https://github.com/appwrite/appwrite into introduce-formatter-and-linter 2022-05-31 11:55:30 +00:00
Torsten Dittmann
f839903497 tests: fix timeout tests 2022-05-31 12:30:30 +02:00
Everly Precia Suresh
19300ccdd7 format files in app, src, tests 2022-05-23 14:54:50 +00:00
Torsten Dittmann
acaf60efaf Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-runtime-versioning 2022-05-16 15:08:36 +02:00
Torsten Dittmann
046c75465c fix: new runtimes 2022-05-16 15:05:58 +02:00
Torsten Dittmann
c61108b4ef fix: tests and generate specs 2022-05-16 12:11:37 +02:00
Torsten Dittmann
49b6457384
Merge pull request #3213 from appwrite/feat-upgrade-hostname-validator
Feat: Upgrade hostname validator
2022-05-13 10:58:02 +02:00
Torsten Dittmann
5a9a967f35 fix: delete all sessions event 2022-05-12 21:31:15 +02:00
Matej Bačo
550b6475ef Upgrade hostname validator 2022-05-12 18:53:54 +00:00
Torsten Dittmann
158ecce959 Merge branch 'master' of https://github.com/appwrite/appwrite into 0.14.x 2022-05-12 20:41:04 +02:00
Torsten Dittmann
119506429f
Merge pull request #2947 from appwrite/feat-use-build-timeout
feat: use build timeout when building runtime
2022-05-12 20:23:11 +02:00
Torsten Dittmann
8fcc37e287
Merge pull request #3211 from appwrite/feat-api-user-memberships
feat(api): user memberships
2022-05-12 20:14:19 +02:00
Torsten Dittmann
6c9e17ec74 Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-use-build-timeout 2022-05-12 19:57:20 +02:00
Torsten Dittmann
684beb3cb5 tests: fix timeout 2022-05-12 19:55:48 +02:00
Torsten Dittmann
e69a22042c
Merge pull request #3113 from appwrite/feat-new-event-model
feat: new event model
2022-05-12 19:53:51 +02:00
Torsten Dittmann
f45919aef4 tests: fix stdout 2022-05-12 19:37:15 +02:00
Torsten Dittmann
4508158fe5 Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-use-build-timeout 2022-05-12 19:18:31 +02:00
Torsten Dittmann
bf0506ecc7 feat: add user memberships endpoint 2022-05-12 15:20:06 +02:00
Torsten Dittmann
da66733829 tests: fix webhook tests 2022-05-10 15:25:49 +02:00
Matej Bačo
cd236bd3ff Merge remote-tracking branch 'origin/0.14.x' into fix-bucket-size-update 2022-05-10 10:28:32 +00:00
Bradley Schofield
92d1637406 Update FunctionsCustomServerTest.php 2022-05-09 11:26:07 +01:00
Torsten Dittmann
fdd16e44c6 Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model 2022-05-09 09:12:06 +02:00
Matej Bačo
4c642b99c5 Merge remote-tracking branch 'origin/0.14.x' into feat-sessions-subquery 2022-05-08 18:50:41 +00:00
Torsten Dittmann
3692ff0bf6
Merge branch '0.14.x' into feat-use-build-timeout 2022-05-08 20:42:36 +02:00
Torsten Dittmann
2cc2a40377 Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model 2022-05-08 15:11:14 +02:00
Bradley Schofield
4686ab5581 Merge branch 'master' into feat-increase-execution-output-limit 2022-05-05 11:53:32 +01:00
Jake Barnby
7689f7ef6f
WIP allow processing routes with no response 2022-05-04 21:45:36 +12:00
Jake Barnby
9d2aad1134
WIP client test updates 2022-05-04 21:19:36 +12:00
Jake Barnby
d94d5d53bf
WIP server test updates 2022-05-04 21:19:28 +12:00
Jake Barnby
b60627e06d
WIP test updates 2022-05-02 21:34:10 +12:00
Torsten Dittmann
07589b2d48
Merge pull request #3146 from appwrite/feat-update-execution-model
Rename 'stdout' in executions to 'response'
2022-04-27 18:35:43 +02:00
Bradley Schofield
e694eb3b5c Fix unicode support and reenable tests 2022-04-27 13:57:03 +00:00
Torsten Dittmann
487d38db95 fix(user): search integrity 2022-04-26 12:07:33 +02:00
Matej Bačo
de7e70e275 Tests fix 2022-04-26 08:52:59 +00:00
Jake Barnby
5127602c9e
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	composer.lock
2022-04-26 19:50:49 +12:00
Torsten Dittmann
12557f7143 Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model 2022-04-25 16:40:59 +02:00
Torsten Dittmann
666f5ea49c
Merge pull request #3134 from appwrite/fix-database-float-casting
fix(database): casting of float values
2022-04-25 16:03:40 +02:00
Torsten Dittmann
501563f8c4 tests: adapt magic url tests 2022-04-25 15:07:39 +02:00
Bradley Schofield
d981c8f5e5 Rename 'stdout' in executions to 'response' 2022-04-25 10:12:58 +01:00
Torsten Dittmann
25c7127f76 tests: add float default 0 to database 2022-04-21 15:20:53 +02:00
Torsten Dittmann
a6c27a3876
Merge pull request #3116 from appwrite/fix-remove-usage-queue
fix: remove usage queue
2022-04-20 18:10:41 +02:00
Torsten Dittmann
9c7b79f5fc tests: remove usage queue health check 2022-04-19 15:29:17 +02:00
Torsten Dittmann
7790d72c0c fix: realtime, tests and webhooks 2022-04-18 18:21:45 +02:00
Torsten Dittmann
8ec435ed1f sync: changes 2022-04-17 22:34:32 +02:00
Torsten Dittmann
87b8fc3c41 feat: event classes for different cases 2022-04-13 14:39:31 +02:00
Bradley Schofield
37d0de8291 Add tests 2022-04-13 10:27:58 +00:00
Jake Barnby
9250a735d9
Test updates 2022-04-09 01:52:20 +12:00
Jake Barnby
48c610348e
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/controllers/api/account.php
#	app/controllers/api/graphql.php
#	app/controllers/api/projects.php
#	app/controllers/api/users.php
#	app/controllers/general.php
#	app/http.php
#	app/init.php
#	composer.lock
#	src/Appwrite/Utopia/Response.php
2022-04-05 16:44:38 +12:00
Torsten Dittmann
2f9b9445dd sync with devices 2022-04-04 08:30:07 +02:00
Matej Bačo
da6ca5347c Implemented check and tests for bucket size 2022-03-31 13:10:30 +00:00
Torsten Dittmann
26bad27bb7
Merge pull request #2951 from appwrite/fix-user-search
fix: user search
2022-03-15 19:14:47 +01:00
Christy Jacob
13b28e0051 feat: update test message 2022-03-15 18:51:32 +04:00
Christy Jacob
ee056e582f feat: function execution time for failed executions 2022-03-15 17:06:05 +04:00
Torsten Dittmann
638d9d87f5 fix: user search 2022-03-15 13:04:24 +01:00
Torsten Dittmann
4244bdedd3 fix: storage bucket permissions 2022-03-15 10:51:51 +01:00
Torsten Dittmann
19c864e049
Merge pull request #2594 from Malte2036/fix-2593-duplicate-membership-verification
fix: check whether the membershipId has been confirmed to avoid recon…
2022-03-03 14:40:26 +01:00
Christy Jacob
500a0e496b feat: add timeout 2022-03-01 23:52:29 +04:00
Matej Bačo
24457d0c79 Manual QA fixes 2022-03-01 11:09:34 +00:00
Matej Bačo
0dec387f85
Merge branch 'feat-functions-refactor' into fix-rename-sum 2022-02-28 19:50:54 +01:00
Christy Jacob
baba4ac891 feat: increase timeout 2022-02-28 21:03:52 +04:00
Christy Jacob
f1c8cb23af feat: increase timeout 2022-02-28 20:40:05 +04:00
Christy Jacob
37c6fd75d8 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor 2022-02-28 20:18:48 +04:00
Torsten Dittmann
071d4d6511 tests: add more delay to python tests 2022-02-28 16:43:00 +01:00
Torsten Dittmann
f63bfc7026 tests: fix realtime #2 2022-02-28 16:42:52 +01:00
Torsten Dittmann
18dd7bf15b tests: increase timeout 2022-02-28 16:17:44 +01:00
Torsten Dittmann
6c7caa2061 tests: fix realtime tests 2022-02-28 16:17:37 +01:00
Christy Jacob
e1701f9c3d feat: increase timeout for dart runtime creation 2022-02-28 13:55:09 +04:00
Christy Jacob
faa0255065 feat: increase timeout for dart runtime creation 2022-02-28 13:53:47 +04:00
Christy Jacob
46a03e7cff feat: add status code assertion 2022-02-28 01:09:13 +04:00
Matej Baco
56bf7a51df Refactored 'sum' to 'total' 2022-02-27 10:57:09 +01:00
Christy Jacob
e1eb6942a7 feat: fix failing test 2022-02-26 06:01:02 +04:00
Christy Jacob
8d0ff927a7 feat: fix tests 2022-02-24 21:00:05 +04:00
Jake Barnby
88c503aa0b Add custom swift execution test 2022-02-24 18:57:25 +13:00
Christy Jacob
0d3b627176 feat: added more runtime test 2022-02-23 20:22:58 +04:00
Christy Jacob
2ac341830e feat: added test for python 2022-02-23 18:39:09 +04:00
Christy Jacob
cf2fee5b6f Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor 2022-02-23 16:25:31 +04:00
Damodar Lohani
beaf5962ce fixed specs and run test for 0.13.x as well 2022-02-23 11:30:14 +00:00
Damodar Lohani
421faf24bd fix functions large deployment test 2022-02-23 06:07:15 +00:00
Torsten Dittmann
658d2e0855 tests: fix realtime tests 2022-02-22 18:01:03 +01:00
Torsten Dittmann
d2ed3fcf3a Merge remote-tracking branch 'origin/0.13.x' into feat-permissions-improvements 2022-02-22 15:16:17 +01:00
Torsten Dittmann
a831aca778 tests: adapt search tests 2022-02-22 10:39:33 +01:00
Damodar Lohani
53de779e89 Merge branch 'master' into 0.13.x 2022-02-22 06:43:07 +00:00
Damodar Lohani
0990448dda Merge branch 'feat-functions-refactor' into feat-functions-refactor-merge 2022-02-22 05:48:03 +00:00
Torsten Dittmann
b05a4c71ce tests: fix user search tests 2022-02-21 21:53:23 +00:00
Christy Jacob
dfd45a971b fix: fix tests 2022-02-21 16:46:40 +04:00
Christy Jacob
1683ebb17b fix: review comments 2022-02-21 16:31:39 +04:00
Christy Jacob
2f944e9abc Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-executor-improvements 2022-02-21 15:01:13 +04:00
Christy Jacob
b4b3b91c0b feat: improve functions tests 2022-02-19 21:33:27 +04:00
Christy Jacob
be4c1d756e feat: improve functions tests 2022-02-19 20:14:31 +04:00
Christy Jacob
7a6d8502de feat: improve functions tests 2022-02-19 19:14:35 +04:00
Christy Jacob
cc8fac0297 feat: improve functions tests 2022-02-19 17:57:48 +04:00
Christy Jacob
3c65d40234 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-functions-refactor-merge 2022-02-18 15:16:10 +04:00
Christy Jacob
4ad47061dd Merge branch 'master' of github.com:appwrite/appwrite into feat-functions-refactor 2022-02-18 13:38:54 +04:00
Torsten Dittmann
087c755b11 tests: add timeout to realtime disconnect 2022-02-18 10:14:44 +01:00
Eldad A. Fux
79131793c4
Merge pull request #2769 from appwrite/fix-realtime-events
Feat: Migrated event channel
2022-02-17 09:55:34 +02:00
Christy Jacob
da7512e050 Merge branch '0.13.x' of github.com:appwrite/appwrite into feat-add-error-codes 2022-02-17 02:25:29 +04:00
Eldad A. Fux
f045adb654
Merge pull request #2786 from appwrite/feat-update-realtime-events
storage realtime event refactor
2022-02-17 00:03:43 +02:00
Eldad A. Fux
b6566d9cca
Merge pull request #2795 from appwrite/fix-func-model
Fix func model execute attribute type
2022-02-17 00:02:26 +02:00
Torsten Dittmann
9c5c58728b
Merge pull request #2802 from appwrite/fix-teams-update-roles
fix: team membership roles & search
2022-02-16 18:12:01 +01:00
Torsten Dittmann
b43b52f85b fix: add team membership search 2022-02-16 17:26:05 +01:00
Torsten Dittmann
79c79cd96e fix: url scheme validation 2022-02-16 16:16:37 +01:00
Damodar Lohani
f37a26b437 fix storage tests 2022-02-16 08:30:09 +00:00
Damodar Lohani
d0c46fdada remove folderId 2022-02-16 02:08:16 +00:00
Jake Barnby
61d8145112 Add execute param to create function test 2022-02-16 12:38:59 +13:00
Damodar Lohani
63c8e44062 fix expected channels 2022-02-15 09:28:17 +00:00
Matej Baco
07f0eb46b2 Improved deployment and build path structure 2022-02-15 10:16:32 +01:00
Damodar Lohani
f3c358f24a fix storage test 2022-02-15 08:49:04 +00:00
Damodar Lohani
353b92f2c6 Merge branch '0.13.x' into feat-storage-buckets 2022-02-15 03:42:28 +00:00
Christy Jacob
5fee7378ad feat: add test for error message 2022-02-13 13:12:16 +04:00
Damodar Lohani
625201a1c2 update test 2022-02-13 07:15:07 +00:00
Matej Bačo
36a985d7ea
Update tests/e2e/Client.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-02-11 12:32:16 +01:00
Matej Baco
db7ebbd009 Update to new utopia framework validators 2022-02-11 09:44:04 +01:00
Matej Baco
0b75e081e5 Merge branch 'master' into fix-acme-path 2022-02-11 09:23:53 +01:00
Damodar Lohani
d73d3015eb Merge branch 'master' into feat-storage-buckets 2022-02-10 01:20:16 +00:00
Christy Jacob
f18f96e816 feat: fix tests 2022-02-10 00:20:28 +04:00
Matej Baco
80adbf8d1d Migrated event channel 2022-02-09 19:47:46 +01:00
Torsten Dittmann
6796aabf9c
Merge pull request #2637 from appwrite/feat-migration-0-13
feat: migration for 0.13
2022-02-08 11:17:44 +01:00
Christy Jacob
7735b67a3f feat: fix tests 2022-02-06 15:19:33 +04:00
Christy Jacob
ae073f5369 feat: update comment 2022-02-06 13:18:44 +04:00
Matej Baco
b05301aaf3 Implement new test for oauth and improve mocks 2022-02-04 11:23:06 +01:00
Christy Jacob
3a203c27de feat: remove database dependencies from the create runtime endpoint 2022-02-02 22:58:03 +04:00
Matej Baco
3aa62b439b Implemented refresh token endpoint 2022-02-01 16:54:20 +01:00
Christy Jacob
7d82c1006a feat: fix tests 2022-02-01 03:44:55 +04:00
Matej Baco
3293d15eff Cleanup 2022-01-31 16:07:07 +01:00
Matej Baco
4161a65e0b Path validator + tests 2022-01-31 16:04:30 +01:00
Christy Jacob
b1a659be77 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-deletes-worker 2022-01-31 18:04:49 +04:00
Christy Jacob
9dcab06015 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-cleanup-collections 2022-01-31 16:01:46 +04:00
Christy Jacob
83e9e9f016 feat: remove search index and updates tests 2022-01-31 15:57:55 +04:00
Malte2036
89c40dd4ed
Merge branch 'appwrite:master' into fix-2593-duplicate-membership-verification 2022-01-31 11:45:03 +01:00
Damodar Lohani
6a5daf1509 remove adapter attribute from test 2022-01-31 16:19:31 +05:45
Damodar Lohani
e3bc0b48e9 fix removed and reordered attributes 2022-01-31 16:17:29 +05:45
Damodar Lohani
21dc234a94 Merge branch '0.13.x' into feat-storage-buckets 2022-01-31 15:37:08 +05:45
Eldad A. Fux
22cb3bc01f
Merge pull request #2688 from appwrite/fix-update-document-permission
updateDocument permission check bugfix
2022-01-30 20:01:06 +02:00
Christy Jacob
e816edc047 feat: fix tests 2022-01-29 04:54:47 +04:00
Christy Jacob
f3dfec8e75 feat: fix tests 2022-01-29 04:52:06 +04:00
Christy Jacob
220a166434 feat: fix tests 2022-01-29 04:00:25 +04:00
Damodar Lohani
6b69c03b6c Merge branch 'feat-storage-buckets' into feat-s3-integration 2022-01-28 13:25:50 +05:45
Damodar Lohani
7e2b79f0f5 Merge branch 'master' into feat-storage-buckets 2022-01-28 13:23:22 +05:45
Damodar Lohani
171eb86565 fix headers in test 2022-01-28 13:06:35 +05:45
Damodar Lohani
b46002005a fix webhook test 2022-01-28 11:31:22 +05:45
Damodar Lohani
dedc2806af fix missing permission for update 2022-01-27 15:51:33 +05:45
Damodar Lohani
1515ee1825 fix deleting cache dir 2022-01-27 13:19:47 +05:45
Damodar Lohani
6b1dbab7a4 fix test 2022-01-27 13:06:32 +05:45
Eldad A. Fux
9cd9a1dc5d
Merge pull request #2468 from stnguyen90/bug-2405-non-owner-delete-membership
Fix non-owner not able to delete their membership
2022-01-27 08:53:27 +02:00
Christy Jacob
2c91a24928 feat: fix failing tests 2022-01-27 03:19:02 +04:00
Matej Baco
32a066fb48 Cleanup 2022-01-26 10:17:55 +01:00
Damodar Lohani
0d51236f98 Merge branch 'master' into fix-cache 2022-01-26 13:53:18 +05:45
Christy Jacob
cf0a84c476 feat: add sleep for webhooks test 2022-01-25 20:49:41 +04:00
Matej Baco
c15d57f573 Fixed update document permission check and implement test for it 2022-01-25 15:51:04 +01:00
Damodar Lohani
9b0f1ef962 test for cache deletion 2022-01-25 14:10:58 +05:45
Christy Jacob
f6271a82bc feat: update html files 2022-01-25 04:36:35 +04:00
Christy Jacob
32d1d68aaf feat: update WebhooksCustomServerTest 2022-01-25 03:48:51 +04:00
Christy Jacob
ddbda8bea6 feat: update RealtimeCustomClientTest 2022-01-25 03:46:43 +04:00
Christy Jacob
7a30446197 feat: update FunctionCustomServerTest 2022-01-25 03:46:13 +04:00
Christy Jacob
f70f5377cf feat: update testSychronousExecution() 2022-01-25 03:40:03 +04:00
Christy Jacob
b7def09224 feat: update testCreateCustomExecution() 2022-01-25 03:38:24 +04:00
Christy Jacob
0372c8e096 feat: update testCreateCustomExecution() 2022-01-25 03:38:11 +04:00
Christy Jacob
156e160116 feat: update testCreateExecution() 2022-01-25 03:37:44 +04:00
Christy Jacob
172edfcae4 feat: update project custom scope 2022-01-25 03:36:57 +04:00
Eldad Fux
c43b71f78a Merge branch 'master' of github.com:appwrite/appwrite into fix-create-existing-collection 2022-01-24 23:33:46 +02:00
Bradley Schofield
f68723a518 Various Improvements
+ Updated build list
+ Added search attribute to builds
+ Renamed automaticDeploy to deploy
+ Added tests for build list
2022-01-24 15:54:07 +00:00
Torsten Dittmann
bae6353bcf Merge branch 'master' of https://github.com/appwrite/appwrite into feat-functions-refactor 2022-01-21 19:58:24 +01:00
kodumbeats
7ddcf4142e Briefly sleep to give realtime a chance to disconnect 2022-01-21 12:53:13 -05:00
Torsten Dittmann
4cc89ae597 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-migration-0-13 2022-01-19 12:17:19 +01:00
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
Steven Nguyen
88f43c32a4 Fix non-owner not able to delete their membership 2022-01-18 21:26:14 -08:00
Torsten Dittmann
e45fc7c46e
Update Scope.php 2022-01-19 00:23:19 +01:00
Malte2036
d43486ec6b add test for duplicate team membership verification 2022-01-18 23:32:36 +01:00
Bradley Schofield
e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +00:00
Torsten Dittmann
d3150afebc feat: migration for 0.13 2022-01-18 12:05:04 +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
Damodar Lohani
7787d0df62 fix issue caused by naming 2022-01-16 17:10:26 +05:45
Damodar Lohani
8f1a390ae3 fix response for large payload 2022-01-16 14:25:09 +05:45
Damodar Lohani
1e3514b7b2 update antiVirus to antivirus for consistency 2022-01-16 13:40:55 +05:45
Damodar Lohani
797795707e failure test for large chunk 2022-01-16 13:17:39 +05:45
Matej Baco
2f75f9d13d Removed leftover 2022-01-12 20:54:19 +01:00
Matej Baco
6b77fcf21f FIxed 409 for createCollection 2022-01-12 20:51:13 +01:00
Bradley Schofield
58c7871388 Fix Merge Issues 2022-01-06 09:45:56 +00:00
Damodar Lohani
d20062f63a Merge branch 'feat-storage-buckets' into feat-large-file 2022-01-06 15:01:21 +05:45
Damodar Lohani
ba82839128 Merge branch 'master' into feat-storage-buckets 2022-01-06 13:11:23 +05:45
Bradley Schofield
e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00: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
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
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
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
Damodar Lohani
879bff2bb1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-19 13:01:09 +05:45
Damodar Lohani
99fd943f3c Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-19 12:26:16 +05:45
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
Torsten Dittmann
86075a50ab feat: replace attributeId and indexId with key 2021-12-16 16:04:30 +01:00
Torsten Dittmann
a5840a478a tests: add enum strict check 2021-12-16 14:06:32 +01:00
Matej Baco
29076758ac Updated tests, fixed response models 2021-12-16 13:19:04 +01:00
Torsten Dittmann
a11d7bf750 fix: strict enum attribute 2021-12-16 11:15:55 +01:00
Matej Baco
ea7b5970c3 Post-PR review fixes 2021-12-15 11:19:29 +01:00
Torsten Dittmann
8bb580ea1a Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-disable-collections 2021-12-14 11:47:50 +01:00
Damodar Lohani
ca2db44c32 fix tests 2021-12-14 15:27:39 +05:45
Damodar Lohani
326c115d9a bucket channels and related tests 2021-12-14 13:46:17 +05:45
Damodar Lohani
2f582f6e18 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-14 11:30:52 +05:45
Torsten Dittmann
a10eccbdc7
Merge pull request #2465 from appwrite/feat-database-indexing-realtime-console
feat(realtime): add console channel
2021-12-13 16:55:24 +01:00
Torsten Dittmann
1291c8c8ec tests(database): add enable/disable tests 2021-12-13 14:23:12 +01:00
Matej Baco
198382a60a Removed unnecessary use 2021-12-13 14:18:44 +01:00
Matej Baco
e3716ab2b8 Included prefs size exceeded test 2021-12-13 14:09:23 +01:00
Torsten Dittmann
8179bc1a8f
Merge pull request #2477 from appwrite/feat-database-indexing-permissions-fix
fix(database/storage): permissions using an admin user
2021-12-13 10:31:47 +01:00
Torsten Dittmann
b530fd66cd fix(storage): add same permissions check to files uploaded 2021-12-10 17:48:54 +01:00
Bradley Schofield
65a58689fb Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-10 13:48:04 +00:00
Bradley Schofield
3c26a08202 Change exitCode to statusCode and move build to tag create
Change exitCode to statusCode and move build to tag create instead of tag deploy
2021-12-10 10:43:56 +00:00
Christy Jacob
653dfb292b feat: address review comments 2021-12-09 19:53:37 +04:00
Christy Jacob
43ef3c060b feat: add new endpoint 2021-12-09 17:02:12 +04:00
Damodar Lohani
eb2968256a Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-09 13:52:53 +05:45
Damodar Lohani
9b4d931189 Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-12-08 14:57:10 +05:45
Damodar Lohani
a6860b9c9b Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-08 14:56:48 +05:45
Damodar Lohani
f364ed96e5 fix newly added test 2021-12-08 14:55:13 +05:45
Damodar Lohani
5fed67a2c2 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-08 14:28:21 +05:45
Damodar Lohani
6f31a3de09 Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-12-08 14:25:59 +05:45
Damodar Lohani
f5e48033ec Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-08 14:24:05 +05:45
Torsten Dittmann
9d23afa263 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-realtime-console 2021-12-07 14:09:16 +01:00
Bradley Schofield
7de975ea95 Fix Bugs from merge 2021-12-06 15:04:00 +00:00
Matej Baco
277d397a41 Attempt to fix tests 2021-12-06 16:03:11 +01:00
Bradley Schofield
1e76c03fd7 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-06 14:18:50 +00:00
Torsten Dittmann
e944da2f3e feat(realtime): add console channel 2021-12-06 13:03:12 +01:00
Damodar Lohani
ddcd6558fe Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-12-03 11:13:42 +05:45
Damodar Lohani
9e9256386b Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-03 10:31:30 +05:45
Damodar Lohani
b22797318e Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-02 13:53:17 +05:45
Torsten Dittmann
3d2cd66466 tests(database): increase password length 2021-12-01 16:33:03 +01:00
Torsten Dittmann
135bf0cfee fix tests 2021-12-01 16:09:57 +01:00
Torsten Dittmann
f04cb72cfb Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-main-rebase 2021-12-01 14:19:41 +01:00
Torsten Dittmann
ac796048d8 replace old collections file 2021-12-01 12:48:23 +01:00
kodumbeats
4b9ff6cca2 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-restrict-assignable-permissions 2021-11-28 07:32:29 -05:00
Damodar Lohani
e7f7ce0e70 Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-11-25 13:41:12 +05:45
Damodar Lohani
8728668e21 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-11-25 13:33:55 +05:45
Torsten Dittmann
fba2529539 fix(tests): realtime tests 2021-11-24 17:44:11 +01:00
Torsten Dittmann
0a38f0776a Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-11-24 17:28:49 +01:00
Torsten Dittmann
59437b1ca8 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-enable-strict-query-matching 2021-11-24 17:18:18 +01:00
Torsten Dittmann
5c19fcd847 fix(tests): adapt default id length 2021-11-24 17:08:14 +01:00
kodumbeats
8743756126 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-refactor-enable-strict-query-matching 2021-11-24 09:26:59 -05:00
Torsten Dittmann
db0a75a18a Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-11-24 14:56:45 +01:00
Bradley Schofield
037420e0bc Add new tests for server side
+ Added new tests for serverside
+ Updated the example for 'status' for the SyncExecution Model
2021-11-24 10:01:43 +00:00
kodumbeats
27d1405af0 Test for purged document cache on deleteAttribute 2021-11-23 12:39:01 -05:00
Damodar Lohani
7147a7dc6f Merge branch 'feat-storage-buckets' into feat-sb-uis 2021-11-19 15:49:10 +05:45
Damodar Lohani
4f7d82948e fix bucket enabled 2021-11-19 13:02:12 +05:45
Damodar Lohani
4416ddf3ee fix test 2021-11-19 12:30:46 +05:45
Damodar Lohani
2915678897 fix webhooks test 2021-11-19 11:06:33 +05:45
Torsten Dittmann
0fc1812604 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-11-18 11:34:53 +01:00
Torsten Dittmann
a0e49a0bfa
Update tests/e2e/Services/Account/AccountBase.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-11-17 11:22:20 +01:00
Torsten Dittmann
47b6fe59ce Merge branch 'feat-database-logs-pagination' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-11-16 16:26:13 +01:00
Torsten Dittmann
ced8c9ef03 use updated audit library 2021-11-16 15:54:29 +01:00
Christy Jacob
8141043946 Merge branch 'master' into feat-graphql-support 2021-11-16 11:09:21 +04:00
Torsten Dittmann
b1263e9603 tests(logs): test pagination on logs endpoints 2021-11-15 10:49:11 +01:00
Bradley Schofield
c348a71407 Get tests passing again 2021-11-15 02:18:53 +00:00
Damodar Lohani
73aea7387c Merge branch 'feat-storage-buckets' into feat-large-file 2021-11-14 16:53:52 +05:45
kodumbeats
dc7bb3eefc Remove testing code 2021-11-11 20:17:03 -05:00
kodumbeats
09de7fb698 Remove trailing commas 2021-11-11 20:14:46 -05:00
Aditya Rana
9b64fa7f12 Added test for negative angle values (-315deg equivalent to 45deg test case). 2021-11-11 19:41:56 +05:30
Bradley Schofield
6ba2c4741b Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-11-09 15:54:04 +00:00
Damodar Lohani
e2f7446bac Fix usage test and model 2021-11-09 17:19:16 +05:45
Damodar Lohani
7867f2fc56 remove todo 2021-11-07 11:44:22 +05:45
kodumbeats
85c2078e77 Update tests where unowned role is used to create documents 2021-11-03 12:39:15 -04:00
kodumbeats
d6b794d305 Add query e2e tests to check for strict matching 2021-11-03 11:02:41 -04:00
kodumbeats
58e6b3a6d6 Reorder so that expected value is first in assertions 2021-11-02 19:45:04 -04:00
Damodar Lohani
39d32ea919 fix counts 2021-10-28 15:53:26 +05:45
Damodar Lohani
0f5a3802e3 fix count 2021-10-28 15:08:28 +05:45
Damodar Lohani
4645517ae1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-28 11:40:39 +05:45
Damodar Lohani
67884563d5 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-28 11:39:04 +05:45
Torsten Dittmann
df1398328c Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-refactor-ui-fixes 2021-10-27 11:01:21 +02:00
Torsten Dittmann
d79116035f
Merge pull request #1885 from appwrite/feat-db-refactor-api-buxfixes
feat(refactor-db): database lifecycle bugfixes
2021-10-27 11:00:14 +02:00
kodumbeats
c6ee3766b7 Prevent default values for array attributes 2021-10-26 16:14:25 -04:00
kodumbeats
cb6a21f34f avoid overwhelming DatabaseV1 queue with >1000 attributes at once 2021-10-26 15:15:46 -04:00
kodumbeats
a0cf23c3cb
Merge pull request #2205 from appwrite/feat-permissions-tests
feat(refactor-db): e2e permissions tests
2021-10-26 13:16:43 -04:00
Torsten Dittmann
7224520fa8 fix all usage ui 2021-10-26 15:19:28 +02:00
kodumbeats
549db83086 Test webhooks for deleting attributes and indexes 2021-10-25 21:14:30 -04:00
kodumbeats
f30858f09e Ensure attributes are available before testing indexes 2021-10-25 20:14:12 -04:00
kodumbeats
c0ade69c14 Sleep long enough for all attributes to create 2021-10-25 16:15:16 -04:00
kodumbeats
5d0c0b2836 Throw exception if $min > $max 2021-10-25 16:10:39 -04:00
kodumbeats
ffbcc728bb support integers as valid float values 2021-10-25 16:00:33 -04:00
Torsten Dittmann
1fd4e6c3c8 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-10-25 16:01:07 +02:00
Damodar Lohani
399941cfb6 fix functions test 2021-10-25 11:55:54 +05:45
Damodar Lohani
50e030fc03 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-25 10:34:32 +05:45
Damodar Lohani
01adbe6efb Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-25 10:34:05 +05:45
Torsten Dittmann
dc99127533 increase sleeps 2021-10-22 19:21:52 +02:00
Torsten Dittmann
2c6f4d0cdb fix db tests 2021-10-22 18:52:13 +02:00
Torsten Dittmann
60b44dcae9 teardown & db race condition 2021-10-22 18:30:42 +02:00
Torsten Dittmann
c8036ffc32 reduce timeouts 2021-10-22 18:19:02 +02:00
kodumbeats
656ceb9c94 Refactor guest tests to use dataproviders 2021-10-21 20:38:27 -04:00
kodumbeats
d3745c0b40 Refactor member tests to use dataproviders 2021-10-21 20:38:17 -04:00
kodumbeats
46c3ce7a15 Explain data provider state 2021-10-21 20:38:01 -04:00
Damodar Lohani
e252906f56 fix test for buckets and database 2021-10-21 15:26:17 +05:45
Damodar Lohani
0f61377b58 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-19 12:41:51 +05:45
Damodar Lohani
37102f95f0 update realtime tests for storage 2021-10-19 12:40:06 +05:45
Damodar Lohani
1cf105d144 no folderid field 2021-10-17 14:02:03 +05:45
Damodar Lohani
e6996ad63a fix webhook test 2021-10-17 13:59:03 +05:45
Damodar Lohani
c1aa49747a Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-17 12:59:09 +05:45
Damodar Lohani
cecc863717 fix storage tests 2021-10-17 12:57:59 +05:45
Damodar Lohani
d029c94bc8 Merge branch 'feat-storage-buckets' into feat-large-file 2021-10-17 11:45:45 +05:45
Damodar Lohani
3e78abfc85 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-17 11:38:33 +05:45
Jake Barnby
90904ab676
Add e2e Apple platform tests 2021-10-14 02:44:52 +13:00
kodumbeats
ab7f2fa69c Test team/role permissions 2021-10-12 21:09:02 -04:00
Bradley Schofield
dd5bdda000 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-10-11 14:59:34 +01:00
Torsten Dittmann
6e87d261fe init draft of permission tests 2021-10-08 14:49:45 +02:00
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
8685c09c13 fix functions and users 2021-10-08 10:39:37 +02:00
Torsten Dittmann
90f30cc743 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 21:34:21 +02:00
Torsten Dittmann
e368053d7b fix magic url 2021-10-07 21:10:43 +02:00
kodumbeats
f197699523 Throw exception when any enum element is empty 2021-10-07 14:30:52 -04: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
Torsten Dittmann
1dc8a74e57 fix users endpoint 2021-10-07 19:57:23 +02:00
Torsten Dittmann
d065fbc388 fix duplicate tests due ot merge fail 2021-10-07 18:14:13 +02:00
Torsten Dittmann
66772f55a6 fix tests 2021-10-07 17:49:47 +02: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
kodumbeats
ec5d2ed591 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enum-attributes 2021-10-06 20:36:25 -04:00
Torsten Dittmann
9941198a7f Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-before-pagination 2021-10-06 16:11:04 +02:00
Torsten Dittmann
492a83e336 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-db-search-attribute 2021-10-06 14:48:57 +02:00
Torsten Dittmann
fb165fa968
Merge pull request #1554 from appwrite/feat-db-project-subqueries
Moved project json attributes to their own collection
2021-10-06 12:42:10 +00:00
Torsten Dittmann
90e02847e4
Merge pull request #1646 from appwrite/feat-database-user-deprecation
Feat: Deprecate user for security reasons
2021-10-06 12:41:53 +00: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
Torsten Dittmann
301e3c3e1a
Merge pull request #1569 from appwrite/feat-cleanup-index-on-delete-attribute
feat(refactor-db): clean up internal indexes collection on delete attribute
2021-10-05 21:26:06 +00:00
Torsten Dittmann
4a054559a5 fix search with cristiano 2021-10-05 23:15:43 +02:00
Torsten Dittmann
244b62f12d
Merge pull request #1480 from appwrite/feat-enforce-document-collection-permissions
feat(refactor-db) enforce either document or collection permissions
2021-10-05 20:33:23 +00:00
kodumbeats
76be4ed082 Merge remote-tracking branch 'origin/feat-db-search-attribute' into feat-db-search-tests 2021-10-05 12:10:02 -04:00
Torsten Dittmann
349588df12 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-enforce-document-collection-permissions 2021-10-05 16:37:58 +02:00
kodumbeats
270d0eb0c4 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-database-user-deprecation 2021-10-05 10:31:27 -04:00
kodumbeats
31f1c4e1dd Merge remote-tracking branch 'origin/feat-database-indexing' into feat-cleanup-index-on-delete-attribute 2021-10-05 10:14:26 -04:00
kodumbeats
0960a54169 Clean up unneeded sleeps in db tests 2021-10-05 10:10:40 -04:00
Torsten Dittmann
768ab84a17 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-before-pagination 2021-10-05 15:53:54 +02:00
kodumbeats
35c21e31c8 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-attribute-limits 2021-10-05 09:48:59 -04:00
Torsten Dittmann
580b92227c fix tests 2021-10-05 14:59:58 +02:00
Torsten Dittmann
5f7e9a5f75 poke travis 2021-10-05 14:32:22 +02:00
Torsten Dittmann
33699ea2c4 feat(controllers): implement before cursor pagination 2021-10-05 12:30:33 +02:00
Matej Baco
b068f4969c Review changes 2021-10-04 13:01:08 +02:00
Matej Bačo
6ada84cb53
Update tests/e2e/Services/Users/UsersCustomServerTest.php
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-10-04 12:58:33 +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
Damodar Lohani
070d3d5e4d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-30 14:21:07 +05:45
Damodar Lohani
5475bd104b update bucket permission model similarly to collections permission model 2021-09-30 12:30:14 +05:45
Bradley Schofield
8e7618fabe Update Tests to account for build steps
+ Also update curl timeout error code for Swoole Hook
2021-09-28 14:29:41 +01:00
Damodar Lohani
23ba9e7a54 test for large function code 2021-09-28 13:36:09 +05:45
kodumbeats
f4d07e826b Fix tests by testing cleanup duplicate behavior on fresh collection 2021-09-27 19:38:03 -04:00
Matej Baco
429da848c6 Added missing tests for user deprecation feature 2021-09-27 14:11:06 +02:00
Matej Baco
24f9c2518b Removed imports 2021-09-27 12:20:32 +02:00
Matej Baco
d0b70a9dee Re-added function execution search + added missing tests 2021-09-27 12:12:42 +02:00
Damodar Lohani
b64e74124a update test 2021-09-27 12:21:34 +05:45
Damodar Lohani
a9cbbdf4e2 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-23 13:05:34 +05:45
Damodar Lohani
ca58351e93 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-23 13:03:19 +05:45
Matej Baco
c61b00995c Manual code review suggestion changes 2021-09-23 09:01:10 +02:00
Matej Bačo
1f2f0c2443
Apply suggestions from code review
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:57:16 +02:00
Matej Bačo
8f1847f871
Test assert bug fix
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:50:47 +02:00
Matej Bačo
d43987fd7a
Fix test assert bug
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:49:45 +02:00
Matej Bačo
4bbf0e9303
Remove unnecessary whitespace
Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
2021-09-23 08:44:57 +02:00
Matej Baco
f9423111f3 Merge branch 'feat-database-indexing' into feat-db-search-tests 2021-09-23 08:35:07 +02:00
Matej Baco
fce5e3e96c Removed PHPStorm-generated stuff 2 2021-09-21 10:27:31 +02:00
Matej Baco
9d1b1a17d9 Removed PHPStorm-generated stuff 2021-09-21 10:26:28 +02:00
Matej Baco
732c59a03d Implemented search tests 2021-09-21 10:22:13 +02:00
kodumbeats
3c05a43ea7 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-db-attribute-limits 2021-09-20 21:28:54 -04:00
kodumbeats
1b76219f6f Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-09-20 21:27:07 -04:00
kodumbeats
fdd43837c1 Test duplicate index is removed in edge case of deleteAttribute 2021-09-20 21:23:41 -04:00
kodumbeats
51ea0aecb1 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-cleanup-index-on-delete-attribute 2021-09-20 13:32:16 -04:00
Bradley Schofield
3c533f1932 Add Synchronous Execution Test 2021-09-13 12:06:50 +01:00
Bradley Schofield
da8b4bb9f9 Add build step and more function cleanup 2021-09-13 11:50:45 +01:00
Damodar Lohani
00aae12d00 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-13 14:07:55 +05:45
Damodar Lohani
a3a97540f3 fix usage test 2021-09-13 14:03:40 +05:45
Damodar Lohani
cc65339a01 fix range header and test 2021-09-13 12:07:27 +05:45
kodumbeats
5735c5d129 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enforce-document-collection-permissions 2021-09-12 09:14:03 -04:00
kodumbeats
b4ad95747a Merge remote-tracking branch 'origin/feat-database-indexing' into feat-delete-collection-attributes-indexes 2021-09-12 09:07:46 -04: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
Damodar Lohani
9052d34b33 fix range header 2021-09-12 15:14:40 +05:45
Damodar Lohani
f924ead8f8 range support fix and passed test 2021-09-12 14:35:43 +05:45
Damodar Lohani
c48ea44ac4 Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-12 12:03:47 +05:45
Matej Bačo
e9124f28c7
Removed unnecessary array_merge import
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-09-11 19:29:17 +02:00
kodumbeats
ca335c9be5 Test enum enforcement when creating documents 2021-09-10 16:25:16 -04:00
kodumbeats
d8ba1095cd Test enum attribute creation and response model 2021-09-10 16:14:31 -04:00
Damodar Lohani
c31bca52c1 uncomment missing ubucket id test 2021-09-10 14:35:15 +05:45
Damodar Lohani
2b55e50c68 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-10 14:15:13 +05:45
Torsten Dittmann
d2f425e67d fix(functions): utf-8 encode stdout and stderr 2021-09-09 13:06:00 +02:00
Damodar Lohani
380ebdc62d Merge branch 'feat-storage-buckets' into feat-large-file 2021-09-08 13:47:05 +05:45
Bradley Schofield
66d8b0599c Merge branch 'master' into the-executor-poc 2021-09-07 12:51:25 +01:00
Damodar Lohani
53542fb937 fix webhook test 2021-09-07 11:12:44 +05:45
Damodar Lohani
2adac4548a Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-09-07 11:06:12 +05:45
Torsten Dittmann
de004c7c33 test(storage): default permissions with client 2021-09-06 15:33:06 +02:00
Bradley Schofield
bca326dc8d Improvements to executor
- Executor now loads runtimes from php-runtimes package
- Executor now handles timeouts correctly
- Executor can now shutdown and remove containers before shutting down itself preventing a `docker-compose stop` failure due to active network endpoints.
- Fixed a issue with JWT's not working
- Improved general executor reliability
- Tests now pass!
2021-09-06 01:37:20 +01:00
Torsten Dittmann
37c33c3c7b fix(functions): environment variables 2021-09-03 13:41:42 +02:00
kodumbeats
1410101db8 Test index cleanup when attribute is deleted 2021-09-02 17:38:46 -04:00
kodumbeats
8c3ca6808c Test deleteCollection removal of attributes/indexes 2021-09-02 12:46:05 -04:00
Damodar Lohani
f230c5b340 storage after pagination test 2021-09-02 15:56:10 +05:45
Damodar Lohani
1edf1a7ba1 custom ID and after pagination 2021-09-02 14:15:10 +05:45
Damodar Lohani
91e13572a8 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-02 13:37:40 +05:45
Torsten Dittmann
9bc3412649 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-09-02 09:44:36 +02:00
Eldad A. Fux
b23dae4948
Merge pull request #1552 from appwrite/feat-magic-url
Feat Magic URL
2021-09-02 10:09:55 +03:00
kodumbeats
6b7059c034 Fix missing lines from conflict resolution 2021-09-01 10:57:20 -04:00
kodumbeats
c49179e6bc Merge remote-tracking branch 'origin/feat-database-indexing' into feat-enforce-document-collection-permissions 2021-09-01 10:52:38 -04:00
kodumbeats
624d099bf9 Assert row width exception is thrown 2021-09-01 10:36:01 -04:00
Bradley Schofield
35ed296b75 Add Deno and update UI 2021-09-01 10:48:56 +01:00
Torsten Dittmann
c85cfb66d2 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-09-01 09:33:50 +02:00
Torsten Dittmann
1edb40130d Merge branch 'master' of https://github.com/appwrite/appwrite into 0.10.x 2021-09-01 09:32:42 +02:00
Matej Baco
577ab9c3ad Fixed permissions, improved database filter docs, added 404 platform update test 2021-09-01 09:03:22 +02:00
kodumbeats
656914f8dc Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-31 13:55:18 -04:00
kodumbeats
efa0b86299 Add assertions for row width limit 2021-08-31 12:35:03 -04:00
kodumbeats
8f06625980 Reduce sleep time in test 2021-08-31 11:53:20 -04:00
kodumbeats
42ca474731 Search for attributes from internal table 2021-08-31 11:35:06 -04:00
kodumbeats
4f4db30a8a Test for attribute limit exception 2021-08-31 11:32:49 -04:00
Damodar Lohani
e9e83d14c3 updates and fixes, default handler for magic login 2021-08-31 15:07:48 +05:45
Torsten Dittmann
93c481b24b Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-08-30 12:08:08 +02:00
Damodar Lohani
270b70794b fix account test 2021-08-30 11:36:06 +05:45
Damodar Lohani
0f97300c3f tests 2021-08-29 16:15:48 +05:45
Christy Jacob
66294445ce feat(tests): added tests for users usage 2021-08-29 14:24:50 +05:30
Christy Jacob
3aedad2061 feat(tests): added tests for users usage 2021-08-29 14:13:14 +05:30
Damodar Lohani
583a00c116 tests for new endpointts 2021-08-29 14:23:46 +05:45
Christy Jacob
4454a518b7 feat(tests): added tests for storage usage 2021-08-29 13:49:25 +05:30
Christy Jacob
9eea6d55f7 feat(tests): added tests for projects usage 2021-08-29 13:41:29 +05:30
Christy Jacob
94a17e9ce0 feat(tests): added tests for functions usage 2021-08-29 13:29:08 +05:30
Christy Jacob
58a5320cf1 feat(tests): added tests for database usage 2021-08-29 13:20:52 +05:30
Eldad A. Fux
06096b4168
Merge pull request #1498 from appwrite/fix-catch-duplicate-index-exception
fix(refactor-db): catch duplicate exception when creating and updating documents
2021-08-28 07:29:46 +03:00
kodumbeats
e9541a9269 Fix tests 2021-08-27 21:46:33 -04:00
kodumbeats
95f505b616 Add tests for collection permissions 2021-08-27 21:00:49 -04:00
kodumbeats
0e68b4a1e4 Remove var dumps 2021-08-27 20:44:32 -04:00
kodumbeats
7db7e39f78 Test enforce collection permissions 2021-08-27 20:44:32 -04:00
kodumbeats
c3534b4383 Clean up code 2021-08-27 19:45:18 -04:00
kodumbeats
b293c5dd65 Merge remote-tracking branch 'origin/feat-database-indexing' into feat-response-models-new-attributes 2021-08-27 16:55:00 -04:00
kodumbeats
d135a14bd4 Test for attribute response model in collection subquery 2021-08-27 16:45:33 -04:00
kodumbeats
a9c1a91a3e Test response model for listAttributes endpoint 2021-08-27 16:30:26 -04:00
Torsten Dittmann
821aa45d7d add tests against failure 2021-08-27 11:31:26 +02:00
Torsten Dittmann
dc79be6b50 adapt messages and tests 2021-08-27 11:20:49 +02:00
Torsten Dittmann
67ae70ed69 update tests 2021-08-27 10:20:44 +02:00
kodumbeats
2ead9c52f6 Test attribute default values have proper casting in response model 2021-08-25 16:44:07 -04:00
kodumbeats
0f3c42368d Test for proper response models for getAttribute 2021-08-25 15:37:21 -04:00
kodumbeats
0d2bbb0ae9 Fix tests for index limits 2021-08-24 19:35:43 -04:00
kodumbeats
e6d4897acc Debug index limits tests 2021-08-24 18:23:12 -04:00
kodumbeats
a4486fd99e Use indexId instead of id 2021-08-24 18:21:56 -04:00
kodumbeats
c072a07ed5 Increase sleep for index tests 2021-08-24 18:21:56 -04:00
kodumbeats
bf4c1c8c9c Fix tests 2021-08-24 18:21:56 -04:00
kodumbeats
34b6894be2 Add more tests for index limits 2021-08-24 18:20:54 -04:00
kodumbeats
1c1312baae Catch exception for index limit 2021-08-24 18:20:04 -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
8087ca1575 Test for 409 response for duplicate exception 2021-08-24 09:53:49 -04:00
kodumbeats
e2024c274a Test for duplicate exception 2021-08-24 09:53:15 -04:00
kodumbeats
ebcd1b23b6 Size not returned for integer attributes 2021-08-23 17:29:05 -04: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
Eldad Fux
e39ed9cf9b Fixed some tests 2021-08-22 17:06:59 +03:00
Torsten Dittmann
4695ea9914 fix(tests): realtime with functions 2021-08-18 12:49:34 +02:00
Torsten Dittmann
e2948ea02f debug failing tests 2021-08-18 12:28:17 +02:00
Torsten Dittmann
39e91037df debug failing tests 2021-08-18 12:25:25 +02:00