• Joined on 2026-03-05
claude pushed to main at cameleer/cameleer-server 2026-04-01 17:37:49 +02:00
ce4abaf862 fix: infer compound node color from descendants when no own overlay state
claude pushed to main at cameleer/cameleer-server 2026-04-01 17:32:42 +02:00
40ce4a57b4 fix: only show amber on containers where gate blocked all children
claude pushed to main at cameleer/cameleer-server 2026-04-01 17:21:02 +02:00
b44ffd08be fix: color compound nodes by execution status in overlay
claude pushed to main at cameleer/cameleer-server 2026-04-01 17:14:39 +02:00
cf439248b5 feat: expose iteration/iterationSize fields for diagram overlay
claude pushed to main at cameleer/cameleer-server 2026-04-01 16:34:59 +02:00
e8f9ada1d1 fix: inject ClickHouse JdbcTemplate into stats-querying controllers
claude pushed to main at cameleer/cameleer-server 2026-04-01 16:24:26 +02:00
bc70797e31 fix: force UTC timezone in Docker runtime
claude pushed to main at cameleer/cameleer-server 2026-04-01 16:13:55 +02:00
f6123b8a7c fix: use explicit UTC formatting in ClickHouse DateTime literals
claude pushed to main at cameleer/cameleer-server 2026-04-01 12:40:56 +02:00
d739094a56 fix: update ClickHouse DDL files with new column names instead of ALTER RENAME
claude pushed to main at cameleer/cameleer-server 2026-04-01 12:33:05 +02:00
91400defe9 fix: add missing V9 (ClickHouse) and V14 (PostgreSQL) identity column rename migrations
claude pushed to main at cameleer/cameleer-server 2026-04-01 12:22:49 +02:00
909d713837 feat: rename agent identity fields for protocol v2 + add SHUTDOWN lifecycle state
claude pushed to main at cameleer/cameleer-server 2026-04-01 10:58:30 +02:00
ad8dd73596 fix: update ChunkAccumulator tests for DiagramStore constructor param
claude pushed to main at cameleer/cameleer-server 2026-04-01 10:55:33 +02:00
e50c9fa60d fix: address SonarQube reliability issues
claude pushed to main at cameleer/cameleer-server 2026-04-01 10:50:57 +02:00
d4dbfa7ae6 fix: populate diagramContentHash in chunked ingestion pipeline
59374482bc fix: replace PostgreSQL aggregate functions with ClickHouse -Merge combinators
43e187a023 fix: ChunkIngestionController ObjectMapper missing FAIL_ON_UNKNOWN_PROPERTIES
Compare 3 commits »
claude pushed to main at cameleer/cameleer-server 2026-04-01 09:44:05 +02:00
bc1c71277c fix: resolve duplicate ExecutionStore bean conflict
claude pushed to main at cameleer/cameleer-server 2026-04-01 00:12:19 +02:00
520181d241 test(clickhouse): add integration tests for execution read path and tree reconstruction
95b9dea5c4 feat(clickhouse): wire ClickHouseExecutionStore as active ExecutionStore
151b96a680 feat: seq-based tree reconstruction for ClickHouse flat processor model
0661fd995f feat(clickhouse): add read methods to ClickHouseExecutionStore
190ae2797d refactor: extend ProcessorRecord with seq/iteration fields for ClickHouse model
Compare 5 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-31 23:45:15 +02:00
968117c41a feat(clickhouse): wire Phase 4 stores with feature flags
7d7eb52afb feat(clickhouse): add ClickHouseLogStore with LogIndex interface
c73e4abf68 feat(clickhouse): add ClickHouseAgentEventRepository with integration tests
cd63d300b3 feat(clickhouse): add ClickHouseDiagramStore with integration tests
f7daadaaa9 feat(clickhouse): add DDL for route_diagrams, agent_events, and logs tables
Compare 5 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-31 23:27:12 +02:00
af080337f5 feat: comprehensive ClickHouse low-memory tuning and switch all storage to ClickHouse
claude pushed to main at cameleer/cameleer-server 2026-03-31 23:18:37 +02:00
606f81a970 fix: align server with protocol v2 chunked transport spec
claude pushed to main at cameleer/cameleer-server 2026-03-31 23:00:14 +02:00
154bce366a fix: remove references to deleted ProcessorExecution tree fields
claude pushed to main at cameleer/cameleer-server 2026-03-31 22:54:48 +02:00
a669df08bd fix(clickhouse): tune memory settings to prevent OOM on insert