Darshan and GitHub
b86d7ac3fa
Merge pull request #11149 from appwrite/clean-on-async
2026-01-16 19:07:17 +05:30
ArnabChatterjee20k
b1fab79dc4
updated query logic in array to be of and format
2026-01-16 19:06:55 +05:30
Darshan
2f066a6ba8
add: check.
2026-01-16 18:41:22 +05:30
Darshan
e8ca0610ee
fix: type
2026-01-16 18:40:37 +05:30
Darshan
15caa27977
lint.
2026-01-16 18:38:40 +05:30
Darshan
5f22022527
fix: async being missed.
2026-01-16 18:33:27 +05:30
ArnabChatterjee20k
b9c7c172ad
updated query conversion for nested query
2026-01-16 18:18:24 +05:30
Jake Barnby
a425c460c2
CI
2026-01-17 01:25:50 +13:00
Matej Bačo
c2bf1e8040
Merge branch '1.8.x' into feat-new-schema-dualwriting
2026-01-16 13:24:02 +01:00
Matej Bačo
cda03f63ab
Support dual-writing for new schema features
2026-01-16 13:23:46 +01:00
ArnabChatterjee20k
fc04e17a69
updated env
2026-01-16 17:37:56 +05:30
Jake Barnby
9331ae1cbb
CI
2026-01-17 01:02:25 +13:00
Chirag Aggarwal
f5a61fb4d6
feat: add cleanup for stale function executions
...
Adds a new interval task that marks executions stuck in 'processing'
status for more than 30 minutes as 'failed' with a timeout error.
2026-01-16 17:21:05 +05:30
Darshan and GitHub
429f73eb85
Merge pull request #11147 from appwrite/executions-cleanup
2026-01-16 16:33:39 +05:30
ArnabChatterjee20k
da871635d9
Fix namespace import for RuntimeQuery class and update test file accordingly
2026-01-16 16:16:03 +05:30
Darshan
ccaea5d010
add: constant.
2026-01-16 16:11:38 +05:30
Darshan
b5e9c1786a
fix: maintenance logic.
2026-01-16 16:04:54 +05:30
Darshan
79e150b7b2
fix: type.
2026-01-16 16:00:59 +05:30
Darshan
beee5e721e
upate: run on maintenance as well.
2026-01-16 15:55:45 +05:30
Darshan
0ef4bf21cc
address comments.
2026-01-16 15:48:21 +05:30
ArnabChatterjee20k
b2486fcb6c
Merge remote-tracking branch 'upstream/1.8.x' into dat-969
2026-01-16 15:47:25 +05:30
ArnabChatterjee20k
a7b729b9a7
updated deps
2026-01-16 15:33:18 +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
Darshan
c67b77bca0
update: implement proper logs cleanup!
2026-01-16 15:06:35 +05:30
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
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
5d5a14bd77
PR review fixes
2026-01-15 16:16:09 +01:00
Matej Bačo
1308706023
Merge branch '1.8.x' into chore-php-types
2026-01-15 15:52:51 +01:00
Damodar Lohani and GitHub
ce91b1a03d
Merge pull request #11143 from appwrite/fix-phone-auth-limit
...
Fix: auth phone limit
2026-01-15 19:43:54 +05:45
Damodar Lohani
fbf390c710
Merge remote-tracking branch 'origin/1.8.x' into feat-health-module
2026-01-15 13:55:09 +00:00
Damodar Lohani
991f5ff9fd
Catch exception
2026-01-15 13:19:34 +00:00
Damodar Lohani
e8d8373922
Fix: phone auth limit
2026-01-15 12:59:30 +00: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