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-13T12:00:00Z",
"feature": "zastava-runtime-observer",
"module": "zastava",
"testProject": "src/Zastava/__Tests/StellaOps.Zastava.Observer.Tests/StellaOps.Zastava.Observer.Tests.csproj",
"testFilter": "ContainerRuntimePollerTests|RuntimeEventBufferTests|RuntimeEventFactoryTests",
"testsRun": 11,
"testsPassed": 11,
"testsFailed": 0,
"behaviorVerified": [
"ContainerRuntimePoller produces start events in stable order",
"ContainerRuntimePoller emits stop event when container missing",
"ContainerRuntimePoller includes posture information in events",
"BackoffCalculator computes delay within bounds with jitter",
"RuntimeEventBuffer persists batch and ack removes files",
"RuntimeEventBuffer restores pending events after restart",
"RuntimeEventBuffer enforces disk capacity with eviction",
"RuntimeEventFactory attaches Build-ID from process capture",
"RuntimeEventFactory throws when tenant missing"
],
"verdict": "pass"
}