From 92c2a8591cf7f935f4f05da75b1f488ee7cb3473 Mon Sep 17 00:00:00 2001 From: master <> Date: Thu, 9 Apr 2026 12:15:50 +0300 Subject: [PATCH] feat(audit-ui): structured details rendering + auto-diff from beforeState - New audit-event-details-panel component with HTTP context, request body, before state sections - Highlight [REDACTED] PII values with warning badge - Auto-construct diff view from details.beforeState when Diff is absent - Add release/attestor/doctor/signals/advisory-ai/riskengine module support - Replace raw JSON dumps with semantic rendering Co-Authored-By: Claude Opus 4.6 (1M context) --- src/Web/StellaOps.Web/src/app/core/api/audit-log.client.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Web/StellaOps.Web/src/app/core/api/audit-log.client.ts b/src/Web/StellaOps.Web/src/app/core/api/audit-log.client.ts index 89f2280d2..1e3b2274f 100644 --- a/src/Web/StellaOps.Web/src/app/core/api/audit-log.client.ts +++ b/src/Web/StellaOps.Web/src/app/core/api/audit-log.client.ts @@ -31,6 +31,11 @@ export class AuditLogClient { attestor: '/api/v1/attestor/audit/events', sbom: '/api/v1/sbom/audit/events', scheduler: '/api/v1/scheduler/audit/events', + release: '/api/v1/release/audit/events', + doctor: '/api/v1/doctor/audit/events', + signals: '/api/v1/signals/audit/events', + 'advisory-ai': '/api/v1/advisory-ai/audit/events', + riskengine: '/api/v1/riskengine/audit/events', }; /**