Jake Barnby
2007fbf241
Merge remote-tracking branch 'origin/1.8.x' into chore-update
...
# Conflicts:
# app/init/constants.php
# composer.json
# composer.lock
# src/Appwrite/Migration/Migration.php
2026-03-20 14:04:46 +13:00
Jake Barnby
2673af7b83
fix: propagate database param in CLI install and fix upgrade conflict detection
2026-03-20 13:26:18 +13:00
Jake Barnby
21d7e2dfb5
chore: update utopia-php/database to fix metadata reconciliation
2026-03-20 13:08:34 +13:00
Jake Barnby
9235a4cc15
test: add V21 request and response filter unit tests
2026-03-20 13:08:27 +13:00
Jake Barnby
fb21211ae8
fix: return \$sequence as string and add V21 backward-compat filters
2026-03-20 13:08:19 +13:00
Jake Barnby
616762f696
fix: harden migrate task for MongoDB compat and 1.8.x upgrades
2026-03-20 13:08:12 +13:00
Jake Barnby
3b5ba2a2b0
feat: add V24 migration for 1.9.0 schema changes
2026-03-20 13:08:05 +13:00
Jake Barnby
7ae1cf4db0
chore: bump version to 1.9.0 and update changelog
2026-03-20 13:07:55 +13:00
Steven Nguyen
c537d09b5c
Merge pull request #11589 from appwrite/copilot/update-origin-test-cases-tauri
...
Add tauri:// as a supported origin scheme
2026-03-19 16:06:35 -07:00
copilot-swe-agent[bot]
b79132556c
feat: add support for tauri://localhost as an allowed origin
...
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com >
2026-03-19 20:14:24 +00:00
copilot-swe-agent[bot]
99c76689ee
Initial plan
2026-03-19 20:12:17 +00:00
Jake Barnby
1aa2c7ff2b
Merge pull request #11585 from appwrite/revert-11402-sync-mongodb
2026-03-19 13:50:22 +00:00
ArnabChatterjee20k
9917f95dfd
Revert "Documentsdb + vectordb (latest)"
2026-03-19 19:18:27 +05:30
Matej Bačo
7e7cac017c
Merge pull request #11582 from appwrite/fix-webhooks-duplication
...
Fix: webhook endpoints duplication
2026-03-19 14:16:30 +01:00
Jake Barnby
b8cb146eb9
Merge pull request #11402 from appwrite/sync-mongodb
2026-03-19 12:30:05 +00:00
Jake Barnby
9ed6ac89f5
Merge pull request #11574 from appwrite/feat-installer
2026-03-19 12:19:15 +00:00
Luke B. Silver
09313d0500
Merge pull request #11583 from appwrite/ci/blackmisth-runners
...
ci: use blacksmith runners for slowest e2e services
2026-03-19 12:08:09 +00:00
loks0n
3a9e4305d3
ci: switch docker image sharing from cache to artifacts
...
actions/cache uses a runner-local cache backend, so GitHub-hosted
runners and Blacksmith self-hosted runners cannot share the same cache
entry. Switch to actions/upload-artifact@v7 / download-artifact@v7
which use GitHub's artifact storage, accessible from all runner types.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-19 11:54:50 +00:00
loks0n
4b163c02ad
ci: use blacksmith runners for slowest e2e services
...
Route the 6 slowest e2e test services (Databases, Sites, Functions,
Avatars, Realtime, TablesDB) to blacksmith-4vcpu-ubuntu-2404 runners
based on timing data from CI. All other services continue using
ubuntu-latest.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-19 11:44:12 +00:00
ArnabChatterjee20k
331fb7f689
fixed php stan issue
2026-03-19 17:10:45 +05:30
Matej Bačo
b80d76e287
Fix failing test
2026-03-19 12:38:35 +01:00
ArnabChatterjee20k
feddd77066
fixed analyze
2026-03-19 17:02:27 +05:30
ArnabChatterjee20k
a55f3e1db8
updated env
2026-03-19 16:59:18 +05:30
Jake Barnby
9bc263ab22
fix: correct stale progress file cleanup status detection
...
Steps are keyed by step name (e.g. 'env-vars'), not by status value.
The old lookup used status constants as step keys, so $status was
always null and terminal-state cleanup never triggered. Detect
terminal state by checking for $data['error'] (failure) or all steps
having 'completed' status.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 00:29:03 +13:00
Jake Barnby
6c76783c09
Merge remote-tracking branch 'origin/1.8.x' into feat-installer
...
# Conflicts:
# composer.lock
2026-03-20 00:25:32 +13:00
Matej Bačo
835bb49562
Merge branch '1.8.x' into fix-webhooks-duplication
2026-03-19 12:20:37 +01:00
Matej Bačo
ab43d4995b
Upgrade webhook tests
2026-03-19 12:20:33 +01:00
ArnabChatterjee20k
f1e2ce3e09
Merge remote-tracking branch 'origin/1.8.x' into sync-mongodb
2026-03-19 16:42:25 +05:30
ArnabChatterjee20k
6fa34aef04
linting
2026-03-19 16:39:19 +05:30
Jake Barnby
d8748c9054
fix: make Webhook model public and fix Installer autoload path
...
The Webhook model was marked as non-public but is now exposed via
AuthType::KEY in the new Webhooks module, causing spec generation
to crash when building server SDK specs. The Installer Server.php
had a top-level require_once for vendor/autoload.php that fails
when CE is used as a composer dependency.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 23:50:21 +13:00
Matej Bačo
6f8a54273d
AI review fixes
2026-03-19 11:47:02 +01:00
Matej Bačo
37a7c70c2b
Fix webhook endpoints duplication
2026-03-19 11:27:13 +01:00
ArnabChatterjee20k
7071e6f080
Merge remote-tracking branch 'origin/1.8.x' into sync-mongodb
2026-03-19 15:55:28 +05:30
Jake Barnby
4c1a360797
Merge pull request #11578 from appwrite/fix/database-shared-table-reconciliation
2026-03-19 10:21:02 +00:00
Jake Barnby
f7ea7b165f
Update DB
2026-03-19 23:20:44 +13:00
ArnabChatterjee20k
29fcdcd766
update composer dependencies and fix database DSN retrieval in Create.php
2026-03-19 15:48:54 +05:30
Jake Barnby
62f91f746e
(fix): clear stale installer lock and progress files on startup
2026-03-19 23:15:20 +13:00
Jake Barnby
d27aad6e67
(feat): add enabledDatabases config to hide unsupported databases in installer
2026-03-19 22:10:23 +13:00
Jake Barnby
3d55c27b10
fix: resolve PHPStan analysis errors
...
- Remove redundant !empty($previewRuleId) check in Deployment trait (always truthy within sites condition)
- Remove stale baseline ignores for $dbForPlatform in cli.php and $database in http.php
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 21:35:14 +13:00
Jake Barnby
30b18bef2b
Update deps
2026-03-19 21:08:36 +13:00
ArnabChatterjee20k
221b5d104c
updated migration
2026-03-19 13:20:46 +05:30
ArnabChatterjee20k
826ac1abe9
dummy commit to check some tests and edge cases
2026-03-19 12:45:16 +05:30
Jake Barnby
e1c327235a
(feat): add dark mode support to installer
2026-03-19 15:03:58 +13:00
premtsd-code
e6bf327b25
Remove worker number setting from CI workflow
...
Removed the setting for the number of workers in the CI configuration.
2026-03-18 18:29:18 +00:00
Prem Palanisamy
7e0bf72a89
ci: reduce database worker count to 2 for E2E tests
2026-03-18 16:29:46 +00:00
Prem Palanisamy
1d27986fa1
ci: increase database worker count to 4 for E2E tests
2026-03-18 16:28:27 +00:00
premtsd-code
7d7bb0591f
Merge branch '1.8.x' into fix/database-shared-table-reconciliation
2026-03-18 13:58:04 +00:00
Prem Palanisamy
9de6ec7279
fix: use database branch with shared-table reconciliation fix
2026-03-18 13:56:05 +00:00
Hemachandar
6b573524e7
fix: Ensure rules are deleted properly ( #11575 )
...
* fix: Ensure rules are deleted properly
* tests
2026-03-18 19:02:03 +05:30
Matej Bačo
12d274a72c
Merge pull request #11566 from appwrite/feat-platform-endpoints
...
Feat: Public project APIs
2026-03-18 11:57:18 +01:00