ArnabChatterjee20k
681d930da3
renamed vectordb to vectordb
2026-03-09 13:51:48 +05:30
ArnabChatterjee20k
f102419d7c
updated format
2026-03-05 14:03:17 +05:30
ArnabChatterjee20k
a863ac773a
updated index specs
2026-03-05 13:30:54 +05:30
ArnabChatterjee20k
26e92c6a8a
Merge remote-tracking branch 'origin/1.8.x' into sync-mongodb
2026-03-05 12:32:19 +05:30
ArnabChatterjee20k
9f5172c1e9
updated migration
2026-03-05 12:30:30 +05:30
premtsd-code
cf9637288c
Merge pull request #11443 from appwrite/bump-migration-1.6.3
...
chore: bump utopia-php/migration to 1.6.3
2026-03-05 06:59:08 +00:00
ArnabChatterjee20k
519ade1e51
updated realtime to include break
2026-03-05 12:22:45 +05:30
ArnabChatterjee20k
356cd0287c
updated index types on vectordb
...
* merged all indexes together on the vectordb route so that the indexes on the sdk generator doesn't get overriden and fallback to the database adapter to know index is correct or not
2026-03-05 12:21:46 +05:30
ArnabChatterjee20k
e84a26be76
Merge remote-tracking branch 'origin/1.8.x' into sync-mongodb
2026-03-05 12:11:44 +05:30
Prem Palanisamy
d1ffa5daf3
chore: bump utopia-php/migration to 1.6.3
2026-03-04 22:42:55 +00:00
Matej Bačo
4574385b31
Merge pull request #11447 from appwrite/revert-10862-feat-1.8.x-new-schema
...
Revert "Features with schema changes"
2026-03-04 14:31:22 +01:00
Matej Bačo
f8b31e7db7
Revert "Features with schema changes"
2026-03-04 14:31:05 +01:00
Matej Bačo
cf16e3e2a3
Merge pull request #10862 from appwrite/feat-1.8.x-new-schema
...
Features with schema changes
2026-03-04 14:29:48 +01:00
Matej Bačo
ff0f132984
Fix build
2026-03-04 14:20:48 +01:00
Matej Bačo
63756ddf1d
Merge branch 'main' into feat-1.8.x-new-schema
2026-03-04 14:13:06 +01:00
Matej Bačo
1f5fd919c9
Merge branch '1.8.x' into feat-1.8.x-new-schema
2026-03-04 14:13:01 +01:00
Luke B. Silver
718d3377b0
Merge pull request #11445 from appwrite/fix/publisher
...
fix: stats publisher
2026-03-04 11:43:10 +00:00
loks0n
c81029d8aa
fix: stats publisher
2026-03-04 11:17:50 +00:00
Shmuel Fogel
0291f8f943
Merge pull request #11436 from appwrite/executions-collection-index
...
Executions collection index functionInternalId
2026-03-04 11:14:24 +02:00
fogelito
da30142b4d
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into executions-collection-index
2026-03-04 10:29:20 +02:00
fogelito
f5047afec9
Remove index
2026-03-04 10:28:56 +02:00
Jake Barnby
fdd3a58d81
Merge pull request #11440 from appwrite/perf/realtime-tests
2026-03-04 14:19:32 +13:00
loks0n and Claude Sonnet 4.5
cf7710b580
perf: reduce WebSocket timeout in realtime tests from 45s to 2s
...
Realtime E2E tests were taking 24+ minutes due to intentional timeout waits. Many tests verify event filtering by expecting a TimeoutException, and each was waiting 45 seconds.
Changes:
- Reduce default WebSocket timeout from 45s to 2s in RealtimeBase
- Add optional timeout parameter to getWebsocket() methods
- Use longer timeouts (5-10s) for tests that legitimately wait for slow operations (function executions, test channel events)
- Use named parameters for improved readability
Performance impact:
- Before: 24:07 minutes (1,447 seconds)
- After: 1:09 minutes (69 seconds)
- Speedup: ~21x faster
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-03 22:47:28 +00:00
Luke B. Silver
ccaaffed48
Merge pull request #11316 from appwrite/refactor-log-emitter
...
refactor: log emitter
2026-03-03 22:04:44 +00:00
loks0n and Claude Sonnet 4.5
c073743989
fix: lint - order imports in general controller
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-03 20:11:34 +00:00
loks0n and Claude Sonnet 4.5
a0854e0591
refactor: make Bus dispatch synchronous
...
Remove async coroutine wrapper from event dispatch to simplify execution model and improve trace hierarchy. Listeners now execute synchronously in the caller's context, with dependency resolution inlined.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-03 20:06:06 +00:00
loks0n and Claude Opus 4.6
20f248a6ae
refactor: consolidate SiteRequestCompleted into RequestCompleted with optional deployment
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 19:36:48 +00:00
loks0n and Claude Opus 4.6
c171e0c3a2
refactor: add bus.event span attribute to listener invocations
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 19:36:48 +00:00
loks0n and Claude Opus 4.6
2081c4c42c
refactor: replace bandwidth queueForStatsUsage with Bus events
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 19:36:48 +00:00
loks0n and Claude Opus 4.6
b45ff6b646
refactor: replace queueForExecutions with Bus event bus
...
Introduce a generic event bus (Utopia\Bus) with typed events, listener
base class, Span instrumentation, and coroutine dispatch. Replace all
direct queueForExecutions and inline execution usage calls with
ExecutionCompleted event and dedicated listeners (Log, Usage).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-03 19:36:48 +00:00
fogelito
5999db295d
Message
2026-03-03 15:44:20 +02:00
fogelito
b6b44efdab
Revert length
2026-03-03 13:58:00 +02:00
fogelito
f4125b8859
Remove length
2026-03-03 13:35:23 +02:00
fogelito
1ccd61ece5
functionInternalId
2026-03-03 12:15:21 +02:00
Hemachandar
598c71fb11
Move VCS events APIs to Modules ( #11403 )
...
* Move VCS events APIs to Modules
* trait
* lint
* fix external flow
* fix overriden vars
* feedback
2026-03-03 00:15:09 +05:30
Chirag Aggarwal
40fc4edb25
Merge pull request #11433 from appwrite/update-sdk-diff-check
...
chore: improve sdk diff check
2026-03-02 23:43:50 +05:30
Chirag Aggarwal
feedd0eb4a
improve prompt
2026-03-02 23:30:47 +05:30
Chirag Aggarwal
f41c19ed3e
improve prompt
2026-03-02 23:26:48 +05:30
Chirag Aggarwal
94bd9661b3
change
2026-03-02 23:24:48 +05:30
Chirag Aggarwal
e31843be4b
change
2026-03-02 23:20:29 +05:30
Chirag Aggarwal
e7424e70aa
chore: improve sdk diff check
2026-03-02 23:14:08 +05:30
Jake Barnby
5dadb9a998
Merge pull request #11430 from appwrite/realtime-tablesdb-prefix
2026-03-02 23:52:02 +13:00
Hemachandar
164c372b21
Per-project permissions for installations ( #11423 )
...
* Per-project permissions for installations
* lint
2026-03-02 16:10:58 +05:30
Hemachandar
cb260fa3d8
Add authorized field to VCS repository model ( #11420 )
...
* Add authorized field to VCS repository model
* use new API
2026-03-02 15:48:08 +05:30
ArnabChatterjee20k
05a2f56945
updated tests
2026-03-02 14:27:54 +05:30
ArnabChatterjee20k
82a5d138e0
refactor: enhance event handling by ensuring unique events and improving channel merging in Realtime adapter
2026-03-02 14:22:44 +05:30
ArnabChatterjee20k
3d4f37c482
refactor: improve channel handling for Realtime events and update tests for TablesDB compatibility
2026-03-02 14:12:13 +05:30
ArnabChatterjee20k
d6c8aeee2a
Merge remote-tracking branch 'origin/1.8.x' into sync-mongodb
2026-03-02 12:49:01 +05:30
Jake Barnby
b03ad6d523
Merge pull request #11392 from appwrite/migration-resource-enum-fix
2026-03-02 20:09:05 +13:00
ArnabChatterjee20k
8c3f11b3d5
updated tests
2026-03-02 12:25:40 +05:30