documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
capturedAtUtc=2026-02-10T23:42:18Z
|
||||
feature=timeline-indexer-service
|
||||
command=dotnet test src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj -c Release --nologo --no-build
|
||||
---
|
||||
Run tests: 'C:\dev\New folder\git.stella-ops.org\src\Timeline\__Tests\StellaOps.Timeline.WebService.Tests\bin\Release\net10.0\StellaOps.Timeline.WebService.Tests.dll' [net10.0|x64]
|
||||
Passed! - Failed: 0, Passed: 19, Skipped: 0, Total: 19, Duration: 1s 205ms - StellaOps.Timeline.WebService.Tests.dll (net10.0|x64)
|
||||
Tests succeeded: 'C:\dev\New folder\git.stella-ops.org\src\Timeline\__Tests\StellaOps.Timeline.WebService.Tests\bin\Release\net10.0\StellaOps.Timeline.WebService.Tests.dll' [net10.0|x64]
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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 --no-build",
|
||||
"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": [
|
||||
"WebService tests executed with --no-build while live API host is running to avoid MSB3021/MSB3027 assembly-copy locks."
|
||||
],
|
||||
"runAtUtc": "2026-02-10T23:42:18Z"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"module": "timeline",
|
||||
"feature": "timeline-indexer-service",
|
||||
"runId": "run-013",
|
||||
"dateUtc": "2026-02-10T23:42:18Z",
|
||||
"capturedAtUtc": "2026-02-10T23:42:18Z",
|
||||
"testFilter": "FullyQualifiedName~TimelineApiIntegrationTests.ExportLifecycle_DownloadReturnsGeneratedBundle",
|
||||
"testCommand": "dotnet test src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/StellaOps.Timeline.WebService.Tests.csproj -c Release --nologo --no-build",
|
||||
"testsRun": 19,
|
||||
"testsPassed": 19,
|
||||
"testsFailed": 0,
|
||||
"behaviorVerified": [
|
||||
"Export initiate/status/download lifecycle remains functional through API-boundary integration replay.",
|
||||
"Exported bundle generation path remains deterministic and accessible via download endpoint."
|
||||
],
|
||||
"evidence": "evidence/tier2-command-output.txt",
|
||||
"verdict": "pass",
|
||||
"suiteReplay": {
|
||||
"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 --no-build",
|
||||
"testsRun": 26,
|
||||
"testsPassed": 26,
|
||||
"testsFailed": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user