Damodar Lohani
72ce068714
Merge pull request #11057 from appwrite/feat-health-module
...
Feat: Health module
2026-01-18 07:27:19 +05:45
ArnabChatterjee20k
b1fab79dc4
updated query logic in array to be of and format
2026-01-16 19:06:55 +05:30
ArnabChatterjee20k
b9c7c172ad
updated query conversion for nested query
2026-01-16 18:18:24 +05:30
ArnabChatterjee20k
da871635d9
Fix namespace import for RuntimeQuery class and update test file accordingly
2026-01-16 16:16:03 +05:30
ArnabChatterjee20k
b2486fcb6c
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
2026-01-16 15:47:25 +05:30
Jake Barnby
0cc3db6095
Fix flaky test timing issues
...
- Increase SchemaPolling default timeout from 60s to 120s
- Replace hardcoded sleep() with assertEventually() for message status polling in Messaging tests
2026-01-16 22:57:05 +13:00
Jake Barnby
36c4228de6
Remove debug code
2026-01-16 22:31:35 +13:00
Jake Barnby
34810ca5bb
Debug: dump response body on failure
2026-01-16 21:44:28 +13:00
Jake Barnby
392619284e
Fix perms tests
2026-01-16 21:09:46 +13:00
ArnabChatterjee20k
a19705a46f
Merge remote-tracking branch 'upstream/1.8.x' into new-pool-adapter
2026-01-16 12:31:57 +05:30
Matej Bačo
1308706023
Merge branch '1.8.x' into chore-php-types
2026-01-15 15:52:51 +01:00
Damodar Lohani
fbf390c710
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-15 13:55:09 +00:00
Jake Barnby
63b3365ce9
Fix PHPUnit 11 migration test issues
...
- Add missing @depends testCreateDatabase to testUpdateWithExistingRelationships in DatabasesBase.php
- Fix data provider keys in LegacyPermissionsMemberTest and TablesDBPermissionsMemberTest to match parameter names (any->anyCount, users->usersCount, doconly->docOnlyCount)
- Convert provideCustomExecutions data provider to positional arrays to avoid PHPUnit 11 named argument conflicts with @depends
- Restore @depends testUpdateAccountPhone for testCreatePhoneVerification in GraphQL AccountTest
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:59:53 +13:00
Jake Barnby
4adc4f65ad
Add missing PHPUnit #[Depends] to GraphQL Functions tests
...
Fixed missing #[Depends] attributes:
- FunctionsClientTest: 4 methods (testCreateDeployment, testCreateExecution,
testGetExecutions, testGetExecution)
- FunctionsServerTest: 11 methods (all test methods with parameters)
- Legacy/DatabaseServerTest: Fixed testCreateIndex dependency
(was depending on void-returning testUpdateURLAttribute)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:28:38 +13:00
Jake Barnby
7498c330eb
Add missing PHPUnit #[Depends] to Functions, Messaging, Webhooks tests
...
Fixed missing #[Depends] attributes:
- FunctionsCustomServerTest: testCancelDeploymentBuild → testCreateDeployment
- MessagingBase: testDeleteMessage → testSendEmail
- WebhooksBase: testDeleteDocument → testUpdateDocument, testDeleteRow → testUpdateRow
- WebhooksCustomClientTest: testUpdateAccountName → testDeleteAccountSessions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:18:55 +13:00
Jake Barnby
1d03af22e4
Add missing PHPUnit #[Depends] attributes to GraphQL tests
...
PHPUnit 11 requires explicit #[Depends] attributes. The migration removed
@depends annotations but didn't add all corresponding #[Depends] attributes.
Fixed in:
- GraphQL/Legacy/DatabaseClientTest: 5 methods
- GraphQL/StorageClientTest: 7 methods
- GraphQL/StorageServerTest: 10 methods
- GraphQL/TeamsServerTest: 3 methods
- GraphQL/TeamsClientTest: 2 methods
- GraphQL/TablesDB/DatabaseServerTest: ~40 methods
- GraphQL/TablesDB/DatabaseClientTest: 5 methods
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:10:30 +13:00
Jake Barnby
7d6ac8f7a2
Add missing PHPUnit #[Depends] attributes
...
PHPUnit 11 requires explicit #[Depends] attributes instead of the old
@depends annotations. Several test methods were missing these attributes,
causing "Too few arguments" errors when PHPUnit tried to run the tests.
Fixed in:
- AccountCustomClientTest: testUpdateAccountPassword, testUpdateAccountRecovery, testCreateSession
- GraphQL/Legacy/DatabaseServerTest: Added 36 missing #[Depends] attributes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 17:51:31 +13:00
Jake Barnby
46f3fadc5d
Fix hooks
2026-01-15 17:21:05 +13:00
Jake Barnby
714b8d7ea6
Migrate to PHPUnit 11
2026-01-15 16:14:53 +13:00
Jake Barnby
84f9485049
Fix tests
2026-01-15 14:04:39 +13:00
Jake Barnby
d7a6a7b5d8
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
...
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/Legacy/Permissions/DatabasesPermissionsGuestTest.php
# tests/e2e/Services/Databases/TablesDB/Permissions/DatabasesPermissionsGuestTest.php
2026-01-15 12:43:26 +13:00
Jake Barnby
2cfb5ecfd9
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit 38687bc24e .
2026-01-15 04:08:00 +13:00
Jake Barnby
38687bc24e
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit c12cad80bb , reversing
changes made to 2a17429226 .
# Conflicts:
# composer.lock
2026-01-15 03:48:42 +13:00
Matej Bačo
7b10fe1371
typo fix
2026-01-14 14:17:12 +01:00
Matej Bačo
e4abc0e0da
Add more file params (encryption, compression)
2026-01-14 13:16:50 +01:00
Jake Barnby
feab8a26e5
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
...
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/Legacy/Permissions/DatabasesPermissionsGuestTest.php
# tests/e2e/Services/Databases/TablesDB/Permissions/DatabasesPermissionsGuestTest.php
2026-01-14 19:59:36 +13:00
Jake Barnby
5c915ef92f
Reapply "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit 321fc8ee70 .
2026-01-14 19:07:49 +13:00
Jake Barnby
321fc8ee70
Revert "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit a4734a5de7 , reversing
changes made to 15922fb88c .
# Conflicts:
# composer.lock
2026-01-14 02:37:17 +13:00
Jake Barnby
bb09abc087
Update CTA check
2026-01-14 01:23:48 +13:00
Jake Barnby
5153617f04
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
...
# Conflicts:
# composer.lock
# tests/e2e/Services/Databases/Legacy/Permissions/DatabasesPermissionsGuestTest.php
# tests/e2e/Services/Databases/TablesDB/Permissions/DatabasesPermissionsGuestTest.php
2026-01-13 22:04:36 +13:00
Jake Barnby
a34fa1ceb6
Fix abuse
2026-01-13 22:01:22 +13:00
Jake Barnby
cd21140572
Fix request fetching
2026-01-13 22:01:16 +13:00
Damodar Lohani
4905f7cc48
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-13 05:19:00 +00:00
Jake Barnby
9379e4d6c8
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# app/controllers/api/avatars.php
# composer.lock
# src/Appwrite/Platform/Modules/Functions/Workers/Builds.php
2026-01-13 15:46:23 +13:00
Matej Bačo
3d4b29e0f1
Merge branch '1.8.x' into chore-php-types
2026-01-10 16:42:38 +01:00
Jake Barnby
8eb09a98fe
Fix otp user
2026-01-11 02:49:28 +13:00
Jake Barnby
879a599bed
Fix parallel cases
2026-01-11 02:33:20 +13:00
Jake Barnby
1a22c281f5
Parallelise
2026-01-10 21:25:06 +13:00
Jake Barnby
f797ae3ac6
Remove sleeps
2026-01-10 14:53:29 +13:00
Jake Barnby
658308a447
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
2026-01-10 03:21:38 +13:00
Jake Barnby
9498a8ba5d
Consolidate, remove depends, add fixtures
2026-01-10 03:21:31 +13:00
Matej Bačo
71f389e1c0
AI PR review
2026-01-09 10:41:58 +01:00
Damodar Lohani
d68fc9a22e
Merge branch '1.8.x' into feat-health-module
2026-01-08 11:26:56 +05:45
Jake Barnby
e6505b9cf9
Merge remote-tracking branch 'origin/1.8.x' into feat-auth-instance
...
# Conflicts:
# composer.lock
2026-01-08 17:48:37 +13:00
Darshan
46072bb95e
fix: test.
2026-01-07 18:32:03 +05:30
Darshan
47ea8699d1
add: tests.
2026-01-07 18:05:33 +05:30
Darshan
93e7dc772d
Merge remote-tracking branch 'origin/storage-size' into storage-size
2026-01-07 13:57:59 +05:30
Darshan
228d095ee5
address comment and fix tests.
2026-01-07 13:57:41 +05:30
Darshan
b615e4b901
Merge branch '1.8.x' into storage-size
2026-01-07 13:43:48 +05:30
Jake Barnby
7573ee75a2
Use authorization instance
2026-01-07 20:04:28 +13:00