|
All checks were successful
CI / Lint, typecheck, test (pull_request) Successful in 6m9s
CI / Build container images (pull_request) Successful in 3m5s
CI / Auth e2e pack (pull_request) Successful in 8m40s
CI / Import/export fidelity gate (pull_request) Successful in 1m2s
CD / Build and push images (push) Successful in 20s
CD / Deploy to Test (push) Successful in 14s
CD / Smoke tests against Test (push) Successful in 1m18s
CD / Promote to Int (push) Successful in 11s
CI / Lint, typecheck, test (push) Successful in 5m40s
CI / Build container images (push) Has been skipped
CI / Auth e2e pack (push) Successful in 8m10s
CI / Import/export fidelity gate (push) Successful in 57s
The 36 audit action ids become a typed union (AUDIT_EVENTS in audit-actions.ts) — an uncatalogued id is now a compile error; every existing id keeps its name. The published, versioned catalogue (docs/architecture/audit-events.md, v1.0) documents per event: trigger, severity, actor and target semantics, and every field, plus the compatibility promise (ids are never repurposed; retiring keeps the row forever) and the stable stdout field set. audit-catalogue.test.ts is the fence: it parses the document's event tables and fails when ids or severities drift from the code (negative case verified). Audit stdout lines now carry the catalogue severity as a routing hint — pino level stays 30 so transport is unaffected; no DB migration. Forwarding path documented: container stdout -> operator's collector; deliberately no application-side syslog client. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0168Ph5uBmHm8X28CSVpbpnJ |
||
|---|---|---|
| .. | ||
| admin | ||
| audit | ||
| auth | ||
| backup | ||
| comments | ||
| common | ||
| compaction | ||
| config | ||
| favorites | ||
| files | ||
| grants | ||
| health | ||
| home | ||
| i18n | ||
| import-export | ||
| inspector | ||
| labels | ||
| legal | ||
| links | ||
| mcp | ||
| members | ||
| notifications | ||
| pages | ||
| permissions | ||
| plugins | ||
| ponds | ||
| prisma | ||
| public | ||
| public-api | ||
| quotas | ||
| rate-limit | ||
| scheduler | ||
| search | ||
| settings | ||
| setup | ||
| testing | ||
| trash | ||
| users | ||
| versions | ||
| watches | ||
| app.module.ts | ||
| main.ts | ||