Commit Graph
4821 Commits
Author SHA1 Message Date
Matej Bačo 1946df83a7 Merge remote-tracking branch 'origin/1.6.x' into 1.7.x 2025-02-03 09:03:04 +00:00
Bradley Schofield bbc527d4a4 Use defaults in assert eventually 2025-02-03 10:19:42 +09:00
Bradley Schofield 50cc28647d Make sessions limit tests assert eventually 2025-02-03 09:53:00 +09:00
Damodar LohaniandGitHub 63c07a456f Merge branch '1.6.x' into feat-logs-db 2025-02-02 07:08:25 +05:45
Chirag Aggarwal 3a5342ae24 chore: added test cases 2025-01-30 05:05:26 +00:00
Damodar Lohani 0da3f870f9 refactor: rename 2025-01-30 04:43:16 +00:00
Chirag Aggarwal 1e71eb84c4 chore: added devkeys to account and database tests 2025-01-29 04:25:52 +00:00
Chirag AggarwalandGitHub eecf3aae68 Merge branch '1.6.x' into feat-development-keys 2025-01-28 20:12:15 +05:30
Chirag Aggarwal cad18dc7c7 chore: fix abstract implementations for scope tests 2025-01-28 14:29:45 +00:00
Chirag Aggarwal 9561ed99d2 chore: fix getHeaders implementation in scope tests 2025-01-28 14:18:00 +00:00
Jake BarnbyandGitHub 76680bcbcc Revert "Feat batch usage dump" 2025-01-28 22:29:24 +13:00
Chirag Aggarwal 70c119b9cc chore: added test cases for forwarded user agent 2025-01-27 13:58:46 +00:00
Chirag Aggarwal f867fddaae Merge branch '1.6.x' into feat-development-keys 2025-01-27 10:33:58 +00:00
Eldad A. FuxandGitHub 1db4bf7ae4 Merge pull request #9260 from appwrite/databases-reads-writes
Usage: Databases reads writes
2025-01-27 11:21:52 +01:00
Bradley Schofield 40f8a4cb02 Merge branch '1.6.x' into feat-bulk-operations 2025-01-27 09:36:15 +09:00
Jake Barnby 297098b252 Revert test timing changes 2025-01-24 03:23:25 +13:00
Darshan 3cfd592351 fix: tests further. 2025-01-23 19:35:36 +05:30
Darshan 00a2413366 fix: tests due to additional response vars. 2025-01-23 19:17:20 +05:30
Jake Barnby 1360c16f65 Partial revert "Add project log"
This partially reverts commit 8097f1607f.
2025-01-24 01:43:25 +13:00
Jake Barnby 8097f1607f Add project log 2025-01-24 01:34:44 +13:00
Jake Barnby 03a8f35082 Ensure wait overlaps aggregation interval 2025-01-24 00:14:30 +13:00
Jake Barnby 687be05d95 Speed up dev mode usage tests 2025-01-24 00:08:04 +13:00
Bradley Schofield 8fb7a2db32 Merge branch '1.6.x' into feat-bulk-operations
# Conflicts:
#	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-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/controllers/api/databases.php
#	app/controllers/api/functions.php
#	app/controllers/api/migrations.php
#	app/controllers/api/projects.php
#	app/controllers/api/proxy.php
#	app/controllers/api/storage.php
#	app/controllers/api/users.php
#	app/controllers/api/vcs.php
#	composer.json
#	composer.lock
#	docs/references/account/create-push-target.md
#	docs/references/account/delete-push-target.md
#	docs/references/account/update-push-target.md
#	src/Appwrite/SDK/Method.php
#	src/Appwrite/Specification/Format/OpenAPI3.php
#	src/Appwrite/Specification/Format/Swagger2.php
2025-01-23 11:19:20 +09:00
Matej Bačo 9a94023bde Merge remote-tracking branch 'origin/feat-sites' into feat-add-tests-for-sites 2025-01-21 13:41:08 +00:00
Khushboo Verma e49d9f39a8 Fix usageTest 2025-01-20 01:18:43 +05:30
Khushboo Verma 4a3ea540bf Fix specification tests 2025-01-20 01:01:21 +05:30
Steven NguyenandGitHub 54a46d7d26 Merge pull request #9218 from ChiragAgg5k/fix-resend-invitation
fix: resend invitation
2025-01-17 12:59:31 -08:00
Christy Jacob 8bdafb46d6 chore: review comments & refactoring 2025-01-17 10:38:39 +05:30
Chirag Aggarwal 120ceeedad chore: review 2025-01-16 04:27:25 +00:00
Chirag Aggarwal b5449a8ca6 fix: resend invitation 2025-01-13 18:25:48 +00:00
Steven NguyenandGitHub f48c843bea fix(users): ensure user can delete session
The session document created by users.createSession() was missing
delete permissions for the user so when the user tried to delete it,
they got a 401 error.

This PR ensure the permissions are added just like if the document was
created from the Account API so that the user has access to delete the
document.
2025-01-11 17:56:36 +00:00
Christy JacobandGitHub a7fdfc629c Merge pull request #9198 from appwrite/feat-project-sms-usage
feat project sms usage
2025-01-10 15:42:00 +05:30
loks0n ec7f76f9fb fix: stats tests 2025-01-09 21:17:53 +00:00
loks0n a85abdab4a fix: usage tests 2025-01-09 20:11:02 +00:00
loks0n 651a3d1d62 test: fix 2025-01-09 16:37:26 +00:00
Darshan bce68b2202 fix: benchmark test. 2025-01-09 19:45:03 +05:30
Khushboo Verma 8a260ceece Remove unrelated changes to site deletion 2025-01-09 17:41:45 +05:30
Khushboo Verma 426bcffd1a Resolve merge conflicts 2025-01-09 17:25:24 +05:30
Darshan addb56ab7d update: shift comment. 2025-01-08 18:24:53 +05:30
Darshan 88755e6d38 update: add sleep to tests. 2025-01-08 18:21:35 +05:30
Khushboo Verma 3c9ea6caba Fix tests 2025-01-08 16:16:26 +05:30
Khushboo Verma 857046ecb8 Address PR comments 2025-01-08 13:55:21 +05:30
Khushboo Verma f196cfe993 Use ssr-22 runtime 2025-01-07 20:07:23 +05:30
Khushboo Verma 140b850cef More tests 2025-01-07 15:35:31 +05:30
Khushboo Verma 0929ba995a More tests 2025-01-07 02:33:32 +05:30
Khushboo Verma 6bf9adfb51 Added some sites tests 2025-01-02 02:21:30 +05:30
Damodar Lohani 195ae3fdcb update project desc 2024-12-15 11:06:46 +00:00
Damodar Lohani cd54ba1b83 fix account test 2024-12-15 10:49:35 +00:00
Damodar Lohani b8388a4092 fix expected in test 2024-12-15 10:41:01 +00:00
Damodar Lohani 05baa6090d fix cycle 2024-12-15 10:31:55 +00:00