Commit graph

3827 commits

Author SHA1 Message Date
Jake Barnby
7861cb7c49
Merge branch 'feat-expose-sequence' into feat/auto-increment 2025-05-23 10:45:47 +00:00
Darshan
a413a613f5
Merge branch 'main' into feat-sequence 2025-05-23 15:35:39 +05:30
Jake Barnby
5eab81cf03
Merge pull request #9868 from ArnabChatterjee20k/dat-532
added encrypt property in the attribute string response model
2025-05-23 09:03:42 +00:00
ArnabChatterjee20k
e586afceb7 updates 2025-05-23 14:11:57 +05:30
ArnabChatterjee20k
73764941b6 updated tests and collection method 2025-05-23 13:23:33 +05:30
ArnabChatterjee20k
02426df1ca linting 2025-05-23 12:53:10 +05:30
ArnabChatterjee20k
1d0577b07d added encrypt to the get and list atttributes 2025-05-23 12:51:59 +05:30
ArnabChatterjee20k
1a4a10400b added test for the encrypted string in the server 2025-05-23 12:12:23 +05:30
ArnabChatterjee20k
0cccb75273 added encrypt property in the attribute string response model 2025-05-23 12:05:42 +05:30
ArnabChatterjee20k
70f7f71a95 Merge branch 'main' into feat/auto-increment 2025-05-22 23:56:40 +05:30
Jake Barnby
71e3446498
Change internal ID to sequence 2025-05-23 02:55:29 +12:00
Chirag Aggarwal
eda1bf3207 chore: update test 2025-05-21 11:05:25 +00:00
Jake Barnby
eab446a828
Merge pull request #9841 from ArnabChatterjee20k/dat-532
added checking for encrypt and plan allowing encryption of string att…
2025-05-21 08:51:31 +00:00
Matej Bačo
8734aeb314
Merge pull request #9844 from appwrite/1.7.x
Append build error to build logs
2025-05-21 10:15:20 +02:00
ArnabChatterjee20k
8796670c66 reverted test 2025-05-21 13:19:07 +05:30
ArnabChatterjee20k
9fa6deae61 reverted the tests and updated the plan checking condition 2025-05-21 13:14:22 +05:30
Jake Barnby
20f2cbffda
Merge pull request #9811 from ArnabChatterjee20k/upsert-single-document-route
Upsert single document route
2025-05-21 19:29:31 +12:00
ArnabChatterjee20k
43aae24132 updated tests for the custom server test 2025-05-21 11:38:34 +05:30
ArnabChatterjee20k
f534b9e460 added checking for encrypt and plan allowing encryption of string attribute 2025-05-21 11:00:01 +05:30
Khushboo Verma
3335f56cf6 Append build error to build logs 2025-05-20 21:15:05 +05:30
ArnabChatterjee20k
80e842444b updated test for upsertion 2025-05-20 14:28:16 +05:30
ArnabChatterjee20k
b5d31d1b76 updated the upsert test for the relationship 2025-05-20 12:11:41 +05:30
ArnabChatterjee20k
559b6024bc linting 2025-05-19 16:00:38 +05:30
ArnabChatterjee20k
256aa684a2 updated tests 2025-05-19 15:59:38 +05:30
ArnabChatterjee20k
08478b8d39 removed document existence check for the document id
updated labels
added tests for upserts
2025-05-19 13:56:11 +05:30
Jake Barnby
bb7055fb47
Lint 2025-05-19 01:59:02 +12:00
Jake Barnby
4307bb8b33
Fix deprecated method usage 2025-05-19 01:56:25 +12:00
Matej Bačo
2bee98afcf Fix remaining tests 2025-05-18 12:51:07 +02:00
Matej Bačo
b228bdd9c7 Fix failing tests 2025-05-18 12:02:32 +02:00
Matej Bačo
0e69929054 Fix separation strategy 2025-05-18 11:39:30 +02:00
Jake Barnby
91f8570801
Format 2025-05-17 01:57:57 +12:00
Darshan
0dfda7ca7c
Merge branch '1.7.x' into fix-scopes 2025-05-16 11:05:19 +05:30
Matej Bačo
c5d4173923
Merge branch '1.6.x' into 1.7.x 2025-05-15 18:27:56 +02:00
Matej Bačo
ac6450c726 Merge branch '1.6.x' into 1.7.x 2025-05-15 18:03:15 +02:00
Darshan
bebd103611 update: token scopes tests for console client. 2025-05-15 19:22:53 +05:30
Darshan
1ab724ff04 update: token scopes tests. 2025-05-15 19:13:51 +05:30
Darshan
15992da369 update: tests. 2025-05-15 15:01:23 +05:30
Darshan
cd467ddc89
Merge branch '1.7.x' into fix-templates 2025-05-14 10:21:08 +05:30
Darshan
28f404147b
Merge branch '1.7.x' into update-tokens 2025-05-13 21:21:22 +05:30
Darshan
9d4a7fadb9 fix: tests due to no search attribute. 2025-05-13 18:59:16 +05:30
ArnabChatterjee20k
9055645d06 updated test for the array attribute index overriding 2025-05-13 18:21:34 +05:30
Darshan
b302b5416d
Merge branch '1.7.x' into fix-templates 2025-05-13 17:52:57 +05:30
Darshan
f01bfc842b
Merge branch '1.7.x' into update-tokens 2025-05-13 16:16:46 +05:30
Darshan
4e9f137e55 remove: jwt logic. serve the jwt directly from the model itself. 2025-05-13 15:41:26 +05:30
arnab
cd806e80d7 updated tests and validations 2025-05-13 15:39:13 +05:30
Matej Bačo
af0c872999 Merge branch '1.6.x' into 1.7.x 2025-05-13 10:11:39 +02:00
arnab
a970512e3c added length param, response model, e2e test 2025-05-13 10:35:04 +05:30
Matej Bačo
3b38b6bb57 Migration review fixes 2025-05-12 16:52:13 +02:00
Jake Barnby
540102ff97
Explicitly catch exceptions 2025-05-08 18:10:26 +12:00
Jake Barnby
c3f0bec1ff
Validate nested internals 2025-05-08 18:09:37 +12:00
Jake Barnby
eaa105477a
Fix tests for permissions/relationships updates 2025-05-08 17:17:02 +12:00
Jake Barnby
be7ea1f798
Add bulk upsert route 2025-05-08 02:49:02 +12:00
Jake Barnby
05821c2993
Fix conditional 2025-05-07 15:46:17 +12:00
Jake Barnby
41ecccda1e
Revert "Fix tests for model changes"
This reverts commit f5d243e229.

# Conflicts:
#	app/controllers/api/databases.php
2025-05-07 15:45:46 +12:00
Jake Barnby
f5d243e229
Fix tests for model changes 2025-05-07 15:14:05 +12:00
Darshan
01f5896ac1
Merge branch '1.7.x' into fix-missing-filter 2025-05-06 17:05:08 +05:30
Jake Barnby
af09f17e02
Max 1 operation 2025-05-06 22:05:59 +12:00
Khushboo Verma
9248f06e60 Add test for manual type 2025-05-06 15:31:22 +05:30
Jake Barnby
66a40eb175
AI review fixes 2025-05-06 02:21:45 +12:00
Jake Barnby
2f091a1fab
Fix permissions set 2025-05-05 21:45:30 +12:00
Jake Barnby
808f338c7c
Fix all bulk/relationship tests 2025-05-05 17:20:24 +12:00
Jake Barnby
1f08344c8d
Fix update test 2025-05-05 17:01:05 +12:00
Jake Barnby
384e606503
Fix bulk update relationship test 2025-05-05 16:52:06 +12:00
Darshan
f13a28cf6d
Merge branch '1.7.x' into fix-templates 2025-05-04 19:08:06 +05:30
ArnabChatterjee20k
7750ada4d8 * exposed internal id as a part of auto increment id
* updated test cases regarding internal id
2025-05-01 18:55:04 +05:30
Khushboo Verma
f2bcae75b2 Add tests for type 2025-04-30 19:05:08 +05:30
Darshan
64a24b2211 update: tests for getFileDownload with resourceToken and misc changes. 2025-04-30 10:10:35 +05:30
Darshan
1170fd0ee9 update: tests for getFileDownload with resourceToken. 2025-04-30 09:52:27 +05:30
Jake Barnby
453bb8ab70
Update tests for changes 2025-04-30 12:09:13 +12:00
Jake Barnby
2238f6d822
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-operations
# Conflicts:
#	app/config/specs/open-api3-1.6.x-client.json
#	app/config/specs/open-api3-1.6.x-console.json
#	app/config/specs/open-api3-1.6.x-server.json
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-1.6.x-client.json
#	app/config/specs/swagger2-1.6.x-console.json
#	app/config/specs/swagger2-1.6.x-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	composer.lock
#	src/Appwrite/Specification/Format/Swagger2.php
2025-04-30 10:45:18 +12:00
Darshan
eee9adc325 update: use constant. 2025-04-29 19:52:40 +05:30
Darshan
9ae22ae3fe add: resourceId check. 2025-04-29 19:52:14 +05:30
Darshan
5208e69543 add: infinite expiry test. 2025-04-29 19:46:35 +05:30
Darshan
645b04cf32 fix: tests. 2025-04-29 19:37:39 +05:30
Darshan
74dca5b60c
Merge branch '1.7.x' into fix-missing-filter 2025-04-29 18:31:48 +05:30
Darshan
6c86faa5d4 add: file tokens tests. 2025-04-29 18:25:39 +05:30
Matej Bačo
edf552fa9a Fix more tests 2025-04-25 15:10:20 +02:00
Matej Bačo
8e036b2dd4 Merge branch '1.7.x' of github.com:appwrite/appwrite into 1.7.x 2025-04-25 14:13:45 +02:00
Matej Bačo
7ae2c1bb2e Fix more tests 2025-04-25 14:13:22 +02:00
Matej Bačo
bbfb93c91b
Merge pull request #9676 from appwrite/feat-playground-templates
Feat: Add playground templates
2025-04-25 14:13:07 +02:00
Matej Bačo
8645ca05ba Fix tests 2025-04-25 12:06:09 +00:00
Matej Bačo
65bb7c6dfd Linter fix 2025-04-25 12:57:55 +02:00
Matej Bačo
23c4fa27be Fix tests, linter 2025-04-25 12:57:45 +02:00
Matej Bačo
d8103cb57e Merge branch '1.7.x' into 1.6.x 2025-04-25 12:18:04 +02:00
Matej Bačo
d5cb9d0f1f
Merge branch '1.7.x' into feat-tokens-module 2025-04-22 12:25:51 +02:00
Matej Bačo
fd0d891d45
Merge pull request #8378 from appwrite/feat-development-keys
Development Keys
2025-04-22 12:22:12 +02:00
Matej Bačo
1a33b75d42 Fix html error page test 2025-04-22 10:48:25 +02:00
Chirag Aggarwal
1065f27a44
Merge branch '1.7.x' into feat-tokens-module 2025-04-21 19:28:27 +05:30
Darshan
53a0424326 update: tests. 2025-04-21 12:12:01 +05:30
Darshan
0accc494f0 update: tests. 2025-04-21 10:25:43 +05:30
Darshan
21be819025 fix: test message! 2025-04-21 10:12:09 +05:30
Chirag Aggarwal
6d0d15f469 Merge branch '1.7.x' into feat-tokens-module 2025-04-18 16:01:06 +00:00
Matej Bačo
9993cca484 Merge branch '1.7.x' into feat-development-keys 2025-04-17 15:51:31 +02:00
Matej Bačo
cd9a2b761c Merge branch '1.7.x' into feat-sites 2025-04-17 12:13:06 +02:00
arnab
e6e28f32ff added comments for test case 2025-04-17 14:59:37 +05:30
arnab
fb6ec704a1 test case added 2025-04-17 14:44:59 +05:30
Chirag Aggarwal
b2dffe4057 Merge branch '1.7.x' into feat-tokens-module 2025-04-17 06:19:18 +00:00
Jake Barnby
cd72d70432
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-operations 2025-04-17 17:09:51 +12:00
Darshan
36ab6ce236 address comments: add more tests. 2025-04-17 10:36:05 +05:30
Matej Bačo
73d1e6c225 Fix tests 2025-04-16 15:39:08 +02:00
Darshan
bc8683ab75 add: csv import tests! 2025-04-16 16:52:23 +05:30
Damodar Lohani
523a8b6ff6
Merge branch '1.6.x' into feat-usage-dump-multi-tenant-batch 2025-04-16 08:49:17 +05:45
Jake Barnby
b9e8c1d8bc
Skip server console test 2025-04-16 13:07:11 +12:00
Jake Barnby
53660f3100
Add more cases 2025-04-16 12:30:22 +12:00
Jake Barnby
bea723ff2e
Add test 2025-04-16 12:04:19 +12:00
Christy Jacob
304f67c88f fix: usage test assertion 2025-04-15 18:18:40 +04:00
Christy Jacob
3e0323dae8
Merge branch '1.6.x' into update-usage-test 2025-04-15 17:43:10 +04:00
Christy Jacob
d0181787b9 fix: usage test assertion 2025-04-15 17:38:34 +04:00
Matej Bačo
e53ec21a2c Improve copy 2025-04-15 15:17:43 +02:00
Matej Bačo
dbe42beb45 Improve tests 2025-04-15 14:16:04 +02:00
Khushboo Verma
0fc41b27ee Dark theme for trace error page 2025-04-15 10:48:25 +00:00
Chirag Aggarwal
40c15077e2 chore: update devkey init and make tests use mock oauth 2025-04-15 10:47:04 +00:00
Khushboo Verma
60c632363f Merge branch 'feat-sites' into feat-update-error-pages 2025-04-15 10:45:39 +00:00
Matej Bačo
60fafe8feb PR review changes 2025-04-15 11:40:32 +02:00
Matej Bačo
2669e66ae2
Merge pull request #9597 from appwrite/fix-usage-sites
Fix: usage stats changes
2025-04-15 11:26:02 +02:00
Damodar Lohani
4edec1494a fix remove comments 2025-04-15 04:45:56 +00:00
Chirag Aggarwal
6596569259 chore: make devkeys test dependence free 2025-04-14 18:01:40 +00:00
loks0n
2427f950b5 fix: realtime 2025-04-14 14:34:22 +01:00
Matej Bačo
84ec907a47 Merge branch 'feat-sites' into feat-update-error-pages 2025-04-14 14:17:32 +02:00
Matej Bačo
0b6a8ec2ca
Update tests/e2e/Services/Sites/SitesCustomServerTest.php 2025-04-14 13:39:23 +02:00
Matej Bačo
ed95ac7643 Re-add test, simplify 2025-04-14 12:54:56 +02:00
Matej Bačo
baa1cb19c6 Re-add test, simplify 2025-04-14 12:28:22 +02:00
Chirag Aggarwal
74abf4897b chore: fix teamCreateMembership 2025-04-14 08:47:57 +00:00
Chirag Aggarwal
f31cb0cdfc chore: added tests for checking if sdks are updated in devkeys 2025-04-14 07:34:05 +00:00
Damodar Lohani
fb7223bd1b
Merge branch 'feat-usage-dump-multi-tenant-batch' into fix-merge-stats-usage-and-dump 2025-04-13 09:30:51 +05:45
Khushboo Verma
7bb548aecb Fix test 2025-04-10 00:39:36 +05:30
Khushboo Verma
e78a3e1f83 Fix test 2025-04-10 00:11:17 +05:30
Khushboo Verma
39476fa3d5 Fix button URL for no active deployments 2025-04-09 23:20:06 +05:30
Chirag Aggarwal
45df0ef854 chore: add cors test 2025-04-09 16:24:24 +00:00
Chirag Aggarwal
013555cc8e chore: add tests for hostname check with devkeys 2025-04-09 14:21:56 +00:00
Chirag Aggarwal
b9f50d9f01 chore: fix test 2025-04-09 13:21:06 +00:00
Chirag Aggarwal
c6399a2a01 chore: update specs and tests 2025-04-09 13:11:48 +00:00
Chirag Aggarwal
e8a0425cc3 chore: add allowed attributes to query 2025-04-09 13:03:56 +00:00
Chirag Aggarwal
b4b356e61f chore: add queries and search to listing devkeys 2025-04-09 11:14:02 +00:00
Chirag Aggarwal
5a5d1752f9 Merge branch '1.7.x' into feat-development-keys 2025-04-09 09:02:20 +00:00
Matej Bačo
dff1319e4d Fix failure test 2025-04-09 10:50:26 +02:00
Matej Bačo
e7b64113ca pr review changes; fix tests 2025-04-09 10:31:33 +02:00
Khushboo Verma
921311e91e Fix tests 2025-04-09 11:58:54 +05:30
Khushboo Verma
0b4b7f5296 Update error message 2025-04-09 10:19:38 +05:30
Jake Barnby
cfab30b43f
Merge remote-tracking branch 'origin/1.6.x' into feat-bulk-operations
# Conflicts:
#	app/init/resources.php
2025-04-09 16:31:52 +12:00
Damodar Lohani
be939c6598 Fix typo 2025-04-09 02:57:49 +00:00
Damodar Lohani
387ef142cc fix test 2025-04-09 02:16:03 +00:00
Matej Baco
2689cceb71 Implement A/AAAA custom domain support 2025-04-08 14:48:50 +00:00
Damodar Lohani
c7a97a16df fix test 2025-04-08 09:08:04 +00:00
Damodar Lohani
a1a6b40277 fix description 2025-04-08 08:59:20 +00:00
Damodar Lohani
8d239b7dc8 Fix test 2025-04-08 08:55:22 +00:00
Damodar Lohani
ad72805fd6 Fix test 2025-04-08 08:53:36 +00:00
Damodar Lohani
8d0cdb8e7f
Merge branch 'feat-sites' into fix-usage-sites 2025-04-08 14:30:43 +05:45
Damodar Lohani
ed332a776f More stats in usage endpoints 2025-04-08 08:42:55 +00:00
Matej Bačo
8e32ef1851 Merge branch '1.7.x' into feat-sites 2025-04-08 10:41:39 +02:00