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,52 @@
{
"module": "cryptography",
"feature": "hsm-integration",
"runId": "run-016",
"checkedAtUtc": "2026-02-11T07:58:28.5397530Z",
"featureFile": "docs/features/checked/cryptography/hsm-integration.md",
"filesChecked": [
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/Pkcs11HsmClientImpl.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/Pkcs11HsmClientIntegrationTests.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/SoftHsmTestFixture.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs"
],
"found": [
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs",
"src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/Pkcs11HsmClientImpl.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/Pkcs11HsmClientIntegrationTests.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/SoftHsmTestFixture.cs",
"src/Cryptography/__Tests/StellaOps.Cryptography.Tests/CryptoProviderPluginBehaviorTests.cs"
],
"missing": [
],
"declarationsChecked": [
{
"name": "HsmPlugin",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/HsmPlugin.cs",
"found": true
},
{
"name": "Pkcs11HsmClientImpl",
"file": "src/Cryptography/StellaOps.Cryptography.Plugin.Hsm/Pkcs11HsmClientImpl.cs",
"found": true
},
{
"name": "Pkcs11HsmClientIntegrationTests",
"file": "src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/Pkcs11HsmClientIntegrationTests.cs",
"found": true
},
{
"name": "SoftHsmTestFixture",
"file": "src/Cryptography/__Tests/StellaOps.Cryptography.Tests/Hsm/SoftHsmTestFixture.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\\hsm-integration\\run-016/evidence/docker-info.txt",
"dockerPsExitCode": 0,
"dockerPsEvidence": "docs\\qa\\feature-checks\\runs\\cryptography\\hsm-integration\\run-016/evidence/docker-ps.txt"
},
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-11T07:58:28.5430703Z"
}

View File

@@ -0,0 +1,42 @@
{
"type": "integration",
"module": "cryptography",
"feature": "hsm-integration",
"runId": "run-016",
"capturedAtUtc": "2026-02-11T07:58:28.5467700Z",
"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\\hsm-integration\\run-016/evidence/tier2-harness-build-output.txt",
"result": "pass"
},
{
"description": "Run harness scenario \u0027hsm-integration\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 hsm-integration",
"expectedExitCode": 0,
"actualExitCode": 0,
"commandCapturedAtUtc": "2026-02-11T07:57:11.8468393Z",
"evidence": "docs\\qa\\feature-checks\\runs\\cryptography\\hsm-integration\\run-016/evidence/tier2-harness-run-output.txt",
"result": "pass"
}
],
"behaviorVerified": [
"HSM integration scenario returned Healthy health-check status in simulation mode.",
"Negative mechanism handling validated: unsupported HSM algorithm returned NotSupportedException."
],
"harnessSummary": {
"scenario": "hsm-integration",
"healthStatus": "Healthy",
"unsupportedRejected": true,
"utcNow": "2026-02-11T07:57:11.9244476+00:00"
},
"evidence": [
"docs\\qa\\feature-checks\\runs\\cryptography\\hsm-integration\\run-016/evidence/tier2-harness-build-output.txt",
"docs\\qa\\feature-checks\\runs\\cryptography\\hsm-integration\\run-016/evidence/tier2-harness-run-output.txt"
],
"verdict": "pass"
}