2.2 KiB
2.2 KiB
A/B Deploy Diff Panel
Module
Web
Status
VERIFIED
Description
Deploy diff UI provides deterministic A/B SBOM comparison with policy-hit context, loading/error states, and inline release action controls.
Implementation Details
- Feature directory:
src/Web/StellaOps.Web/src/app/features/deploy-diff/ - Route module:
src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts - Core files:
src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.tssrc/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.tssrc/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts
- Focused tests:
src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts
Follow-up Notes
- Primary shell route map now mounts
/deploy/diffviasrc/Web/StellaOps.Web/src/app/app.routes.ts, enabling strict end-user Tier 2 replay.
Verification
- Date: 2026-02-10
- Run artifacts:
docs/qa/feature-checks/runs/web/a-b-deploy-diff-panel/run-001/ - Tier results:
tier0-source-check.json: passtier1-build-check.json: passtier2-e2e-check.json: pass
Recheck (run-003)
- Date (UTC): 2026-02-10
- Status: VERIFIED (replayed)
- Tier 1 evidence: Angular build passed and checked-web suite passed 145/145.
- Tier 2 evidence: docs/qa/feature-checks/runs/web/a-b-deploy-diff-panel/run-003/tier2-e2e-check.json.
Recheck (run-004)
- Date (UTC): 2026-02-10
- Status: VERIFIED (replayed)
- Tier 1 evidence: Angular build passed and checked-web suite passed 145/145 across 47 files.
- Tier 2 evidence: docs/qa/feature-checks/runs/web/a-b-deploy-diff-panel/run-004/tier2-e2e-check.json.
Recheck (run-006)
- Date (UTC): 2026-02-11T07:13:55Z
- Status: VERIFIED (strict Tier 2 UI replay)
- Tier 1 evidence:
docs/qa/feature-checks/runs/web/a-b-deploy-diff-panel/run-006/tier1-build-check.json - Tier 2 evidence:
docs/qa/feature-checks/runs/web/a-b-deploy-diff-panel/run-006/tier2-ui-check.json - Notes: Playwright now covers positive deploy-diff rendering plus missing-parameter and API-error user paths; route is mounted in the primary shell map.