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,21 @@
{
"type": "integration",
"capturedAtUtc": "2026-02-13T12:00:00Z",
"feature": "reachability-fallback-mechanisms",
"module": "reachgraph",
"testProject": "src/ReachGraph/__Tests/StellaOps.ReachGraph.WebService.Tests/StellaOps.ReachGraph.WebService.Tests.csproj",
"testFilter": "ClassName~ReachGraphApiIntegrationTests|ClassName~ReachGraphStoreAdapterTests",
"testsRun": 26,
"testsPassed": 26,
"testsFailed": 0,
"behaviorVerified": [
"ReachGraphStoreService coordinates IReachGraphRepository (persistence), IReachGraphCache (caching), and IReachGraphSignerService (signing)",
"Cache-first retrieval with fallback to database when cache misses",
"Slice queries degrade gracefully with empty results when graph not available",
"Replay verification provides fallback for determinism validation",
"Idempotent upsert by BLAKE3 digest handles concurrent writes (Created vs OK)",
"PaginationService with cursor-based navigation for large result sets",
"InMemoryReachGraphCache supports separate slice caching with invalidation"
],
"verdict": "pass"
}