documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type": "source_verification",
|
||||
"capturedAtUtc": "2026-02-11T19:45:14.4905634Z",
|
||||
"feature": "vex-decision-modal",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/core/api/vex-decisions.client.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/triage/vex-decision-modal.behavior.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/core/api/vex-decisions.client.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/triage/vex-decision-modal.behavior.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"symbolChecks": [
|
||||
{
|
||||
"found": true,
|
||||
"path": "src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.ts",
|
||||
"symbol": "private mergeEvidenceRefs(refs: readonly VexEvidenceRef[]): readonly VexEvidenceRef[]"
|
||||
},
|
||||
{
|
||||
"found": true,
|
||||
"path": "src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.ts",
|
||||
"symbol": "save(): void"
|
||||
},
|
||||
{
|
||||
"found": true,
|
||||
"path": "src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.html",
|
||||
"symbol": "VEX Decision"
|
||||
},
|
||||
{
|
||||
"found": true,
|
||||
"path": "src/Web/StellaOps.Web/src/tests/triage/vex-decision-modal.behavior.spec.ts",
|
||||
"symbol": "describe(\u0027vex-decision-modal behavior\u0027"
|
||||
}
|
||||
],
|
||||
"notes": [
|
||||
"Feature dossier is triage-workspace broad; Tier 0 narrowed verification to the modal-specific implementation and behavior harness paths.",
|
||||
"Added supported src/tests/** behavior harness for deterministic modal prefill, evidence dedupe/sort, save ordering, and error/close semantics.",
|
||||
"Updated modal evidence merge logic to deduplicate by type+url and normalize title values for stable deterministic rendering/tracking."
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T19:45:14.4905634Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "build_test",
|
||||
"capturedAtUtc": "2026-02-11T19:45:14.4905634Z",
|
||||
"commands": [
|
||||
{
|
||||
"cmd": "npm run test -- --include src/tests/triage/vex-decision-modal.behavior.spec.ts --no-progress",
|
||||
"result": "pass",
|
||||
"note": "Focused vex-decision-modal behavior spec passed (1 file / 4 tests)."
|
||||
},
|
||||
{
|
||||
"cmd": "npm run test -- --include src/tests/triage/vex-decision-modal.behavior.spec.ts --include src/tests/vex_studio/vex-conflict-studio.behavior.spec.ts --include src/tests/verdicts/verdict-why-summary-bullets-component.behavior.spec.ts --include src/tests/verdicts/verdict-replay-controls-ui.behavior.spec.ts --include src/tests/verdicts/verdict-detail-panel-ui.behavior.spec.ts --include src/tests/verdicts/verdict-chip-status-display.behavior.spec.ts --include src/tests/unknowns/unknowns-grey-queue-panel.behavior.spec.ts --include src/tests/triage/unified-triage-canvas-with-rich-evidence.behavior.spec.ts --include src/tests/settings/unified-settings-page.behavior.spec.ts --include src/tests/audit_log/unified-audit-log-viewer.behavior.spec.ts --include src/tests/vulnerabilities/ui-driven-vulnerability-annotation-and-state-management.behavior.spec.ts --include src/tests/trust_admin/trust-scoring-dashboard-ui.behavior.spec.ts --include src/tests/vulnerabilities/trust-algebra-panel-angular-components.behavior.spec.ts --include src/tests/triage/triage-workspace-with-proof-tree.behavior.spec.ts --include src/tests/triage/triage-queue-for-high-impact-unknowns.behavior.spec.ts --include src/tests/triage/triage-inbox-angular-component.behavior.spec.ts --include src/tests/runs/firstsignalcard-component.component.spec.ts --include src/tests/compare/three-pane-layout.behavior.spec.ts --include src/tests/export_center/stellabundle-export-button-component.behavior.spec.ts --include src/tests/snapshot/snapshot-merge-preview-with-k4-lattice-visualization-and-determinism-verificatio.behavior.spec.ts --include src/tests/compare/smart-diff-ui-components.behavior.spec.ts --include src/tests/slo_monitoring/slo-burn-rate-monitoring-ui.behavior.spec.ts --include src/tests/triage/signed-vex-override-badge.behavior.spec.ts --include src/tests/setup_wizard/setup-wizard-live-api-wiring.behavior.spec.ts --include src/tests/security/secret-detection-ui.behavior.spec.ts --include src/tests/security/secret-detection-revelation-policy-ui.behavior.spec.ts --include src/tests/scores/score-ui-display-enhancement.behavior.spec.ts --include src/tests/scores/score-comparison-view.behavior.spec.ts --include src/tests/scheduler_ops/scheduler-orchestrator-ops-ui.behavior.spec.ts --include src/tests/scanner_ops/scanner-ops-settings-ui.behavior.spec.ts --include src/tests/sbom_sources/sbom-sources-manager-ui.behavior.spec.ts --include src/tests/sbom_diff/sbom-diff-side-by-side-panel.behavior.spec.ts --include src/tests/analytics/sbom-analytics-console-ui.behavior.spec.ts --include src/tests/export_center/sarif-download-from-export-center.behavior.spec.ts --include src/tests/compare/role-based-views.behavior.spec.ts --no-progress",
|
||||
"result": "pass",
|
||||
"note": "Focused regression include suite passed (35 files / 159 tests)."
|
||||
},
|
||||
{
|
||||
"cmd": "npm run build",
|
||||
"result": "pass",
|
||||
"note": "Web build completed with known baseline Angular diagnostics, budgets, and CommonJS warnings only."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T19:45:14.4905634Z"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular VEX decision modal behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T19:45:14.4905634Z",
|
||||
"steps": [
|
||||
{
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/triage/vex-decision-modal.behavior.spec.ts"
|
||||
],
|
||||
"description": "Verify existing decision prefill initializes modal status/justification/text and deterministic scope preview ordering.",
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/triage/vex-decision-modal.behavior.spec.ts"
|
||||
],
|
||||
"description": "Verify manual and attestation evidence refs are deduplicated and deterministically sorted by type:url.",
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/triage/vex-decision-modal.component.html",
|
||||
"src/Web/StellaOps.Web/src/tests/triage/vex-decision-modal.behavior.spec.ts"
|
||||
],
|
||||
"description": "Verify save flow sorts vulnerability IDs deterministically and emits ordered saved decisions, while close is blocked during loading and backend errors surface.",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T19:45:14.4905634Z"
|
||||
}
|
||||
Reference in New Issue
Block a user