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,20 @@
{
"feature": "evidence-ribbon-ui-component",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/components/evidence-ribbon/evidence-ribbon.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/services/evidence-ribbon.service.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/models/evidence-ribbon.models.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-ribbon-ui.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/components/evidence-ribbon/evidence-ribbon.component.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/services/evidence-ribbon.service.ts",
"src/Web/StellaOps.Web/src/app/features/evidence-ribbon/models/evidence-ribbon.models.ts",
"src/Web/StellaOps.Web/src/tests/evidence/evidence-ribbon-ui.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T06:40:35Z"
}

View File

@@ -0,0 +1,21 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npx ng test --watch=false --include src/tests/evidence/evidence-ribbon-ui.component.spec.ts",
"buildResult": "pass",
"testCommand": [
"npx ng test --watch=false --include src/tests/evidence/evidence-ribbon-ui.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": [
"Evidence ribbon component renders DSSE/Rekor/SBOM/VEX pills from aggregated service state and emits pill click events.",
"Focused evidence-ribbon unit suite passed and covers rendering plus interaction behavior."
],
"checkedAtUtc": "2026-02-11T06:40:35Z",
"evidence": "docs/qa/feature-checks/runs/web/evidence-ribbon-ui-component/run-003/evidence/tier1-ng-test-output.txt"
}

View File

@@ -0,0 +1,30 @@
{
"type": "ui",
"module": "web",
"feature": "evidence-ribbon-ui-component",
"runId": "run-003",
"baseUrl": "https://127.0.0.1:4400",
"capturedAtUtc": "2026-02-11T06:40:35Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
"playwrightTest": "developer workspace renders findings and quick-verify workflow",
"steps": [
{
"description": "Navigate to /workspace/dev/:artifactDigest",
"action": "navigate",
"target": "/workspace/dev/sha256%3Aartifact-dev",
"expected": "Developer workspace mounts evidence ribbon before quick-verify interaction.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T06:40:35Z"
},
{
"description": "Verify evidence ribbon pills and click interaction",
"action": "assert",
"target": "stella-evidence-ribbon with DSSE/Rekor/CycloneDX pills",
"expected": "Evidence ribbon renders user-visible pills and accepts pill click interaction.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T06:40:35Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/evidence-ribbon-ui-component/run-003/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}