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,5 @@
{
"approved": true,
"reason": "Binaryindex ops route now has fresh strict end-user evidence and deterministic assertions for repeated status labels and fingerprint export flow.",
"revisedRootCause": "Missing strict Tier 2 replay evidence plus flaky strict selectors/mocks in the existing binaryindex Playwright case."
}

View File

@@ -0,0 +1,10 @@
{
"filesModified": [
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
"docs/features/checked/web/binaryindex-ops-ui.md",
"docs/qa/feature-checks/state/web.json",
"docs/implplan/SPRINT_20260210_020_FE_web_checked_feature_recheck_tier2_enduser.md"
],
"testsAdded": [],
"description": "Tightened binaryindex strict E2E assertions (selector disambiguation and fingerprint export route matching) and regenerated fresh run-005 Tier 0/1/2 artifacts."
}

View File

@@ -0,0 +1,19 @@
{
"previousFailures": [
"run-004 strict Tier 2 marked test_gap due missing fresh end-user UI transactions",
"binaryindex strict replay initially failed under strict mode due ambiguous status text selector and fingerprint export mock route mismatch"
],
"retestResults": [
{
"command": "npx ng test --watch=false --include src/tests/binary_index/binary-index-ops.component.spec.ts --include src/tests/binary_index/patch-map.component.spec.ts",
"result": "pass",
"notes": "2/2 files and 5/5 tests passed"
},
{
"command": "npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --grep 'binary index ops route renders health, benchmark, cache, config, and fingerprint export user flows'",
"result": "pass",
"notes": "1/1 strict user-surface test passed"
}
],
"verdict": "pass"
}

View File

@@ -0,0 +1,25 @@
{
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/binary-index/binary-index-ops.component.ts",
"src/Web/StellaOps.Web/src/app/features/binary-index/patch-map.component.ts",
"src/Web/StellaOps.Web/src/app/core/api/binary-index-ops.client.ts",
"src/Web/StellaOps.Web/src/app/core/api/patch-coverage.client.ts",
"src/Web/StellaOps.Web/src/app/app.routes.ts",
"src/Web/StellaOps.Web/src/tests/binary_index/binary-index-ops.component.spec.ts",
"src/Web/StellaOps.Web/src/tests/binary_index/patch-map.component.spec.ts",
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/binary-index/binary-index-ops.component.ts",
"src/Web/StellaOps.Web/src/app/features/binary-index/patch-map.component.ts",
"src/Web/StellaOps.Web/src/app/core/api/binary-index-ops.client.ts",
"src/Web/StellaOps.Web/src/app/core/api/patch-coverage.client.ts",
"src/Web/StellaOps.Web/src/app/app.routes.ts",
"src/Web/StellaOps.Web/src/tests/binary_index/binary-index-ops.component.spec.ts",
"src/Web/StellaOps.Web/src/tests/binary_index/patch-map.component.spec.ts",
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
],
"missing": [],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T09:15:08Z"
}

View File

@@ -0,0 +1,19 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": [
"npx ng test --watch=false --include src/tests/binary_index/binary-index-ops.component.spec.ts --include src/tests/binary_index/patch-map.component.spec.ts"
],
"buildResult": "pass",
"testResult": "pass",
"testsPassed": "5/5",
"testFilesPassed": "2/2",
"warnings": [
"Angular extended diagnostics warnings (NG8011/NG8113) remain from existing baseline outside binaryindex-ops-ui scope."
],
"codeReview": [
"BinaryIndex ops tabs (health, benchmark, cache, config, fingerprint export) remain fully wired to binary-index ops client contracts.",
"Strict replay assertions now use deterministic selectors for repeated status labels and robust fingerprint export endpoint matching in Playwright route stubs."
],
"checkedAtUtc": "2026-02-11T09:15:08Z",
"evidence": "docs/qa/feature-checks/runs/web/binaryindex-ops-ui/run-005/evidence/tier1-command-output.txt"
}

View File

@@ -0,0 +1,40 @@
{
"type": "ui",
"module": "web",
"feature": "binaryindex-ops-ui",
"runId": "run-005",
"baseUrl": "https://127.0.0.1:4400",
"capturedAtUtc": "2026-02-11T09:15:08Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
"playwrightTests": [
"binary index ops route renders health, benchmark, cache, config, and fingerprint export user flows"
],
"steps": [
{
"description": "Navigate to /ops/binary-index and verify health tab and lifter warmness rendering.",
"action": "navigate+assert",
"target": "/ops/binary-index",
"expected": "BinaryIndex Operations heading, healthy status badge, and ISA warmness details are visible.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T09:15:08Z"
},
{
"description": "Replay benchmark, cache, and configuration tab interactions.",
"action": "click+assert",
"target": "Benchmark, Cache, Configuration tabs",
"expected": "Latency summary, cache hit rate, and effective config fields render from ops API playback.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T09:15:08Z"
},
{
"description": "Run fingerprint export and verify fingerprint result plus recent export list.",
"action": "type+click+assert",
"target": "Fingerprint Export tab and Export Fingerprint button",
"expected": "Fingerprint result panel renders architecture/format metadata and Recent Exports table remains accessible.",
"result": "pass",
"stepCapturedAtUtc": "2026-02-11T09:15:08Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/binaryindex-ops-ui/run-005/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}

View File

@@ -0,0 +1,11 @@
{
"rootCause": "Strict Tier 2 failure was a test-gap: binaryindex ops user transactions were not captured in a fresh strict run, and existing Playwright selectors/stubs needed tightening for deterministic replay.",
"category": "test_gap",
"affectedFiles": [
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
"docs/features/checked/web/binaryindex-ops-ui.md",
"docs/qa/feature-checks/state/web.json",
"docs/implplan/SPRINT_20260210_020_FE_web_checked_feature_recheck_tier2_enduser.md"
],
"confidence": 0.98
}