Ops-dashboard/app
Scrum4Me Agent b74cf3d75f feat(audit): truncate stdout/stderr to 64KB + index FlowRun(user_id, started_at desc)
- Truncate accumulated stdout/stderr to last 64KB before persisting FlowStep
  to prevent unbounded DB growth on verbose commands
- Add @@index([user_id, started_at(sort: Desc)]) to FlowRun schema so audit
  list queries (WHERE user_id = ? ORDER BY started_at DESC) use the index
- Add migration 20260513200000_flowrun_user_idx

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 18:03:06 +02:00
..
api feat(audit): truncate stdout/stderr to 64KB + index FlowRun(user_id, started_at desc) 2026-05-13 18:03:06 +02:00
audit feat(audit): add /audit list and /audit/[flow_run_id] detail pages 2026-05-13 18:00:37 +02:00
caddy feat(caddy): /caddy page with config view and cert status table 2026-05-13 17:48:51 +02:00
docker feat(docker): agent-client helper, Docker container list page 2026-05-13 17:27:35 +02:00
git feat(git): /git overview page and diff viewer 2026-05-13 17:35:11 +02:00
login feat: login page, session management, auth API routes en proxy guard 2026-05-13 17:10:07 +02:00
systemd feat(systemd): unit overview + journal viewer pages 2026-05-13 17:41:54 +02:00
favicon.ico feat: Next.js + Tailwind + shadcn/ui project skeleton 2026-05-13 16:59:21 +02:00
globals.css feat: Next.js + Tailwind + shadcn/ui project skeleton 2026-05-13 16:59:21 +02:00
layout.tsx feat: Next.js + Tailwind + shadcn/ui project skeleton 2026-05-13 16:59:21 +02:00
page.tsx feat: Next.js + Tailwind + shadcn/ui project skeleton 2026-05-13 16:59:21 +02:00