save checkpoint
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "a-b-deploy-diff-panel",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T21:33:20Z"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"DeployDiffPanelComponent loads deterministic SBOM diff data and renders summary/action surfaces for review.",
|
||||
"DeployDiffService uses typed diff/policy models with cache-aware fetch and explicit deploy action calls.",
|
||||
"Route/module files provide dedicated deploy-diff page wiring for A/B comparison workflow."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T21:33:20Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component/integration tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify deploy diff panel loads diff data and renders summary strip with policy failure context.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify deploy diff panel error-state rendering when API returns non-success responses.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify deploy action bar is available after successful diff load for inline release actions.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T21:33:20Z"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:33:36Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c44 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "136/136",
|
||||
"testFilesPassed": "44/44",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (44 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:33:36Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component/integration tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify deploy diff panel loads diff data and renders summary strip with policy failure context.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify deploy diff panel error-state rendering when API returns non-success responses.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify deploy action bar is available after successful diff load for inline release actions.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c44 checked-web spec files\u003e (136/136 tests passing)."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:33:36Z"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:31:04Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c44 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "135/135",
|
||||
"testFilesPassed": "44/44",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (44 files) passed and exercised all checked web feature harnesses."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:31:04Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component/integration tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify deploy diff panel loads diff data and renders summary strip with policy failure context.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify deploy diff panel error-state rendering when API returns non-success responses.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify deploy action bar is available after successful diff load for inline release actions.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c44 checked-web spec files\u003e (135/135 tests passing)."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:31:04Z"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/deploy-diff.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/pages/deploy-diff.page.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/components/deploy-diff-panel/deploy-diff-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deploy-diff/services/deploy-diff.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c47 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "145/145",
|
||||
"testFilesPassed": "47/47",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (47 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component/integration tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify deploy diff panel loads diff data and renders summary strip with policy failure context.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify deploy diff panel error-state rendering when API returns non-success responses.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Verify deploy action bar is available after successful diff load for inline release actions.",
|
||||
"result": "pass",
|
||||
"evidence": "src/tests/deploy_diff/deploy-diff-panel.component.spec.ts"
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c44 checked-web spec files\u003e (135/135 tests passing)."
|
||||
},
|
||||
{
|
||||
"description": "Replay consolidated checked-web deterministic harness suite",
|
||||
"result": "pass",
|
||||
"evidence": "npx ng test --watch=false --include \u003c47 checked-web spec files\u003e (145/145 tests passing)."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
Reference in New Issue
Block a user