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,16 @@
{
"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,20 @@
{
"project": "src/Timeline (__Tests matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj -c Release --nologo; dotnet test src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj -c Release --nologo",
"testProjects": [
"src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj",
"src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj"
],
"testsRun": 26,
"testsPassed": 26,
"testsFailed": 0,
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-10T22:45:50Z"
}

View File

@@ -0,0 +1,16 @@
{
"type": "integration",
"testCommand": "dotnet test src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj -c Release --nologo; dotnet test src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj -c Release --nologo",
"testsRun": 26,
"testsPassed": 26,
"testsFailed": 0,
"behaviorVerified": [
"Export lifecycle remains functional from initiate to completed status to bundle download.",
"Downloaded bundle content contains seeded correlation timeline entries."
],
"evidence": "TimelineApiIntegrationTests.ExportLifecycle_DownloadReturnsGeneratedBundle",
"verdict": "pass",
"runId": "run-012",
"timestampUtc": "2026-02-10T22:45:50Z",
"dateUtc": "2026-02-10T22:45:50Z"
}