documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,19 @@
{
"found": [
"PipelineRunsListComponent",
"PipelineRunsService",
"PipelineRunDetailComponent",
"PIPELINE_RUN_ROUTES"
],
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/pipeline-runs-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/services/pipeline-runs.service.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/pipeline-run-detail.component.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/runs.routes.ts"
],
"verdict": "pass",
"missing": [
],
"checkedAtUtc": "2026-02-10T20:08:12Z"
}

View File

@@ -0,0 +1,27 @@
{
"buildNotes": [
"Build succeeded.",
"Budget warnings present: initial bundle exceeded warning threshold."
],
"project": "src/Web/StellaOps.Web",
"tests": [
{
"testsPassed": 5,
"command": "npx ng test --watch=false --include src/tests/pipeline_run_centric/pipeline-runs-list.component.spec.ts --include src/tests/pipeline_run_centric/pipeline-runs.service.spec.ts",
"testsFailed": 0,
"result": "pass",
"testsRun": 5
},
{
"reason": "Spec excluded from Angular test compilation by angular.json test.exclude.",
"command": "npx ng test --watch=false --include src/app/layout/app-sidebar/app-sidebar.component.spec.ts",
"result": "fail"
}
],
"checkedAtUtc": "2026-02-10T20:08:12Z",
"buildResult": "pass",
"verdict": "fail",
"testResult": "partial",
"buildCommand": "npm run build"
}

View File

@@ -0,0 +1,34 @@
{
"screenshots": [
"screenshots/step-1-release-orchestrator-runs.png",
"screenshots/step-2-release-orchestrator-runs.png"
],
"verdict": "fail",
"route": "/release-orchestrator/runs",
"baseUrl": "https://127.0.0.1:4400",
"type": "ui",
"steps": [
{
"evidence": "Heading \"Pipeline Runs\" visible.",
"description": "Navigate to pipeline runs route",
"screenshot": "screenshots/step-2-release-orchestrator-runs.png",
"result": "pass"
},
{
"evidence": "rowCount=0 despite mocked dashboard payload containing releases.",
"description": "Verify pipeline run rows render from dashboard API payload",
"result": "fail"
},
{
"evidence": "filteredRows=0 after selecting failed status.",
"description": "Verify status filter behavior",
"result": "fail"
},
{
"evidence": "Console error repeated: TypeError: ctx.authService.user is not a function (UserMenuComponent template).",
"description": "Verify runtime stability while rendering route",
"result": "fail"
}
],
"checkedAtUtc": "2026-02-10T20:08:12Z"
}

View File

@@ -0,0 +1,17 @@
{
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/pipeline-runs-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/services/pipeline-runs.service.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/pipeline-run-detail.component.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/runs.routes.ts"
],
"found": [
"PipelineRunsListComponent",
"PipelineRunsService",
"PipelineRunDetailComponent",
"PIPELINE_RUN_ROUTES"
],
"missing": [],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T20:30:09Z"
}

View File

@@ -0,0 +1,29 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npm run build",
"buildResult": "pass",
"testResult": "pass",
"tests": [
{
"command": "npx ng test --watch=false --include src/tests/pipeline_run_centric/pipeline-runs-list.component.spec.ts --include src/tests/pipeline_run_centric/pipeline-runs.service.spec.ts",
"testsRun": 5,
"testsPassed": 5,
"testsFailed": 0,
"result": "pass"
},
{
"command": "npx ng test --watch=false --include src/app/core/auth/authority-auth-adapter.service.spec.ts --include src/app/app.component.spec.ts",
"testsRun": 5,
"testsPassed": 5,
"testsFailed": 0,
"result": "pass"
}
],
"buildNotes": [
"Build succeeded.",
"Runtime auth contract regression now covered by adapter and app shell mounting tests."
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T20:30:09Z"
}

View File

@@ -0,0 +1,34 @@
{
"type": "ui",
"baseUrl": "https://127.0.0.1:4400",
"route": "/release-orchestrator/runs",
"screenshots": [
"screenshots/step-1-release-orchestrator-runs.png",
"screenshots/step-2-release-orchestrator-runs-filter-failed.png"
],
"steps": [
{
"description": "Navigate to pipeline runs route",
"result": "pass",
"evidence": "Heading \"Pipeline Runs\" visible.",
"screenshot": "screenshots/step-1-release-orchestrator-runs.png"
},
{
"description": "Verify pipeline run rows render from dashboard API payload",
"result": "pass",
"evidence": "rowCount=3"
},
{
"description": "Verify status filter behavior",
"result": "pass",
"evidence": "filteredRows=1 after selecting failed status."
},
{
"description": "Verify runtime stability while rendering route",
"result": "pass",
"evidence": "No console errors and no server 500 responses observed in scripted run."
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T20:30:09Z"
}

View File

@@ -0,0 +1,19 @@
{
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/pipeline-runs-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/services/pipeline-runs.service.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/pipeline-run-detail.component.ts",
"src/Web/StellaOps.Web/src/app/features/release-orchestrator/runs/runs.routes.ts"
],
"found": [
"PipelineRunsListComponent",
"PipelineRunsService",
"PipelineRunDetailComponent",
"PIPELINE_RUN_ROUTES"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T22:35:36Z"
}

View File

@@ -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"
}

View File

@@ -0,0 +1,28 @@
{
"type": "ui",
"baseUrl": "https://127.0.0.1:4400",
"route": "/release-orchestrator/runs",
"screenshots": [
"screenshots/step-1-release-orchestrator-runs.png"
],
"steps": [
{
"description": "Navigate to /release-orchestrator/runs and verify primary heading renders",
"result": "pass",
"evidence": "h1=\"Pipeline Runs\"",
"screenshot": "screenshots/step-1-release-orchestrator-runs.png"
},
{
"description": "Verify authenticated shell chrome is active on route",
"result": "pass",
"evidence": "sidebarCount=1; chipsCount=1"
},
{
"description": "Verify route-level interactive affordances remain mounted",
"result": "pass",
"evidence": "globalSearchInputs=1; tableRows=0; url=https://127.0.0.1:4400/release-orchestrator/runs"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-10T22:35:36Z"
}