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