documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "control-plane-dashboard",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/control-plane/control-plane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/control-plane/control-plane-dashboard.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/control-plane/control-plane.store.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/control_plane/control-plane-dashboard.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/control-plane/control-plane.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/control-plane/control-plane-dashboard.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/control-plane/control-plane.store.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/control_plane/control-plane-dashboard.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:56:26Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/control_plane/control-plane-dashboard.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": [
|
||||
"Control-plane dashboard route remains mounted as the root landing path and loads dashboard component lazily.",
|
||||
"Dashboard component sorts pipeline environments deterministically and renders pending-approval, active-deployment, and recent-release surfaces.",
|
||||
"Focused tests verify sorted pipeline rendering, empty-state behavior, and API-error fallback with retry surface."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:56:26Z"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"steps": [
|
||||
{
|
||||
"evidence": "src/tests/control_plane/control-plane-dashboard.component.spec.ts",
|
||||
"description": "Verify control-plane landing dashboard rendering for sorted pipeline, empty-state, and error-state flows.",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:56:26Z"
|
||||
}
|
||||
Reference in New Issue
Block a user