fogelito
5c20e8eb56
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
2026-03-04 13:57:38 +02: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 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
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
31d17fb0c3
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# app/controllers/api/messaging.php
# app/controllers/api/teams.php
# app/controllers/api/users.php
# composer.lock
# phpunit.xml
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Create.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Documents/Logs/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Collections/Logs/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/Databases/Logs/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Logs/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Logs/XList.php
# src/Appwrite/Platform/Modules/Databases/Http/TablesDB/Tables/Rows/Logs/XList.php
# src/Appwrite/Utopia/Database/Validator/Queries/Base.php
# src/Appwrite/Utopia/Response/Model/Document.php
# src/Appwrite/Utopia/Response/Model/Row.php
# tests/e2e/Services/Databases/DatabasesBase.php
# tests/e2e/Services/Databases/Legacy/DatabasesConsoleClientTest.php
# tests/e2e/Services/Databases/Legacy/DatabasesCustomServerTest.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
# tests/e2e/Services/Databases/TablesDB/DatabasesCustomServerTest.php
# tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
2026-03-02 14:47:33 +02:00
eldadfux
3b1b7bd611
Update composer.lock and enhance error logging in HTTP requests
...
- Updated versions for several dependencies in composer.lock, including utopia-php/database (5.3.3), utopia-php/detector (0.2.4), utopia-php/dns (1.6.5), utopia-php/framework (0.33.40), utopia-php/queue (0.15.6), and utopia-php/storage (1.0.1).
- Improved error logging in app/http.php and app/controllers/general.php to handle null routes gracefully, ensuring that the HTTP method and request URI are logged correctly even when the route is not defined.
2026-02-23 19:35:52 +01:00
fogelito
e3f9321462
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.json
# composer.lock
# tests/e2e/Services/Databases/Legacy/DatabasesBase.php
# tests/e2e/Services/Databases/TablesDB/DatabasesBase.php
2026-02-18 12:55:15 +02:00
loks0n and Claude Opus 4.6
f1501d139b
Rename Swoole Tables: domains -> riskyDomains, hostnames -> certifiedDomains
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 13:22:07 +00:00
loks0n and Claude Opus 4.6
b83e3ef36e
Make Swoole Tables injectable Http resources
...
Register both `domains` and `hostnames` tables as Http resources so they
can be injected via the framework instead of relying on closures or globals.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 13:15:25 +00:00
loks0n and Claude Opus 4.6
b9258df955
Replace per-worker Config cache with shared Swoole Table for hostname cert tracking
...
The hostname certificate cache was using Config::getParam/setParam which stores a plain PHP array local to each worker. This meant every worker independently hit the DB for the same hostnames. Replace with a Swoole Table shared across all workers via shared memory.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-17 12:19:53 +00:00
loks0n and Claude Opus 4.6
a44a22ce04
Update utopia-php/span to 1.1.* with pretty exporter and instrument HTTP lifecycle
...
- Add utopia-php/span 1.1.* direct dependency, bump utopia-php/dns to 1.6.*
- Create shared app/init/span.php for span storage and pretty exporter setup
- Instrument HTTP request lifecycle with spans (method, path, response code)
- Add database.setup and http.server.start spans
- Replace old Console error logs with Span::error() in general controller
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 13:56:59 +00: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
fogelito
1a3c4d7b6c
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.json
# composer.lock
2026-02-11 15:22:11 +02:00
Jake Barnby and GitHub
686a6f9474
Merge branch '1.8.x' into feat-update-base
2026-02-11 08:35:50 +00:00
fogelito
7fd25eb380
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
2026-02-11 08:56:07 +02:00
Chirag Aggarwal and GitHub
b2f4c4227e
Merge branch '1.8.x' into fix/cli-static-setresource
2026-02-11 12:10:35 +05:30
Chirag Aggarwal
99d8eefdcf
fix class issue
2026-02-10 12:41:59 +05:30
Chirag Aggarwal
2d05d608f4
Upgrade utopia-php dependencies and fix namespace changes
...
- Upgrade utopia-php/cli from 0.15 to 0.22
- Upgrade utopia-php/analytics from 0.10 to 0.15
- Upgrade utopia-php/orchestration from 0.9 to 0.19
- Use dev branches for utopia-php/framework and utopia-php/platform
- Remove utopia-php/swoole dependency (merged into framework)
- Migrate Utopia\CLI\Console to Utopia\Console across all files
- Migrate Utopia\Http to Utopia\Http\Http namespace
- Migrate Utopia\Swoole\Files to Utopia\Http\Files (now instance-based)
- Convert static CLI::setResource() calls to instance-based Dependency API
- Fix StatsResources task named parameter mismatch
2026-02-10 10:34:24 +05:30
Jake Barnby and GitHub
50193ebeeb
Merge branch '1.8.x' into feat-update-base
2026-02-09 23:31:00 +00:00
loks0n
b432918385
feat: worker executions
2026-02-09 20:20:44 +00:00
fogelito
affe208d1a
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# app/controllers/api/vcs.php
# composer.lock
2026-02-08 10:56:27 +02:00
Jake Barnby and Claude Opus 4.5
d57659c37e
Fix header handling for Swoole 6.1.6 compatibility
...
- Update utopia-php/migration to 1.5.1 (fixes duplicate header issue)
- Fix content-length header override to replace instead of append
- Single-value headers (content-length, content-type) must replace existing values
- Multi-value headers continue to use array semantics
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 01:40:59 +13:00
fogelito
d40b1707ba
Remove var_dump
2026-02-05 12:09:54 +02:00
fogelito
8600d0e64f
Remove var_dump
2026-02-05 12:04:57 +02:00
fogelito
12b7f94c1f
_APP_MIGRATION_HOST
2026-02-05 10:06:11 +02:00
Jake Barnby and GitHub
0a53c677b1
Merge branch '1.8.x' into joins2
2026-02-05 07:29:47 +00:00
fogelito
7e385fe87f
localhosts
2026-02-05 08:52:12 +02:00
fogelito
5ff31e92d7
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into localhost-endpoint
...
# Conflicts:
# composer.lock
2026-02-04 12:03:28 +02:00
Chirag Aggarwal
1eaf5d5ffa
replace app usage with http
2026-02-04 11:22:04 +05:30
fogelito
736b72164e
ci cd
2026-02-03 16:14:00 +02:00
fogelito
396b152bcf
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
2026-02-03 08:36:29 +02:00
fogelito
66babf9dae
Merge branch '1.8.x' of https://github.com/appwrite/appwrite into joins2
...
# Conflicts:
# composer.lock
2026-02-02 13:37:49 +02:00
Matej Bačo
fea4994ef0
ai review fixes
2026-01-30 21:30:00 +01:00
Matej Bačo
150c9033cc
Support arrays in domains env variables
2026-01-30 16:20:46 +01:00
Luke B. Silver and GitHub
7bf02811f2
Merge pull request #11198 from appwrite/refactor-remove-magic-class-strings
...
refactor: remove magic class strings
2026-01-28 16:56:31 +00:00
loks0n
cb66e50612
refactor: remove magic class strings
2026-01-27 11:58:34 +00:00
Matej Bačo
e5ed7c835a
Merge branch '1.8.x' into chore-php-types
2026-01-21 14:43:22 +01:00
fogelito
a3c6e45e92
convertSelectQueries
2026-01-21 12:37:44 +02:00
Darshan
ccaea5d010
add: constant.
2026-01-16 16:11:38 +05:30
Darshan
79e150b7b2
fix: type.
2026-01-16 16:00:59 +05:30
Darshan
0ef4bf21cc
address comments.
2026-01-16 15:48:21 +05:30
Darshan
c67b77bca0
update: implement proper logs cleanup!
2026-01-16 15:06:35 +05:30
Matej Bačo
1308706023
Merge branch '1.8.x' into chore-php-types
2026-01-15 15:52:51 +01:00
Jake Barnby
2cfb5ecfd9
Reapply "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit 38687bc24e .
2026-01-15 04:08:00 +13:00
Jake Barnby
38687bc24e
Revert "Merge pull request #11130 from appwrite/feat-auth-instance"
...
This reverts commit c12cad80bb , reversing
changes made to 2a17429226 .
# Conflicts:
# composer.lock
2026-01-15 03:48:42 +13:00
Jake Barnby
e2627d784b
Fix router param
2026-01-14 19:27:51 +13:00
Jake Barnby
5c915ef92f
Reapply "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit 321fc8ee70 .
2026-01-14 19:07:49 +13:00
Jake Barnby
321fc8ee70
Revert "Merge pull request #11099 from appwrite/feat-auth-instance"
...
This reverts commit a4734a5de7 , reversing
changes made to 15922fb88c .
# Conflicts:
# composer.lock
2026-01-14 02:37:17 +13:00
Matej Bačo
3d4b29e0f1
Merge branch '1.8.x' into chore-php-types
2026-01-10 16:42:38 +01:00