harsh mahajan
437b3bfa10
fix: lint
2026-05-14 18:08:59 +05:30
harsh mahajan
0b07305775
fix: remove redundant comment, rename commitSkip to validator, use getDescription in span
2026-05-14 18:05:04 +05:30
harsh mahajan
b5f0ebb37b
refactor: replace DeploymentSkipPatterns validator with VCS_DEPLOYMENT_SKIP_PATTERNS constant
2026-05-14 17:59:34 +05:30
harsh mahajan
3cc600d29a
fix: revert validators to 0.2.* for auto updates
2026-05-14 17:56:09 +05:30
Harsh Mahajan
736196b58b
Merge branch '1.9.x' into feat/skip-deployment-commit-patterns
2026-05-14 17:31:06 +05:30
harsh mahajan
25772f4585
chore: composer update all dependencies
2026-05-14 17:28:52 +05:30
harsh mahajan
e3755679c5
refactor: extend Contains validator, keep only [skip ci] pattern
2026-05-14 17:26:32 +05:30
Chirag Aggarwal
450c80ca5b
Merge pull request #12312 from appwrite/fix/text-response-specs
...
Fix text response schemas in API specs
2026-05-14 16:56:32 +05:30
Chirag Aggarwal
e1547023f6
Fix OpenAPI text redirect response schemas
2026-05-14 16:48:58 +05:30
Chirag Aggarwal
6d0a76cf51
Fix text response schemas in API specs
2026-05-14 16:35:08 +05:30
Chirag Aggarwal
a3fa12e5b3
Merge pull request #12305 from appwrite/chore/refactor-delete-queue-publisher
...
refactor: Migrate queueForDeletes to DeletePublisher and DeleteMessage
2026-05-14 16:31:03 +05:30
Chirag Aggarwal
659bc0dab7
Merge pull request #12307 from appwrite/codex/delete-orphaned-rules-1-9
...
[codex] Delete orphaned proxy rules on create
2026-05-14 16:28:33 +05:30
premtsd-code
927a5cddc4
Merge pull request #11439 from appwrite/feat-platform-db-access
...
Add platform migration support
2026-05-14 11:13:53 +01:00
Chirag Aggarwal
6b51a56b2b
Tidy deleteOrphanedRule conditionals
2026-05-14 15:42:52 +05:30
Chirag Aggarwal
8f481d6f2c
refactor: keep delete publisher in shared container
2026-05-14 15:37:04 +05:30
Chirag Aggarwal
421a9974af
Delete orphaned proxy rules on create
2026-05-14 15:33:29 +05:30
Chirag Aggarwal
65d1e58e34
refactor: migrate delete queue publisher
2026-05-14 14:40:11 +05:30
premtsd-code
beb119883a
Merge branch '1.9.x' into feat-platform-db-access
2026-05-14 08:37:33 +01:00
Prem Palanisamy
1da8d38daf
Pin utopia-php/migration to 1.* (resolves 1.12.0)
2026-05-14 08:36:46 +01:00
Harsh Mahajan
05fb3a5d8d
Merge pull request #12304 from appwrite/fix-specs-platform-order
...
Fix: project specs navigation order
2026-05-14 12:31:41 +05:30
harsh mahajan
5b7d6f1ca6
Fix project specs navigation order
2026-05-14 12:13:13 +05:30
Jake Barnby
a4d1043684
Merge pull request #12302 from appwrite/fix-transaction-deletes
...
fix: match transactions collection name in deletes worker
2026-05-14 17:48:18 +12:00
Chirag Aggarwal
10de0d4245
Merge pull request #12284 from appwrite/codex/fail-open-abuse-timelimit
...
Fail open on abuse timelimit failures
2026-05-14 11:02:16 +05:30
Prem Palanisamy
0497137d80
Merge remote-tracking branch 'origin/1.9.x' into feat-platform-db-access
...
# Conflicts:
# composer.lock
2026-05-14 06:20:03 +01:00
Prem Palanisamy
f05b55add7
test: use project API key for platform migration E2E; bump migration lock
2026-05-14 06:15:55 +01:00
Chirag Aggarwal
1ced50db1f
Merge remote-tracking branch 'origin/1.9.x' into codex/resolve-12284-conflict
...
# Conflicts:
# app/controllers/shared/api.php
2026-05-14 10:43:05 +05:30
Damodar Lohani
64b0cdaab7
Merge pull request #12303 from appwrite/chore/utopia-audit-2.3
...
chore: bump utopia-php/audit to 2.3.x
2026-05-14 10:19:46 +05:45
Damodar Lohani
bce5fe8e09
Merge branch '1.9.x' into chore/utopia-audit-2.3
2026-05-14 10:07:53 +05:45
Damodar Lohani
6116d113b8
chore: refresh utopia-php/audit to 2.3.2
...
Picks up the opt-in async cleanup setter (utopia-php/audit#117 )
needed for the deletes worker on the cloud side.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-14 04:20:27 +00:00
Chirag Aggarwal
1fb1cec1b6
Merge pull request #12299 from appwrite/chore/refactor-function-queue-publisher
...
refactor: Migrate queueForFunctions to FunctionPublisher and FunctionMessage
2026-05-14 08:56:12 +05:30
Damodar Lohani
fe5de129da
chore: bump utopia-php/audit to 2.3.x
...
Brings in cursor pagination (cursorAfter/cursorBefore) and count(max)
support for the activities/audit endpoints. Pulls utopia-php/query 0.1.x
as a new transitive dependency. utopia-php/audit 2.3.x requires PHP 8.4,
satisfied by the appwrite/base:1.4.1 runtime image used on this branch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-14 03:16:48 +00:00
Jake Barnby
10eae0ab87
fix: match transactions collection name in deletes worker
...
The DELETE_TYPE_TRANSACTION constant was 'transaction' (singular), so
the worker's inner switch on $document->getCollection() (which returns
'transactions') never matched and every transaction deletion fell to
the default branch, logging "No lazy delete operation available for
document of type: transactions". Renamed to DELETE_TYPE_TRANSACTIONS
to align with every other constant used in that switch.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-14 13:58:40 +12:00
Prem Palanisamy
e9c16a8fd3
chore(deps): bump utopia-php/migration to feat-platform-db-access
2026-05-13 16:56:09 +01:00
Prem Palanisamy
bddde5f298
Merge remote-tracking branch 'origin/1.9.x' into feat-platform-db-access
...
# Conflicts:
# app/controllers/api/migrations.php
# composer.json
# composer.lock
# src/Appwrite/Platform/Workers/Migrations.php
2026-05-13 16:36:39 +01:00
Chirag Aggarwal
85e2cf7d8b
(refactor): Migrate queueForFunctions to FunctionPublisher and FunctionMessage
2026-05-13 18:28:05 +05:30
Luke B. Silver
f6d2314e11
Merge pull request #12298 from appwrite/chore/normalize-span-keys
...
chore: normalize Span keys and centralize span lifecycle
2026-05-13 12:01:46 +01:00
loks0n
24e108fdbf
fix: use canonical project.id/user.id so trace sampler matches realtime and VCS spans
...
The sampler reads project.id from the span; realtime and VCS were storing it
under namespaced keys (realtime.project.id, vcs.github.event.repo.{id}.project.id),
causing all those spans to be dropped when _APP_TRACE_PROJECT_ID was set.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 11:03:28 +01:00
loks0n
9a016d7727
docs: tighten span tracing section in AGENTS.md
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 10:32:41 +01:00
Chirag Aggarwal
d9987dd645
Fix rate limit headers when abuse check is skipped
2026-05-13 15:00:51 +05:30
loks0n
a0c4b7695e
chore: normalize Span keys and centralize span lifecycle
...
Span attribute keys are now snake_case with dots only for child
relationships. Worker span lifecycle moved to app/worker.php; selective
trace filtering moved to the exporter sampler in app/init/span.php so
handlers only call Span::add.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 10:29:42 +01:00
Chirag Aggarwal
86df9ca14a
Merge pull request #12297 from appwrite/chore/bump-utopia-cache-2
...
Bump Utopia cache to 2.1
2026-05-13 14:20:14 +05:30
Chirag Aggarwal
476e9de2a8
Bump Utopia cache to 2.1
2026-05-13 12:49:17 +05:30
Jake Barnby
be2bb984c5
Merge pull request #12194 from appwrite/feat-insights-module
...
feat(insights): add insights module with CTA framework
2026-05-13 17:34:56 +12:00
Jake Barnby
b058eb31f4
(refactor): inline CTAs as JSON on insights collection
2026-05-13 17:10:33 +12:00
Chirag Aggarwal
1c09d93a07
Merge pull request #12295 from appwrite/codex/update-sdk-generator-cover-image
...
Update SDK generator cover image config
2026-05-13 10:31:35 +05:30
Chirag Aggarwal
31fbc64ad2
Update SDK generator cover image config
2026-05-13 10:19:54 +05:30
Luke B. Silver
35941ddc34
Merge pull request #12220 from appwrite/feat/utopia-http-resources-context
...
Migrate to utopia-php/http resources/context API
2026-05-12 23:01:29 +01:00
Matej Bačo
7421b29c45
Merge pull request #12292 from appwrite/fix-locale-tests
...
Fix: avatars tests
2026-05-12 16:53:31 +02:00
Matej Bačo
af0c41dcf5
Fix avatars tests
2026-05-12 16:08:58 +02:00
Jake Barnby
f4133609db
(fix): remove invalid index prefix lengths exceeding column size
...
The prefix length 700 exceeded the resourceId/parentResourceId column
size of 255 (Database::LENGTH_KEY), crashing the container at startup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-05-13 02:05:55 +12:00