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
Jake Barnby
2dae0ece5d
Merge remote-tracking branch 'origin/1.8.x' into feat-db-tests
2026-01-16 20:50:00 +13:00
Darshan and GitHub
0fee1f0ffd
Merge pull request #11142 from appwrite/bump-libs
2026-01-15 14:45:28 +05:30
Darshan
eb07e99225
bump: sdk-gen.
2026-01-15 13:48:50 +05:30
Darshan and GitHub
325968c52a
Merge pull request #11141 from appwrite/fix-specs-descriptions
2026-01-15 12:08:35 +05:30
Jake Barnby and GitHub
39e66711c8
Merge pull request #11140 from appwrite/fix-db-init
2026-01-15 19:36:45 +13:00
Darshan and GitHub
42a1c8da38
Merge branch '1.8.x' into fix-specs-descriptions
2026-01-15 12:05:19 +05:30
Darshan
206bd63620
regen: specs.
2026-01-15 12:04:46 +05:30
Darshan
75696a21bf
update: remove excluded keys from descriptions.
2026-01-15 11:56:19 +05:30
Chirag Aggarwal and GitHub
48866acdb7
Merge pull request #11112 from appwrite/release-cli-13.0.0.rc3
2026-01-15 11:53:00 +05:30
Jake Barnby and Claude Opus 4.5
b1171c661e
Add setDatabase() to all project database instances
...
This completes the fix for utopia-php/database 4.5.2 which removed
the automatic USE database statement. All Database instances that
create or query project databases now have explicit setDatabase()
calls.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 19:08:25 +13:00
Jake Barnby and Claude Opus 4.5
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
a0e4e89621
Update lock
2026-01-15 18:45:18 +13:00
Jake Barnby and Claude Opus 4.5
728ed57df0
Fix database initialization after utopia-php/database 4.5.2 update
...
The 4.5.2 update removed the automatic USE database statement on init,
requiring explicit setDatabase() calls on all database resources.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 18:43:28 +13:00
Chirag Aggarwal and GitHub
629479d275
Merge branch '1.8.x' into release-cli-13.0.0.rc3
2026-01-15 10:59:11 +05:30
Jake Barnby and Claude Opus 4.5
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 and Claude Opus 4.5
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 and Claude Opus 4.5
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 and Claude Opus 4.5
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 and Claude Opus 4.5
c5c2c44755
Fix PHPUnit --exclude-group deprecation warning
...
PHPUnit 11+ warns when using comma-separated values with --exclude-group.
This warning causes the tests to return exit code 1 despite all tests passing.
Fix by using separate --exclude-group flags for each group.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 17:33:51 +13:00
Jake Barnby and GitHub
5c922f89fe
Merge pull request #11139 from appwrite/feat-pool-resilience
2026-01-15 17:30:13 +13:00
Jake Barnby
46f3fadc5d
Fix hooks
2026-01-15 17:21:05 +13:00
Jake Barnby and GitHub
6e292349b9
Merge pull request #11138 from appwrite/fix-general-unknown
2026-01-15 16:57:50 +13:00
Jake Barnby
7b940e3a17
Increase + parameterise ppolmax reconnect + sleep
2026-01-15 16:47:19 +13:00
Jake Barnby
7ab3debb10
Format
2026-01-15 16:37:09 +13:00
Jake Barnby
c083e1ce74
Throw AppwriteException so handler can unwrap
2026-01-15 16:31:37 +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 and GitHub
61e886eed4
Merge pull request #11137 from appwrite/feat-auth-instance
2026-01-15 12:28:02 +13:00
Chirag Aggarwal
71ac9c7264
use stable
2026-01-14 21:37:00 +05:30
Chirag Aggarwal
f78d5523ce
mMerge branch '1.8.x' into release-cli-13.0.0.rc3
2026-01-14 21:34:40 +05:30
Chirag Aggarwal
955e1bcbe9
use stable
2026-01-14 21:29:58 +05:30
Jake Barnby
09a337aa1b
Fix validators
2026-01-15 04:10:57 +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
Jake Barnby and GitHub
77b2a57968
Merge pull request #11136 from appwrite/fix-versions
2026-01-15 03:16:37 +13:00
Jake Barnby
223bb7f08a
Update lock
2026-01-15 03:07:26 +13:00
Matej Bačo and GitHub
b73abf69d0
Merge pull request #11135 from appwrite/feat-new-file-params
...
Feat: Add more file params
2026-01-14 14:17:37 +01:00
Matej Bačo and GitHub
e76ed98590
Merge branch '1.8.x' into feat-new-file-params
2026-01-14 14:17:27 +01: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
Chirag Aggarwal and GitHub
6478499f1c
Merge pull request #11134 from appwrite/fix-execution-status-update
2026-01-14 17:45:30 +05:30
Darshan and GitHub
3bbfbdb063
Merge pull request #11132 from appwrite/fix-sdk-handling
2026-01-14 17:18:59 +05:30
Darshan
bc6ecbd22c
address comments.
2026-01-14 17:15:33 +05:30
Darshan
4d2f631393
update: exclude the mocks.
...
update: nice group based blacklisting.
2026-01-14 17:07:33 +05:30
Darshan
479a583ff5
exclude the mocks.
2026-01-14 16:55:47 +05:30
Darshan
08cd610823
exclude the mocks.
2026-01-14 16:47:21 +05:30