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,45 @@
{
"module": "cryptography",
"feature": "regional-crypto-profiles",
"runId": "run-016",
"checkedAtUtc": "2026-02-11T07:58:28.6794125Z",
"featureFile": "docs/features/checked/cryptography/regional-crypto-profiles.md",
"filesChecked": [
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs"
],
"found": [
"src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs"
],
"missing": [
],
"declarationsChecked": [
{
"name": "GostPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Gost/GostPlugin.cs",
"found": true
},
{
"name": "SmPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Sm/SmPlugin.cs",
"found": true
},
{
"name": "FipsPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Fips/FipsPlugin.cs",
"found": true
},
{
"name": "CryptoProviderPluginBehaviorTests",
"file": "src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs",
"found": true
}
],
"verdict": "pass"
}

View File

@@ -0,0 +1,25 @@
{
"project": "src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet build src/Cryptography/StellaOps.Cryptography/StellaOps.Cryptography.csproj -c Release --nologo; dotnet test src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/StellaOps.Cryptography.Tests.csproj"
],
"testsRun": 108,
"testsPassed": 108,
"testsFailed": 0,
"environment": {
"dockerInfoExitCode": 0,
"dockerInfoEvidence": "docs\\qa\\feature-checks\\runs\\cryptography\\regional-crypto-profiles\\run-016/evidence/docker-info.txt",
"dockerPsExitCode": 0,
"dockerPsEvidence": "docs\\qa\\feature-checks\\runs\\cryptography\\regional-crypto-profiles\\run-016/evidence/docker-ps.txt"
},
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-11T07:58:28.6827087Z"
}

View File

@@ -0,0 +1,43 @@
{
"type": "integration",
"module": "cryptography",
"feature": "regional-crypto-profiles",
"runId": "run-016",
"capturedAtUtc": "2026-02-11T07:58:28.6837829Z",
"commands": [
{
"description": "Build cryptography behavioral harness",
"command": "dotnet build docs/qa/feature-checks/runs/cryptography/_run-016_capture/evidence/crypto-harness/crypto-harness.csproj -c Release --nologo",
"expectedExitCode": 0,
"actualExitCode": 0,
"commandCapturedAtUtc": "2026-02-11T07:57:10.7721723Z",
"evidence": "docs\\qa\\feature-checks\\runs\\cryptography\\regional-crypto-profiles\\run-016/evidence/tier2-harness-build-output.txt",
"result": "pass"
},
{
"description": "Run harness scenario \u0027regional-crypto-profiles\u0027 for strict Tier 2 user-surface verification",
"command": "dotnet docs/qa/feature-checks/runs/cryptography/_run-016_capture/evidence/crypto-harness/bin/Release/net10.0/crypto-harness.dll regional-crypto-profiles",
"expectedExitCode": 0,
"actualExitCode": 0,
"commandCapturedAtUtc": "2026-02-11T07:57:11.9985003Z",
"evidence": "docs\\qa\\feature-checks\\runs\\cryptography\\regional-crypto-profiles\\run-016/evidence/tier2-harness-run-output.txt",
"result": "pass"
}
],
"behaviorVerified": [
"Regional profile scenario verified GOST and SM signing/verification paths in one user transaction.",
"FIPS hash path validated alongside regional providers to confirm mixed profile availability."
],
"harnessSummary": {
"scenario": "regional-crypto-profiles",
"gostValid": true,
"smValid": true,
"fipsHashLength": 32,
"utcNow": "2026-02-11T07:57:12.3592891+00:00"
},
"evidence": [
"docs\\qa\\feature-checks\\runs\\cryptography\\regional-crypto-profiles\\run-016/evidence/tier2-harness-build-output.txt",
"docs\\qa\\feature-checks\\runs\\cryptography\\regional-crypto-profiles\\run-016/evidence/tier2-harness-run-output.txt"
],
"verdict": "pass"
}