Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
58879d5
chore(deps): bump utopia-php/query to 0.3.x (dev-branch pin)
lohanidamodar May 17, 2026
b317a62
refactor(query): re-expose TYPE_* constants on Audit\Query for 0.3.x
lohanidamodar May 17, 2026
4261177
chore(deps): bump phpstan to ^2.0 for PHP 8.4 query lib
lohanidamodar May 17, 2026
f36040e
refactor(adapters): unwrap Method enum to string at getMethod() call …
lohanidamodar May 17, 2026
947ae8b
chore: silence PHPStan 2.x diagnostics unrelated to the migration
lohanidamodar May 17, 2026
5b403f4
refactor(clickhouse): use Schema\ClickHouse for setup() DDL
lohanidamodar May 17, 2026
de0fa3b
refactor(clickhouse): use Builder INSERT FORMAT JSONEachRow for creat…
lohanidamodar May 17, 2026
0c22e07
refactor(clickhouse): use Builder DELETE + SETTINGS for cleanup()
lohanidamodar May 17, 2026
f74231d
refactor(clickhouse): use Builder for find/count/getById SQL shape
lohanidamodar May 17, 2026
07bb282
test(clickhouse): add SQL snapshot tests for migrated builder paths
lohanidamodar May 17, 2026
5f7981f
refactor(clickhouse): register typed bindings on Builder\ClickHouse
lohanidamodar May 17, 2026
3d02fe6
refactor(clickhouse): migrate find/count/getById reads to builder fil…
lohanidamodar May 17, 2026
2724055
fix(clickhouse): use lightweight DELETE FROM for cleanup() (default)
lohanidamodar May 17, 2026
622b30e
test(clickhouse): update snapshots for typed reads and lightweight DE…
lohanidamodar May 17, 2026
e22ca38
chore(ci): bump test image to PHP 8.4 to match composer.json requirement
lohanidamodar May 17, 2026
754dc9f
fix(clickhouse): restore is_array() guard on parseJsonResults rows
lohanidamodar May 18, 2026
75c48f5
test(clickhouse): pin NOT IN snapshot for notContains multi-value
lohanidamodar May 18, 2026
9776c7a
Merge branch 'main' into feat/utopia-query-0.3.x
lohanidamodar May 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY composer.json /src/
RUN composer install --ignore-platform-reqs --optimize-autoloader \
--no-plugins --no-scripts --prefer-dist

FROM php:8.3.3-cli-alpine3.19 AS final
FROM php:8.4.21-cli-alpine3.23 AS final

LABEL maintainer="team@appwrite.io"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"php": ">=8.4",
"utopia-php/database": "5.*",
"utopia-php/fetch": "^1.1",
"utopia-php/query": "0.1.*",
"utopia-php/query": "dev-feat/clickhouse-insert-delete-settings-mv as 0.3.2",
"utopia-php/validators": "0.2.*"
},
"require-dev": {
"phpunit/phpunit": "9.*",
"phpstan/phpstan": "1.*",
"phpstan/phpstan": "^2.0",
"laravel/pint": "1.*"
},
"config": {
Expand Down
40 changes: 26 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading