documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user