• Joined on 2026-03-05
claude commented on issue cameleer/cameleer#18 2026-04-03 18:46:01 +02:00
Incomplete Execution Tracking (INCOMPLETE status)

Closing — the behavior described here is covered by two existing mechanisms:

  1. ABANDONED eviction: Background ScheduledExecutorService (every 60s) detects exchanges with no activity…
claude commented on issue cameleer/cameleer#8 2026-04-03 18:45:51 +02:00
Tracing Levels & Log Modes (per-route NONE/STRUCTURE/FULL)

Closing — the core requirements are covered by the current design, which evolved differently but provides equivalent or better control:

  • Global engine levels: NONE / MINIMAL / REGULAR /…
claude pushed to main at cameleer/design-system 2026-04-03 18:30:20 +02:00
58320b9762 fix(topbar): rename refresh toggle labels from LIVE/PAUSED to AUTO/MANUAL
claude commented on issue cameleer/cameleer-server#90 2026-04-03 18:19:12 +02:00
Backend gaps: missing data for full UI mock parity

Status update (2026-04-03):

Completed

  • Item 5 — Log streaming: POST /api/v1/data/logs endpoint + ClickHouse logs table implemented
  • Item 6 — group→application rename:…
claude commented on issue cameleer/cameleer-server#65 2026-04-03 18:19:04 +02:00
Route page stats: format durations and latencies to user locale

Closing as stale — referenced files (RouteHeader.tsx, PerformanceTab.tsx) no longer exist after route pages were rewritten. Locale formatting consistency is tracked more broadly in #110.

claude closed issue cameleer/cameleer-server#65 2026-04-03 18:19:04 +02:00
Route page stats: format durations and latencies to user locale
claude closed issue cameleer/cameleer-server#108 2026-04-03 18:19:01 +02:00
[P2] Sidebar consolidation & tab-awareness
claude commented on issue cameleer/cameleer-server#108 2026-04-03 18:19:00 +02:00
[P2] Sidebar consolidation & tab-awareness

Resolved by the composable sidebar migration (2026-04-02). Implemented:

  • Unified tree with collapsible sections (localStorage-backed)
  • Tab-aware accordion (admin section expands/collapses based…
claude pushed to main at cameleer/cameleer 2026-04-03 18:13:30 +02:00
f150d7394c fix: promote async sub-exchanges to independent on bootstrap (#76)
claude opened issue cameleer/cameleer#76 2026-04-03 18:12:57 +02:00
Unified exchange lifecycle model for async sub-exchanges
claude pushed to main at cameleer/cameleer-server 2026-04-03 17:59:01 +02:00
e1cb9d7872 fix: extract snapshot data from chunks, reduce ClickHouse log noise
claude pushed to main at cameleer/cameleer 2026-04-03 17:51:18 +02:00
48be5114fd docs: fix PROTOCOL.md stale documentation for exchange snapshots
claude closed issue cameleer/cameleer-server#121 2026-04-03 17:18:46 +02:00
Derive Ed25519 signing key from JWT secret instead of storing in DB
claude pushed to main at cameleer/cameleer-server 2026-04-03 17:18:46 +02:00
a9ec424d52 fix: derive Ed25519 signing key from JWT secret, no DB storage
claude opened issue cameleer/cameleer-server#121 2026-04-03 17:15:38 +02:00
Derive Ed25519 signing key from JWT secret instead of storing in DB
claude pushed to main at cameleer/cameleer-server 2026-04-03 17:13:43 +02:00
81f13396a0 fix: persist Ed25519 signing key to survive server restarts
claude pushed to main at cameleer/cameleer 2026-04-03 17:07:19 +02:00
5a72e8c67b docs: update extension lifecycle to CamelContextCustomizer
claude pushed to main at cameleer/cameleer 2026-04-03 17:04:46 +02:00
dbbaa500d1 fix: use CamelContextCustomizer for hook installation instead of CDI events
claude pushed to main at cameleer/cameleer-server 2026-04-03 17:03:57 +02:00
670e458376 fix: update ITs to use consolidated init.sql, remove dead code
claude pushed to main at cameleer/cameleer-server 2026-04-03 15:24:56 +02:00
d4327af6a4 refactor: consolidate ClickHouse schema into single init.sql, cache diagrams