documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "lineage-compare-panel",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/lineage/components/lineage-compare/lineage-compare.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/lineage/components/compare-panel/compare-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/lineage/services/lineage-graph.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/lineage/lineage.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/lineage/lineage-compare-panel.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/lineage/components/lineage-compare/lineage-compare.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/lineage/components/compare-panel/compare-panel.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/lineage/services/lineage-graph.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/lineage/lineage.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/lineage/lineage-compare-panel.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T07:52:47Z"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/lineage/lineage-compare-panel.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "4/4",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"NG8011 control-flow content-projection warnings in evidence-thread templates remain from existing baseline.",
|
||||
"NG8113 unused RouterLink/RouterLinkActive warnings remain from existing baseline.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"Compare state hydration reads both digest query parameters and tenant query parameter before fetching nodes.",
|
||||
"Clear-selection shortcut closes active overlays before navigating away to avoid accidental context loss.",
|
||||
"Share-link URL generation keeps deterministic encoding for artifact and digest values."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T07:52:47Z"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T07:52:47Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Exercise URL digest loading, tenant query param propagation, clear-selection behavior, back navigation, and share URL encoding in lineage compare page.",
|
||||
"evidence": [
|
||||
"src/tests/lineage/lineage-compare-panel.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T07:52:47Z"
|
||||
}
|
||||
Reference in New Issue
Block a user