[FEAT]: history tracking feature - #392
Merged
Merged
Conversation
LLEGIT
force-pushed
the
feat/ISSUE-19/history-tracking-audit-reports
branch
from
May 26, 2026 09:40
54329bd to
62be458
Compare
Contributor
Author
LLEGIT
force-pushed
the
feat/ISSUE-19/history-tracking-audit-reports
branch
from
May 26, 2026 14:35
9eab156 to
abaa785
Compare
LLEGIT
force-pushed
the
feat/ISSUE-19/history-tracking-audit-reports
branch
from
June 30, 2026 06:37
686b97e to
feca59c
Compare
- pass auditRunId through the 3 auditor controllers to their managers (was silently dropped, breaking audit-run attachment) - add the 7 missing @Query/@mutation delegates to ApplicationResolver (audit history API was declared in SDL but had no NestJS resolver) - replace the Express /trigger-audit graft with a TriggerAuditController + TriggerAuditManager (fire-and-forget IIFE isolated as BullMQ seam)
Resolve the pre-existing strict-tsc baseline so `nx run-many --target=build:tsc` passes for all 9 projects. core-logic (root causes, cascade fixes): - getApplicationDetailsInfoByParams returns ApplicationType (was raw Prisma row) - forkWorker workerData typed as WorkerOptions['workerData'] (was WorkerOptions) - completeAuditRun errorMessage uses undefined instead of null - ServerConfigType gains optional mainAnalyzerApiPath - ServerUtils test mock typed for both http/https Server apps: - main-analyzer: null/number guards, ModuleType casts on JSON module spreads - static: explicit halstead aggregate init, null guard on coupling reports - dynamic: LighthouseAuditConfigType link/lightHouseConfig fields, null guards, isAuditFailed accepts undefined - bff: guard mainAnalyzerApiPath before fetch ui-kit: - drop broken `&& vite build` from build:tsc (no vite.config/index.html; consumed from src, bundle unused). build:vite remains for later wiring.
LLEGIT
force-pushed
the
feat/ISSUE-19/history-tracking-audit-reports
branch
from
June 30, 2026 16:11
877062d to
bd5282e
Compare
padupuy
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #19