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,23 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T14:03:00Z",
"feature": "evidence-card-api-endpoint",
"module": "evidencelocker",
"testProject": "src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj",
"testFilter": "ExportEndpointsTests|EvidenceLockerWebServiceTests|EvidenceLockerWebServiceContractTests",
"testsRun": 9,
"testsPassed": 9,
"testsFailed": 0,
"behaviorVerified": [
"Export endpoint returns 202 Accepted with export ID for valid bundles",
"Export endpoint returns 404 for non-existent bundles",
"Export status endpoint returns 200 with download URL when ready",
"Export status endpoint returns 202 when processing with progress percentage",
"Export status endpoint returns 404 for unknown export IDs",
"Download endpoint returns gzip file stream when export ready",
"Download endpoint returns 409 Conflict when export not ready",
"Export options (compression level, include flags) passed to service",
"VerdictEndpoints and VerdictContracts serve verdict data"
],
"verdict": "pass"
}