documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"feature": "policy-studio-ui",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/workspace/policy-workspace.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/editor/policy-editor.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/simulation/policy-simulation.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/approvals/policy-approvals.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/rule-builder/policy-rule-builder.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/yaml/policy-yaml-editor.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/services/policy-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/policy_studio/policy-editor.error-state.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/policy_studio/policy-workspace.behavior.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/workspace/policy-workspace.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/editor/policy-editor.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/simulation/policy-simulation.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/approvals/policy-approvals.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/rule-builder/policy-rule-builder.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/yaml/policy-yaml-editor.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/services/policy-api.service.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/policy_studio/policy-editor.error-state.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/policy_studio/policy-workspace.behavior.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:20:53.2872099Z"
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "build_test",
|
||||
"capturedAtUtc": "2026-02-11T11:20:53.2872099Z",
|
||||
"commands": [
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/policy_studio/policy-editor.error-state.spec.ts",
|
||||
"result": "fail",
|
||||
"note": "Failure-first harness exposed linting state remained true after lint API errors in PolicyEditorComponent."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/policy_studio/policy-editor.error-state.spec.ts",
|
||||
"result": "pass",
|
||||
"note": "After fix: linting resets via finalize and retry diagnostic remains visible."
|
||||
},
|
||||
{
|
||||
"cmd": "npx ng test --watch=false --include src/tests/policy_studio/policy-editor.error-state.spec.ts --include src/tests/policy_studio/policy-workspace.behavior.spec.ts --include src/tests/policy_governance/risk-budget-dashboard.component.spec.ts --include src/tests/policy_gates/policy-preview-panel.component.spec.ts --include src/tests/verdicts/policy-breadcrumb.component.spec.ts --include src/tests/opsmemory/playbook-suggestion-service.spec.ts --include src/tests/platform_health/platform-health-dashboard.spec.ts --include src/tests/lineage/pinned-explanations-panel.spec.ts --include src/tests/overlays/overlay-host-component.spec.ts --include src/tests/workspaces/operator-auditor-mode-toggle.spec.ts --include src/tests/quotas/operator-quota-dashboard.spec.ts --include src/tests/binary_index/patch-map.component.spec.ts",
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"cmd": "npm run build",
|
||||
"result": "pass",
|
||||
"note": "Completed with baseline non-blocking Angular warnings already tracked in sprint risks."
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:20:53.2872099Z"
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular policy-studio component behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T11:20:53.2872099Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify Policy Studio editor error path surfaces retry guidance and exits linting state after lint API failures.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/editor/policy-editor.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/policy_studio/policy-editor.error-state.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify Policy Studio workspace pack ordering remains deterministic and scope-gated action affordances are correctly disabled when scopes are missing.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/features/policy-studio/workspace/policy-workspace.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/policy_studio/policy-workspace.behavior.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Verify policy-studio route surface remains mounted for workspace/editor/yaml/simulate/approvals/rules/explain/dashboard flows.",
|
||||
"evidence": [
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T11:20:53.2872099Z"
|
||||
}
|
||||
Reference in New Issue
Block a user