documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"found": [
|
||||
"ContextChipsComponent",
|
||||
"OfflineStatusChipComponent",
|
||||
"FeedSnapshotChipComponent",
|
||||
"PolicyBaselineChipComponent",
|
||||
"EvidenceModeChipComponent"
|
||||
],
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/context-chips.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/offline-status-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/feed-snapshot-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/policy-baseline-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/evidence-mode-chip.component.ts"
|
||||
],
|
||||
"verdict": "pass",
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T20:08:12Z"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"buildResult": "pass",
|
||||
"verdict": "fail",
|
||||
"testResult": "fail",
|
||||
"reason": "No dedicated unit specs found for context-chips components.",
|
||||
"checkedAtUtc": "2026-02-10T20:08:12Z",
|
||||
"project": "src/Web/StellaOps.Web"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"verdict": "fail",
|
||||
"route": "/release-orchestrator/runs",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"type": "ui",
|
||||
"steps": [
|
||||
{
|
||||
"evidence": "app-context-chips selector count=0 and no Offline/Feed/Policy/Evidence labels visible.",
|
||||
"description": "Verify context chips render in active top bar",
|
||||
"screenshot": "../pipeline-run-centric-view/run-001/screenshots/step-2-release-orchestrator-runs.png",
|
||||
"result": "fail"
|
||||
},
|
||||
{
|
||||
"evidence": "Component sources still contain TODO wiring with hardcoded signal defaults.",
|
||||
"description": "Verify chips are data wired instead of static placeholders",
|
||||
"result": "fail"
|
||||
}
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T20:08:12Z"
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/context-chips.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/offline-status-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/feed-snapshot-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/policy-baseline-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/evidence-mode-chip.component.ts"
|
||||
],
|
||||
"found": [
|
||||
"ContextChipsComponent",
|
||||
"OfflineStatusChipComponent",
|
||||
"FeedSnapshotChipComponent",
|
||||
"PolicyBaselineChipComponent",
|
||||
"EvidenceModeChipComponent"
|
||||
],
|
||||
"missing": [],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"tests": [
|
||||
{
|
||||
"command": "npx ng test --watch=false --include src/app/layout/context-chips/context-chips.component.spec.ts",
|
||||
"testsRun": 2,
|
||||
"testsPassed": 2,
|
||||
"testsFailed": 0,
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"notes": [
|
||||
"Context chip specs execute after removing layout exclusions from test configuration."
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"route": "/release-orchestrator/runs",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify context chips render in active top bar",
|
||||
"result": "pass",
|
||||
"evidence": "app-context-chips selector count=1 with labels Offline, Feed, Policy, Evidence.",
|
||||
"screenshot": "step-1-release-orchestrator-runs.png"
|
||||
},
|
||||
{
|
||||
"description": "Verify chips are data wired instead of static placeholders",
|
||||
"result": "pass",
|
||||
"evidence": "No TODO placeholders remain in context-chip component sources; chip labels are computed from services."
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
"step-1-release-orchestrator-runs.png"
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/context-chips.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/offline-status-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/feed-snapshot-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/policy-baseline-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/evidence-mode-chip.component.ts"
|
||||
],
|
||||
"found": [
|
||||
"ContextChipsComponent",
|
||||
"OfflineStatusChipComponent",
|
||||
"FeedSnapshotChipComponent",
|
||||
"PolicyBaselineChipComponent",
|
||||
"EvidenceModeChipComponent"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c47 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "145/145",
|
||||
"testFilesPassed": "47/47",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (47 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"route": "/release-orchestrator/runs",
|
||||
"screenshots": [
|
||||
"screenshots/step-1-release-orchestrator-runs.png"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /release-orchestrator/runs and verify primary heading renders",
|
||||
"result": "pass",
|
||||
"evidence": "h1=\"Pipeline Runs\"",
|
||||
"screenshot": "screenshots/step-1-release-orchestrator-runs.png"
|
||||
},
|
||||
{
|
||||
"description": "Verify authenticated shell chrome is active on route",
|
||||
"result": "pass",
|
||||
"evidence": "sidebarCount=1; chipsCount=1"
|
||||
},
|
||||
{
|
||||
"description": "Verify route-level interactive affordances remain mounted",
|
||||
"result": "pass",
|
||||
"evidence": "globalSearchInputs=1; tableRows=0; url=https://127.0.0.1:4400/release-orchestrator/runs"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
Reference in New Issue
Block a user