loks0n
78e63085cf
Update PHPStan 1.8→1.12, pin composer images to 2.8
...
PHPStan 1.8 triggers deprecation warnings on the PHP version shipped
with composer:2.8. Upgrading to 1.12 resolves the compatibility issue.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 01:16:35 +00:00
loks0n
4326600751
Refactor CI workflows: add COMPOSE_FILE env, add build targets, bump action versions, pin composer
...
- Add COMPOSE_FILE=docker-compose.yml to tests, benchmark, and sdk-preview to prevent loading overrides in CI
- Add target: development to tests/benchmark builds, target: production to pr-scan/nightly builds
- Bump actions/checkout v4→v6, docker/build-push-action v4/v5→v6, actions/upload-artifact v4→v6, actions/github-script v7→v8
- Pin composer images to 2.8 in linter and static-analysis workflows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 00:56:03 +00:00
Chirag Aggarwal
afbad9db0f
Merge pull request #11285 from appwrite/release-agent-skills
...
feat: appwrite agent skills
2026-02-12 18:00:48 +05:30
Chirag Aggarwal
eb5d7875e4
composer
2026-02-12 17:39:44 +05:30
Chirag Aggarwal
8645a17323
Merge branch '1.8.x' into release-agent-skills
2026-02-12 17:39:33 +05:30
Chirag Aggarwal
efaf44c677
changes
2026-02-12 17:24:16 +05:30
Chirag Aggarwal
a4a062afb4
Merge pull request #11307 from appwrite/sync-specs-and-release-sdks
...
chore: release sdks to fix createMembership roles param
2026-02-12 15:33:21 +05:30
Matej Bačo
6944fa7520
Merge pull request #11302 from appwrite/feat-team-sequence
...
Feat: team sequence
2026-02-12 10:14:36 +01:00
Chirag Aggarwal
2bad5d8918
Merge pull request #11309 from appwrite/fix/static-files-worker-init
...
Fix static asset 404s by initializing Files per worker
2026-02-12 13:42:29 +05:30
Chirag Aggarwal
886528bb29
Merge pull request #11306 from appwrite/feat/messaging-spans
2026-02-12 13:13:35 +05:30
Chirag Aggarwal
086cf07c9c
avoid tasks
2026-02-12 12:57:40 +05:30
Chirag Aggarwal
96ceab1a52
Fix static file loading by initializing Files per worker
2026-02-12 12:33:58 +05:30
Jake Barnby
d931003453
Merge pull request #11291 from appwrite/feat-project-status
2026-02-12 06:08:16 +00:00
Jake Barnby
7361b01a7d
Merge pull request #11255 from appwrite/feat-update-base
cl-1.8.0-4
2026-02-12 06:05:54 +00:00
Chirag Aggarwal
df20c12f6e
chore: release sdks to fix createMembership roles param
2026-02-12 11:12:51 +05:30
loks0n
a486085322
feat: messaging spans
2026-02-12 09:36:58 +05:30
Jake Barnby
40b8b539e8
Update lock
2026-02-12 12:26:19 +13:00
Jake Barnby
ce4e99d643
Merge remote-tracking branch 'origin/1.8.x' into feat-update-base
...
# Conflicts:
# composer.json
2026-02-12 12:20:04 +13:00
Matej Bačo
b625bdb189
Formatting fix
2026-02-11 17:25:44 +01:00
Matej Bačo
5ac58e7723
Implement team sequence
2026-02-11 17:25:17 +01:00
Damodar Lohani
efc1a5376b
Merge remote-tracking branch 'origin/1.8.x' into feat-project-status
2026-02-11 13:34:57 +00:00
Chirag Aggarwal
435af97db1
Merge pull request #11297 from appwrite/fix/origin-validator-type-error
...
fix: Fix TypeError in Origin validator when array is passed
2026-02-11 18:20:32 +05:30
Chirag Aggarwal
781512cf88
Merge pull request #11295 from appwrite/release-cli-13.3.2
...
chore: release cli 13.3.2
2026-02-11 18:11:59 +05:30
Chirag Aggarwal
1a966741f4
(fix): Fix TypeError in Origin validator when array is passed
...
Move type check before assignment to prevent TypeError when non-string
value (like array) is passed to Origin::isValid(). The property
\$this->origin is typed as string, so assigning an array before
the is_string() check caused the error.
2026-02-11 18:01:18 +05:30
Chirag Aggarwal
bb56c9a91e
Merge branch '1.8.x' into release-cli-13.3.2
2026-02-11 17:24:38 +05:30
Chirag Aggarwal
942b90cb2a
Merge pull request #11283 from appwrite/fix/cli-static-setresource
...
Upgrade utopia-php dependencies and fix namespace changes
2026-02-11 17:16:54 +05:30
Chirag Aggarwal
351cd569cf
Merge pull request #11296 from appwrite/chore/add-php-retry-tests-workflow
...
chore(ci): add php-retry for all tests in tests workflow
2026-02-11 16:57:00 +05:30
Chirag Aggarwal
b243404a71
chore(ci): add PR comment permissions to retry jobs
2026-02-11 16:53:25 +05:30
Chirag Aggarwal
dcb759e3fe
chore(ci): restore retry job metadata inputs
2026-02-11 16:49:59 +05:30
Chirag Aggarwal
5371aa6820
chore(ci): add php-retry to tests workflow
2026-02-11 16:30:29 +05:30
Chirag Aggarwal
f7f97cdb33
chore: release cli 13.3.2
2026-02-11 16:16:59 +05:30
Chirag Aggarwal
61c5374134
remove orchestration
2026-02-11 16:04:20 +05:30
Chirag Aggarwal
45f4b1e8ad
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-11 16:04:14 +05:30
Jake Barnby
465d21badd
Merge pull request #11293 from appwrite/feat-pg-adapter
2026-02-11 10:15:58 +00:00
Chirag Aggarwal
a2dc62d4e5
fix
2026-02-11 15:20:30 +05:30
Jake Barnby
686a6f9474
Merge branch '1.8.x' into feat-update-base
2026-02-11 08:35:50 +00:00
Jake Barnby
308609a0a2
Merge branch '1.8.x' into feat-pg-adapter
2026-02-11 08:34:45 +00:00
Jake Barnby
f631fba124
Merge pull request #11270 from appwrite/fix-invalid-chunktotal
2026-02-11 08:21:31 +00:00
Jake Barnby
bc69154024
fix: add retry logic to helperGetLatestCommit for GitHub API rate limits
...
The testCreateSiteFromTemplateCommit test fails intermittently when the
unauthenticated GitHub API call gets rate limited, returning null. Added
3 retries with 5s delay to handle transient failures.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 20:39:21 +13:00
Jake Barnby
2d76fcced1
Merge pull request #11272 from appwrite/realtime-query-reserved-channels
2026-02-11 07:09:28 +00:00
Jake Barnby
32c617a149
fix: remove invalid YAML condition syntax in docker-compose.yml
...
The appwrite-worker-functions depends_on section mixed list format
(- redis) with mapping format (condition: service_healthy), causing
a YAML parse error at line 696 that prevented docker compose from
starting, failing all CI checks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-11 20:02:36 +13:00
Jake Barnby
8861a489ec
Merge pull request #9772 from ArnabChatterjee20k/pg-adapter
2026-02-11 06:41:59 +00:00
Chirag Aggarwal
b2f4c4227e
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-11 12:10:35 +05:30
Chirag Aggarwal
33cb992934
bump all to stable
2026-02-11 12:07:36 +05:30
Jake Barnby
2fc7074908
Merge branch '1.8.x' into pg-adapter
2026-02-11 06:35:14 +00:00
Jake Barnby
00fdf76d71
Update docker-compose.yml
2026-02-11 19:34:59 +13:00
Jake Barnby
1dec34cc2d
Update docker-compose.yml
2026-02-11 19:34:49 +13:00
Jake Barnby
b08e0ad8ac
Update app/config/variables.php
2026-02-11 19:34:38 +13:00
Chirag Aggarwal
fed9af7568
remove console dev branch
2026-02-11 12:03:12 +05:30
Chirag Aggarwal
64fff8f26b
Merge pull request #11292 from appwrite/fix/oauth-redirect-custom-scheme
...
Fix OAuth redirect for custom scheme state
2026-02-11 12:00:37 +05:30