hsiegeln
2b111c603c
feat: migrate UI to @cameleer/design-system, add backend endpoints
...
CI / build (push) Failing after 47s
CI / cleanup-branch (push) Has been skipped
CI / docker (push) Has been skipped
CI / deploy (push) Has been skipped
CI / deploy-feature (push) Has been skipped
Backend:
- Add agent_events table (V5) and lifecycle event recording
- Add route catalog endpoint (GET /routes/catalog)
- Add route metrics endpoint (GET /routes/metrics)
- Add agent events endpoint (GET /agents/events-log)
- Enrich AgentInstanceResponse with tps, errorRate, activeRoutes, uptimeSeconds
- Add TimescaleDB retention/compression policies (V6)
Frontend:
- Replace custom Mission Control UI with @cameleer/design-system components
- Rebuild all pages: Dashboard, ExchangeDetail, RoutesMetrics, AgentHealth,
AgentInstance, RBAC, AuditLog, OIDC, DatabaseAdmin, OpenSearchAdmin, Swagger
- New LayoutShell with design system AppShell, Sidebar, TopBar, CommandPalette
- Consume design system from Gitea npm registry (@cameleer/design-system@0.0.1)
- Add .npmrc for scoped registry, update Dockerfile with REGISTRY_TOKEN arg
CI:
- Pass REGISTRY_TOKEN build-arg to UI Docker build step
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 17:38:39 +01:00
hsiegeln
a108b57591
Fix route diagram open issues: bugs, visual polish, interactive features
...
CI / build (push) Successful in 1m12s
CI / deploy (push) Has been cancelled
CI / docker (push) Has been cancelled
Batch 1 — Bug fixes:
- #51 : Pass group+routeId to stats/timeseries API for route-scoped data
- #55 : Propagate processor FAILED status to diagram error node highlighting
Batch 2 — Visual polish:
- #56 : Brighter canvas background with amber/cyan radial gradients
- #57 : Stronger glow filters (stdDeviation 3→6, opacity 0.4→0.6)
- #58 : Uniform 200×40px leaf nodes with label truncation at 22 chars
- #59 : Diagram legend (node types, edge types, overlay indicators)
- #64 : SVG <title> tooltips on all nodes showing type, status, duration
Batch 3 — Interactive features:
- #60 : Draggable minimap viewport (click-to-center, drag-to-pan)
- #62 : CSS View Transitions slide animation, back arrow, Backspace key
Batch 4 — Advanced features:
- #50 : Execution picker dropdown scoped to group+routeId
- #49 : Iteration count badge (×N) on compound nodes
- #63 : Route header stats (Executions Today, Success Rate, Avg, P99)
Closes #49 #50 #51 #55 #56 #57 #58 #59 #60 #62 #63 #64
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-14 22:14:23 +01:00
hsiegeln
7778793e7b
Add route diagram page with execution overlay and group-aware APIs
...
CI / build (push) Successful in 1m10s
CI / docker (push) Successful in 1m3s
CI / deploy (push) Successful in 31s
Backend: Add group filtering to agent list, search, stats, and timeseries
endpoints. Add diagram lookup by group+routeId. Resolve application group
to agent IDs server-side for ClickHouse IN-clause queries.
Frontend: New route detail page at /apps/{group}/routes/{routeId} with
three tabs (Diagram, Performance, Processor Tree). SVG diagram rendering
with panzoom, execution overlay (glow effects, duration/sequence badges,
flow particles, minimap), and processor detail panel. uPlot charts for
performance tab replacing old SVG sparklines. Ctrl+Click from
ExecutionExplorer navigates to route diagram with overlay.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-14 21:35:42 +01:00