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,7 @@
Tier2 strict UI evidence for configuration-pane
CapturedAtUtc: 2026-02-11T10:07:22Z
Playwright command: npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --grep "configuration pane renders integration summary and detail workflow|deployment detail workflow DAG visualization renders interactive nodes|evidence provenance visualization renders chain and node detail modal|qa workbench route renders case header verdict, contextual ask bar, and decision drawer submit flow|qa workbench route renders determinization chips, display preferences, domain widgets, and entropy actions|determinization config pane route validates and saves edited policy config|cyclonedx component detail route renders evidence panel, pedigree timeline, and occurrence drawer"
Playwright test mapping: configuration pane renders integration summary and detail workflow
Route: /settings/configuration-pane
Assertion: Configuration heading, summary cards, and integration detail workflow are visible.
Result: pass

View File

@@ -0,0 +1,6 @@
Tier1 evidence for configuration-pane
CapturedAtUtc: 2026-02-11T10:07:22Z
Command: npm run build
Result: pass (Angular build succeeded; existing baseline warnings only).
Command: npx ng test --watch=false --include src/tests/contextual_command_bar/ask-stella-button.component.spec.ts --include src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts --include src/tests/decision_drawer/decision-drawer.component.spec.ts --include src/tests/determinization/determinization-config-pane-ui.component.spec.ts --include src/tests/determinization/determinization-ui-components.component.spec.ts --include src/tests/domain/domain-widget-library.component.spec.ts --include src/tests/entropy/entropy-components.spec.ts --include src/tests/cyclonedx_evidence/cdx-evidence-panel.component.spec.ts --include src/tests/cyclonedx_evidence/pedigree-timeline.component.spec.ts --include src/tests/configuration_pane/configuration-pane.component.spec.ts --include src/tests/evidence/evidence-provenance-visualization.component.spec.ts --include src/tests/deployments/deployment-monitor.component.spec.ts
Result: pass (12 files, 43 tests).

View File

@@ -0,0 +1,29 @@
{
"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/tests/configuration_pane/configuration-pane.component.spec.ts",
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.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/tests/configuration_pane/configuration-pane.component.spec.ts",
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T10:07:22Z"
}

View File

@@ -0,0 +1,23 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": [
"npm run build"
],
"buildResult": "pass",
"testResult": "pass",
"testsPassed": "43/43",
"testFilesPassed": "12/12",
"warnings": [
"Angular extended diagnostics warnings (NG8011/NG8113) remain from existing baseline outside configuration-pane scope."
],
"codeReview": [
"Configuration pane route and component stack remain implemented with deterministic section/integration rendering and detail-panel workflows.",
"Focused configuration-pane unit spec validates summary rendering and detail interaction behavior without regressions.",
"Strict /settings/configuration-pane route replay now passes with scoped integration-name assertion and detail panel interaction."
],
"checkedAtUtc": "2026-02-11T10:07:22Z",
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-007/evidence/tier1-command-output.txt",
"testCommand": [
"npx ng test --watch=false --include src/tests/contextual_command_bar/ask-stella-button.component.spec.ts --include src/tests/contextual_command_bar/ask-stella-panel.component.spec.ts --include src/tests/decision_drawer/decision-drawer.component.spec.ts --include src/tests/determinization/determinization-config-pane-ui.component.spec.ts --include src/tests/determinization/determinization-ui-components.component.spec.ts --include src/tests/domain/domain-widget-library.component.spec.ts --include src/tests/entropy/entropy-components.spec.ts --include src/tests/cyclonedx_evidence/cdx-evidence-panel.component.spec.ts --include src/tests/cyclonedx_evidence/pedigree-timeline.component.spec.ts --include src/tests/configuration_pane/configuration-pane.component.spec.ts --include src/tests/evidence/evidence-provenance-visualization.component.spec.ts --include src/tests/deployments/deployment-monitor.component.spec.ts"
]
}

View File

@@ -0,0 +1,32 @@
{
"type": "ui",
"module": "web",
"feature": "configuration-pane",
"runId": "run-007",
"baseUrl": "https://127.0.0.1:4400",
"capturedAtUtc": "2026-02-11T10:07:22Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
"playwrightTests": [
"configuration pane renders integration summary and detail workflow"
],
"steps": [
{
"description": "Navigate to /settings/configuration-pane.",
"action": "navigate",
"target": "/settings/configuration-pane",
"expected": "Feature route is reachable for authenticated end-user replay.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T10:07:22Z"
},
{
"description": "Execute strict interaction assertions for mapped checked feature behavior.",
"action": "assert+interact",
"target": "configuration pane renders integration summary and detail workflow",
"expected": "Configuration heading, summary cards, and integration detail workflow are visible.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T10:07:22Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-007/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}