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,28 @@
{
"feature": "integration-onboarding-wizard",
"filesChecked": [
"src/Web/StellaOps.Web/src/app/features/integration-hub/integration-hub.routes.ts",
"src/Web/StellaOps.Web/src/app/features/integration-hub/integration-hub.component.ts",
"src/Web/StellaOps.Web/src/app/features/integration-hub/integration-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/integrations/integrations-hub.component.ts",
"src/Web/StellaOps.Web/src/app/features/integrations/integration-wizard.component.ts",
"src/Web/StellaOps.Web/src/app/features/integrations/integration-wizard.component.html",
"src/Web/StellaOps.Web/src/app/features/integrations/models/integration.models.ts",
"src/Web/StellaOps.Web/src/tests/integration_hub/integration-onboarding-wizard.component.spec.ts"
],
"found": [
"src/Web/StellaOps.Web/src/app/features/integration-hub/integration-hub.routes.ts",
"src/Web/StellaOps.Web/src/app/features/integration-hub/integration-hub.component.ts",
"src/Web/StellaOps.Web/src/app/features/integration-hub/integration-list.component.ts",
"src/Web/StellaOps.Web/src/app/features/integrations/integrations-hub.component.ts",
"src/Web/StellaOps.Web/src/app/features/integrations/integration-wizard.component.ts",
"src/Web/StellaOps.Web/src/app/features/integrations/integration-wizard.component.html",
"src/Web/StellaOps.Web/src/app/features/integrations/models/integration.models.ts",
"src/Web/StellaOps.Web/src/tests/integration_hub/integration-onboarding-wizard.component.spec.ts"
],
"missing": [
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T07:15:04Z"
}

View File

@@ -0,0 +1,23 @@
{
"project": "src/Web/StellaOps.Web",
"buildCommand": "npm run build",
"buildResult": "pass",
"testCommand": [
"npx ng test --watch=false --include src/tests/integration_hub/integration-onboarding-wizard.component.spec.ts",
"npx ng test --watch=false --include src/tests/integration_hub/integration-hub-ui.component.spec.ts"
],
"testResult": "pass",
"testsPassed": "12/12",
"testFilesPassed": "2/2",
"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": [
"Onboarding route wiring is now reachable via /integrations/onboarding/:type from hub and typed list add actions.",
"Wizard preflight checks now produce deterministic outcomes from input state instead of random simulation.",
"Host onboarding review renders copy-safe Helm/systemd/offline templates with placeholder-secret guidance for operator copy workflows."
],
"checkedAtUtc": "2026-02-11T07:15:04Z"
}

View File

@@ -0,0 +1,17 @@
{
"type": "integration",
"harness": "Angular component behavior tests",
"capturedAtUtc": "2026-02-11T07:15:04Z",
"steps": [
{
"description": "Verify onboarding route activation, typed navigation, deterministic preflight behavior, and Helm/systemd template generation.",
"evidence": [
"src/tests/integration_hub/integration-onboarding-wizard.component.spec.ts",
"src/tests/integration_hub/integration-hub-ui.component.spec.ts"
],
"result": "pass"
}
],
"verdict": "pass",
"checkedAtUtc": "2026-02-11T07:15:04Z"
}