save checkpoint

This commit is contained in:
master
2026-02-11 01:32:14 +02:00
parent 5593212b41
commit cf5b72974f
2316 changed files with 68799 additions and 3808 deletions

View File

@@ -0,0 +1,24 @@
{
"feature": "signals-runtime-dashboard",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/signals/signals.routes.ts",
"src/Web/StellaOps.Web/src/app/features/signals/signals-runtime-dashboard.component.ts",
"src/Web/StellaOps.Web/src/app/features/signals/services/signals-runtime-dashboard.service.ts",
"src/Web/StellaOps.Web/src/app/features/signals/models/signals-runtime-dashboard.models.ts",
"src/Web/StellaOps.Web/src/tests/signals_runtime_dashboard/signals-runtime-dashboard.component.spec.ts",
"src/Web/StellaOps.Web/src/tests/signals_runtime_dashboard/signals-runtime-dashboard.service.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/signals/signals.routes.ts",
"src/Web/StellaOps.Web/src/app/features/signals/signals-runtime-dashboard.component.ts",
"src/Web/StellaOps.Web/src/app/features/signals/services/signals-runtime-dashboard.service.ts",
"src/Web/StellaOps.Web/src/app/features/signals/models/signals-runtime-dashboard.models.ts",
"src/Web/StellaOps.Web/src/tests/signals_runtime_dashboard/signals-runtime-dashboard.component.spec.ts",
"src/Web/StellaOps.Web/src/tests/signals_runtime_dashboard/signals-runtime-dashboard.service.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T20:38:28Z"
}

View File

@@ -0,0 +1,22 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npm run build",
"buildResult": "pass",
"testCommand": "npx ng test --watch=false --include src/tests/signals_runtime_dashboard/signals-runtime-dashboard.component.spec.ts --include src/tests/signals_runtime_dashboard/signals-runtime-dashboard.service.spec.ts",
"testResult": "pass",
"testsPassed": "5/5",
"testFilesPassed": "2/2",
"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": [
"Signals dashboard route/component/service/model files present under src/app/features/signals.",
"Component test covers metric/probe rendering, refresh behavior, and error banner state.",
"Service test covers host probe aggregation and metric derivation from stats + signal payloads."
],
"checkedAtUtc": "2026-02-10T20:57:45Z"
}

View File

@@ -0,0 +1,28 @@
{
"type": "ui",
"baseUrl": "https://127.0.0.1:4400",
"route": "/ops/signals",
"screenshots": [
"screenshots/step-1-ops-signals-dashboard-loaded.png"
],
"steps": [
{
"description": "Navigate to /ops/signals and render metrics and host probes",
"result": "pass",
"evidence": "heading=\"Signals Runtime Dashboard\"; rowCount=2",
"screenshot": "screenshots/step-1-ops-signals-dashboard-loaded.png"
},
{
"description": "Verify refresh action keeps deterministic probe table output",
"result": "pass",
"evidence": "rowCountAfterRefresh=2"
},
{
"description": "Verify runtime stability while rendering route",
"result": "pass",
"evidence": "No console errors and no server 500 responses."
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T20:57:15.687Z"
}