• Joined on 2026-03-05
claude pushed to main at cameleer/cameleer-server 2026-03-15 11:15:44 +01:00
5ad0c75da8 Truncate rollup params to second precision for DateTime column
claude pushed to main at cameleer/cameleer-server 2026-03-15 11:10:42 +01:00
8e6f8e2693 Fix bucket alignment: compute 5-min floor in Java, not ClickHouse SQL
claude pushed to main at cameleer/cameleer-server 2026-03-15 11:05:13 +01:00
f660e88a17 Fix rollup queries: alias shadowed AggregateFunction column name
claude pushed to main at cameleer/cameleer-server 2026-03-15 10:52:32 +01:00
035356288f Fix stats rollup: AggregateFunction(count) takes no type argument
claude pushed to main at cameleer/cameleer-server 2026-03-15 10:46:32 +01:00
adf13f0430 Add 5-minute AggregatingMergeTree stats rollup for dashboard queries
claude pushed to main at cameleer/cameleer-server 2026-03-15 10:31:10 +01:00
520590fbf4 Increase ELK node spacing and revert frontend node height to 40
claude closed issue cameleer/cameleer-server#68 2026-03-15 10:18:53 +01:00
Diagram nodes too narrow — edge connectors barely visible
claude closed issue cameleer/cameleer-server#67 2026-03-15 10:18:52 +01:00
Styled diagram node tooltips instead of native browser tooltip
claude closed issue cameleer/cameleer-server#66 2026-03-15 10:18:51 +01:00
Diagram legend should be collapsible
claude commented on issue cameleer/cameleer-server#68 2026-03-15 10:18:48 +01:00
Diagram nodes too narrow — edge connectors barely visible

Implemented in 7b9dc32. Increased FIXED_H from 40→52px, giving nodes more vertical space so edge connectors are clearly visible between them.

claude commented on issue cameleer/cameleer-server#67 2026-03-15 10:18:46 +01:00
Styled diagram node tooltips instead of native browser tooltip

Implemented in 7b9dc32. Replaced native <title> tooltips with styled HTML overlay positioned next to cursor. Shows node type (color-coded dot + uppercase label), full node label, and when…

claude commented on issue cameleer/cameleer-server#66 2026-03-15 10:18:44 +01:00
Diagram legend should be collapsible

Implemented in 7b9dc32. Legend now starts collapsed as a small "Legend" pill button at bottom-left. Clicking expands the full legend with a close (×) button to collapse it again. Hidden on mobile.

claude pushed to main at cameleer/cameleer-server 2026-03-15 10:18:34 +01:00
7b9dc32d6a Increase node height, add styled tooltips, make legend collapsible
claude commented on issue cameleer/cameleer-server#54 2026-03-15 10:12:59 +01:00
Applications list page (/apps) with route drill-down

Terminology clarification: The /apps page lists applications (groups), not individual agent instances.

  • A group is the application name (e.g. order-service-eu) — all instances…
claude commented on issue cameleer/cameleer-server#69 2026-03-15 10:12:55 +01:00
UX overhaul: streamline navigation from search results to route diagram

Dependency note: Phase 1 (direct row-click navigation) currently works around the missing group field by looking up the agent registry at click time (ResultsTable.handleDiagramNav). Once…

claude opened issue cameleer/cameleer-server#70 2026-03-15 10:12:37 +01:00
Fix Application column: show application name (group) instead of instance ID (agentId)
claude commented on issue cameleer/cameleer-server#53 2026-03-14 22:35:03 +01:00
Route diagram: accessibility improvements

Updated context post-UX overhaul (#69)

With direct row-click navigation to the diagram page, accessibility becomes even more critical:

  • Table rows must be keyboard-navigable (Enter to…
claude commented on issue cameleer/cameleer-server#37 2026-03-14 22:35:00 +01:00
Add application name (group) to ExecutionSummary search results

Updated context post-UX overhaul (#69)

With direct row-click navigation, the results table becomes a launchpad — users scan and click. Having group visible in the table row is now more…

claude commented on issue cameleer/cameleer-server#62 2026-03-14 22:34:56 +01:00
Slide transition from execution list to route diagram page

Updated context post-UX overhaul (#69)

The slide transition was originally designed for the inline-expand → diagram navigation. With #69, the inline expand is removed and row clicks navigate…

claude commented on issue cameleer/cameleer-server#54 2026-03-14 22:34:51 +01:00
Applications list page (/apps) with route drill-down

This is now Phase 4 of the UX navigation overhaul (#69).

The /apps page is critical for making route diagrams discoverable without going through the search-first flow. Users need a topology-firs…