• Joined on 2026-03-05
claude pushed to main at cameleer/cameleer-server 2026-03-31 22:06:38 +02:00
af18fc4142 Merge branch 'worktree-clickhouse-phase2'
1a00eed389 fix: schema initializer skips comment-only SQL segments
Compare 2 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-31 21:52:16 +02:00
0423518f72 feat: ClickHouse Phase 3 — Stats & Analytics (materialized views)
9df00fdde0 feat(clickhouse): wire ClickHouseStatsStore with cameleer.storage.stats feature flag (default: clickhouse)
052990bb59 feat(clickhouse): add ClickHouseStatsStore with -Merge aggregate queries
eb0d26814f feat(clickhouse): add stats materialized views DDL (5 tables + 5 MVs)
Compare 4 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-31 20:02:54 +02:00
c8e6bbe059 Merge branch 'worktree-clickhouse-phase2'
a9eabe97f7 fix: wire @Primary JdbcTemplate to the @Primary DataSource bean
Compare 2 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-31 19:38:40 +02:00
e724607a66 feat: ClickHouse Phase 2 — Executions + Search (chunked transport)
07f215b0fd refactor: replace server-side DTOs with cameleer3-common ExecutionChunk and FlatProcessorRecord
38551eac9d test(clickhouse): add end-to-end chunk pipeline integration test
31f7113b3f feat(clickhouse): wire ChunkAccumulator, flush scheduler, and search feature flag
6052407c82 feat(clickhouse): add ClickHouseSearchIndex with ngram-accelerated SQL search
Compare 10 commits »
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 18:18:12 +02:00
7cf849269f fix: add @Primary PG DataSource/JdbcTemplate to prevent CH bean conflict
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 18:10:24 +02:00
b1c5cc0616 fix: cast DateTime64 to DateTime in ClickHouse TTL expression
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 18:02:55 +02:00
8eeaecf6f3 fix: remove unsupported async_insert params from ClickHouse JDBC URL
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 17:54:47 +02:00
f8505401d7 fix: ClickHouse auth credentials and non-fatal schema init
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 17:43:44 +02:00
aa5fc1b830 ci: retrigger after transient GitHub actions/cache 500 error
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 17:41:19 +02:00
c42e13932b ci: deploy ClickHouse StatefulSet in main deploy job
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 17:31:22 +02:00
59dd629b0e fix: create cameleer database on ClickHouse startup
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 17:19:36 +02:00
697c689192 fix: rename ClickHouse tests to *IT pattern for CI compatibility
claude created branch feature/clickhouse-phase1 in cameleer/cameleer-server 2026-03-31 17:12:25 +02:00
claude pushed to feature/clickhouse-phase1 at cameleer/cameleer-server 2026-03-31 17:12:25 +02:00
7a2a0ee649 test: add ClickHouse testcontainer to integration test base
1b991f99a3 deploy: add ClickHouse StatefulSet and server env vars
21991b6cf8 feat: wire MetricsStore and MetricsQueryStore with feature flag
53766aeb56 feat: add ClickHouseMetricsQueryStore with time-bucketed queries
bf0e9ea418 refactor: extract MetricsQueryStore interface from AgentMetricsController
Compare 10 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-31 15:26:44 +02:00
ebe768711b fix: Cmd-K exchange selection reads exchangeId from URL params
claude pushed to main at cameleer/cameleer-server 2026-03-31 15:08:16 +02:00
af45f93854 fix: add missing isReplay parameter to test constructors
claude pushed to main at cameleer/cameleer-server 2026-03-31 14:58:03 +02:00
da1d74309e fix: detect replay via replayExchangeId field, not just header
claude pushed to main at cameleer/cameleer-server 2026-03-31 14:40:06 +02:00
7a4d7b6915 fix: resolve 8 SonarQube reliability bugs
ab7031e6ed feat: add is_replay flag to execution pipeline and UI
Compare 2 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-30 23:26:56 +02:00
cf3cec0164 feat: show replay marker on correlated chain entries
claude pushed to main at cameleer/cameleer-server 2026-03-30 23:14:37 +02:00
79762c3f0d fix: audit replay with actual outcome, not premature SUCCESS