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,20 @@
{
"filesChecked": [
"src/Tools/GoldenPairs/Models/GoldenPairMetadata.cs",
"src/Tools/GoldenPairs/Schema/GoldenPairsSchemaProvider.cs",
"src/Tools/GoldenPairs/Services/GoldenPairLoader.cs",
"src/Tools/GoldenPairs/Serialization/GoldenPairsJsonSerializer.cs",
"src/Tools/GoldenPairs/Services/SectionHashProvider.cs"
],
"found": [
"src/Tools/GoldenPairs/Models/GoldenPairMetadata.cs",
"src/Tools/GoldenPairs/Schema/GoldenPairsSchemaProvider.cs",
"src/Tools/GoldenPairs/Services/GoldenPairLoader.cs",
"src/Tools/GoldenPairs/Serialization/GoldenPairsJsonSerializer.cs",
"src/Tools/GoldenPairs/Services/SectionHashProvider.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,21 @@
{
"project": "src/Tools/StellaOps.Tools.sln",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj -c Release --nologo; dotnet test src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj -c Release --nologo; dotnet test src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Tools/__Tests/StellaOps.Tools.WorkflowGenerator.Tests/StellaOps.Tools.WorkflowGenerator.Tests.csproj",
"src/Tools/__Tests/FixtureUpdater.Tests/FixtureUpdater.Tests.csproj",
"src/Tools/__Tests/StellaOps.Tools.GoldenPairs.Tests/StellaOps.Tools.GoldenPairs.Tests.csproj"
],
"testsRun": 90,
"testsPassed": 90,
"testsFailed": 0,
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-11T01:59:17Z"
}

View File

@@ -0,0 +1,32 @@
{
"type": "cli",
"module": "tools",
"feature": "golden-pairs-validation-infrastructure",
"runId": "run-014",
"capturedAtUtc": "2026-02-11T01:59:17Z",
"commands": [
{
"description": "Validate synthetic dataset against schema and diff expectations",
"command": "dotnet run --project src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj -- --repo-root \u003crepo\u003e --dataset-root \u003ccapture\u003e/dataset validate",
"expectedExitCode": 0,
"actualExitCode": 0,
"expectedOutput": "Validation succeeds with 1/1 pairs passed.",
"actualOutput": "Validate command reported 1/1 passed.",
"result": "pass",
"evidence": "docs/qa/feature-checks/runs/tools/golden-pairs-validation-infrastructure/run-014/evidence/golden-pairs-validate-positive.txt",
"commandCapturedAtUtc": "2026-02-11T01:59:17Z"
},
{
"description": "Validate dataset with schema-invalid severity value",
"command": "dotnet run --project src/Tools/GoldenPairs/StellaOps.Tools.GoldenPairs.csproj -- --repo-root \u003crepo\u003e --dataset-root \u003ccapture\u003e/dataset-invalid-* validate --fail-fast",
"expectedExitCode": 1,
"actualExitCode": 1,
"expectedOutput": "Schema validation failure is surfaced and run fails fast.",
"actualOutput": "Validate command failed for metadata-invalid record.",
"result": "pass",
"evidence": "docs/qa/feature-checks/runs/tools/golden-pairs-validation-infrastructure/run-014/evidence/golden-pairs-validate-negative-schema.txt",
"commandCapturedAtUtc": "2026-02-11T01:59:17Z"
}
],
"verdict": "pass"
}