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,27 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T14:07:00Z",
"feature": "evidence-re-index-tooling",
"module": "evidencelocker",
"testProject": "src/EvidenceLocker/StellaOps.EvidenceLocker/StellaOps.EvidenceLocker.Tests/StellaOps.EvidenceLocker.Tests.csproj",
"testFilter": "EvidenceReindexServiceTests",
"testsRun": 14,
"testsPassed": 14,
"testsFailed": 0,
"behaviorVerified": [
"Reindex with empty repository returns zero counts",
"Reindex skips bundles with matching root hash (no unnecessary updates)",
"Reindex updates bundles with different root hash",
"Dry-run mode reports changes without applying updates",
"Progress reporting during reindex operation",
"Requires valid tenant ID and positive batch size",
"Verify continuity checks old root validity and proof consistency",
"Cross-reference generation with schema version and entry counts",
"Checkpoint creation captures current state with bundle snapshots",
"Rollback to checkpoint restores previous state",
"Rollback throws for unknown checkpoint IDs",
"Checkpoints ordered by creation time (newest first)",
"StorageKeyGenerator produces consistent keys"
],
"verdict": "pass"
}