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,19 @@
{
"type": "source",
"module": "timeline",
"feature": "timeline-indexer-service",
"runId": "run-002",
"dateUtc": "2026-02-10T12:35:20Z",
"filesChecked": [
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ExportEndpoints.cs",
"src/Timeline/__Libraries/StellaOps.Timeline.Core/Export/TimelineBundleBuilder.cs",
"src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/TimelineApiIntegrationTests.cs"
],
"found": [
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ExportEndpoints.cs",
"src/Timeline/__Libraries/StellaOps.Timeline.Core/Export/TimelineBundleBuilder.cs",
"src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/TimelineApiIntegrationTests.cs"
],
"missing": [],
"verdict": "pass"
}

View File

@@ -0,0 +1,14 @@
{
"type": "build",
"module": "timeline",
"feature": "timeline-indexer-service",
"runId": "run-002",
"dateUtc": "2026-02-10T12:35:20Z",
"project": "src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj",
"buildResult": "pass",
"testResult": "pass",
"testsRun": 19,
"testsPassed": 19,
"testsFailed": 0,
"errors": []
}

View File

@@ -0,0 +1,17 @@
{
"type": "integration",
"module": "timeline",
"feature": "timeline-indexer-service",
"runId": "run-002",
"dateUtc": "2026-02-10T12:35:20Z",
"testFilter": "FullyQualifiedName~TimelineApiIntegrationTests.ExportLifecycle_DownloadReturnsGeneratedBundle",
"testsRun": 1,
"testsPassed": 1,
"testsFailed": 0,
"behaviorVerified": [
"Export initiate endpoint returns operation id.",
"Export status transitions to COMPLETED.",
"Downloaded NDJSON bundle contains seeded correlation events."
],
"verdict": "pass"
}