save checkpoint
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"feature": "deployment-detail-with-workflow-dag-visualization",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deployments/deployment-detail-page.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deployments/deployments.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deployments/deployment-detail-page.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/deployments/deployment-detail-page.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/deployments/deployments.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/deployments/deployment-detail-page.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:15:09Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/deployments/deployment-detail-page.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "4/4",
|
||||
"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": [
|
||||
"Deployment detail page renders workflow DAG nodes, step detail panel, artifacts table, and log panel tabs from deterministic in-component data.",
|
||||
"Workflow interactions support node selection, step-detail hydration, and completed-step summary count behavior for DAG verification.",
|
||||
"Log search match counting now escapes user-entered regex characters to prevent runtime errors for special input such as [ or *."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T23:15:09Z"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify deployment detail DAG interactions and log filtering behavior including regex-safe match counting.",
|
||||
"evidence": "src/tests/deployments/deployment-detail-page.component.spec.ts",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:15:09Z"
|
||||
}
|
||||
Reference in New Issue
Block a user