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,30 @@
{
"feature": "configuration-pane",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
"src/Web/StellaOps.Web/src/app/app.routes.ts",
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/configuration-pane/configuration-pane.routes.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/configuration-pane.component.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-detail.component.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/components/integration-section.component.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-api.service.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/services/configuration-pane-state.service.ts",
"src/Web/StellaOps.Web/src/app/features/configuration-pane/models/configuration-pane.models.ts",
"src/Web/StellaOps.Web/src/app/app.routes.ts",
"src/Web/StellaOps.Web/src/tests/configuration_pane/configuration-pane.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T06:37:41Z"
}

View File

@@ -0,0 +1,21 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npx ng test --watch=false --include src/tests/configuration_pane/configuration-pane.component.spec.ts --include src/tests/deployments/deployment-detail-page.component.spec.ts",
"buildResult": "pass",
"testCommand": [
"npx ng test --watch=false --include src/tests/configuration_pane/configuration-pane.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "3/3",
"testFilesPassed": "1/1",
"warnings": [
"Angular extended-diagnostics/content-projection warnings observed from existing baseline templates.",
"NG8113 import-usage warnings remain from existing shell components."
],
"codeReview": [
"Configuration pane component and state service still implement non-stub integration summary/detail behavior.",
"Route remains mounted at /console/configuration in app routes and feature route module."
],
"checkedAtUtc": "2026-02-11T06:37:41Z",
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-003/evidence/tier1-ng-test-output.txt"
}

View File

@@ -0,0 +1,33 @@
{
"type": "ui",
"module": "web",
"feature": "configuration-pane",
"runId": "run-003",
"baseUrl": "https://127.0.0.1:4400",
"capturedAtUtc": "2026-02-11T06:37:41Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
"playwrightTest": "configuration pane renders integration summary and detail workflow",
"steps": [
{
"description": "Navigate to /console/configuration",
"action": "navigate",
"target": "/console/configuration",
"expected": "Configuration pane heading and integration summary render for end-user interaction.",
"result": "fail",
"stepCapturedAtUtc": "2026-02-11T06:37:41Z"
},
{
"description": "Assert configuration heading is visible",
"action": "assert",
"target": "getByRole(heading, name=Configuration)",
"expected": "Heading is visible before interacting with integration cards.",
"result": "fail",
"stepCapturedAtUtc": "2026-02-11T06:37:41Z"
}
],
"category": "bug",
"reason": "Route resolves but UI remains blank for this strict transaction; heading is not rendered and Playwright assertion fails.",
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-003/evidence/playwright-ui-evidence.txt",
"trace": "docs/qa/feature-checks/runs/web/configuration-pane/run-003/evidence/trace.zip",
"verdict": "fail"
}