documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "proof-ledger-view",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proofs/proof-ledger-view.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proofs/proof-ledger-view.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/app/core/api/proof.client.ts",
|
||||
"src/Web/StellaOps.Web/src/app/core/api/proof.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proofs/proof-ledger-view.behavior.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proofs/proof-ledger-view.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/proofs/proof-ledger-view.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/app/core/api/proof.client.ts",
|
||||
"src/Web/StellaOps.Web/src/app/core/api/proof.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proofs/proof-ledger-view.behavior.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T12:05:56.0573589Z"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "build_test",
|
||||
"capturedAtUtc": "2026-02-11T12:05:56.0573589Z",
|
||||
"commands": [
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proofs/proof-ledger-view.behavior.spec.ts",
|
||||
"result": "fail",
|
||||
"note": "Failure-first harness exposed nondeterministic hash-row ordering and missing retry action in proof-ledger API failure state."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proofs/proof-ledger-view.behavior.spec.ts",
|
||||
"result": "pass",
|
||||
"note": "After fix: hash rows are deterministically sorted and error state provides a retry path that reloads manifest/proof data."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/app/features/proofs/proof-ledger-view.component.spec.ts --include src/tests/proofs/proof-ledger-view.behavior.spec.ts",
|
||||
"result": "fail",
|
||||
"note": "Legacy colocated spec is outside current test discovery include set (Angular compile-time exclusion); tracked as non-blocking test-discovery gap for this feature run."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/proofs/proof-ledger-view.behavior.spec.ts --include src/tests/proof_chain/proof-graph-ux.behavior.spec.ts --include src/tests/proof_chain/proof-chain.component.spec.ts --include src/tests/approvals/promotion-approval-queue.behavior.spec.ts --include src/tests/approvals/approvals-inbox.component.spec.ts --include src/tests/approvals/approval-detail-page.component.spec.ts --include src/tests/policy_studio/policy-editor.error-state.spec.ts --include src/tests/policy_studio/policy-workspace.behavior.spec.ts --include src/tests/policy_governance/risk-budget-dashboard.component.spec.ts --include src/tests/policy_gates/policy-preview-panel.component.spec.ts --include src/tests/verdicts/policy-breadcrumb.component.spec.ts --include src/tests/opsmemory/playbook-suggestion-service.spec.ts --include src/tests/platform_health/platform-health-dashboard.spec.ts --include src/tests/lineage/pinned-explanations-panel.spec.ts --include src/tests/overlays/overlay-host-component.spec.ts --include src/tests/workspaces/operator-auditor-mode-toggle.spec.ts --include src/tests/quotas/operator-quota-dashboard.spec.ts --include src/tests/binary_index/patch-map.component.spec.ts",
|
||||
"result": "pass",
|
||||
"note": "Regression subset passed (18 files / 44 tests)."
|
||||
},
|
||||
{
|
||||
"cmd": "npm run build",
|
||||
"result": "pass",
|
||||
"note": "Completed with existing baseline Angular warnings and style budget warnings already tracked as non-blocking sprint risks."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T12:05:56.0573589Z"
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular proof-ledger behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T12:05:56.0573589Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify proof-ledger hash rows are rendered in deterministic order independent of API hash ordering.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proofs/proof-ledger-view.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proofs/proof-ledger-view.behavior.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify manifest API failures surface user-visible error messaging with retry action and successful recovery path.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/proofs/proof-ledger-view.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proofs/proof-ledger-view.behavior.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify proof-ledger regression coverage remains green alongside prior proof/approvals/policy workbench checks.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/tests/proofs/proof-ledger-view.behavior.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/proof_chain/proof-graph-ux.behavior.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/approvals/promotion-approval-queue.behavior.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T12:05:56.0573589Z"
|
||||
}
|
||||
Reference in New Issue
Block a user