documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/TimelineEndpoints.cs",
|
||||
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ReplayEndpoints.cs",
|
||||
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ExportEndpoints.cs",
|
||||
"src/Timeline/__Libraries/StellaOps.Timeline.Core/ServiceCollectionExtensions.cs",
|
||||
"src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/TimelineApiIntegrationTests.cs"
|
||||
],
|
||||
"found": [
|
||||
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/TimelineEndpoints.cs",
|
||||
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ReplayEndpoints.cs",
|
||||
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ExportEndpoints.cs",
|
||||
"src/Timeline/__Libraries/StellaOps.Timeline.Core/ServiceCollectionExtensions.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",
|
||||
"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-10T21:37:15Z"
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "api",
|
||||
"module": "timeline",
|
||||
"feature": "unified-event-timeline-service",
|
||||
"runId": "run-010",
|
||||
"dateUtc": "2026-02-10T21:37:15Z",
|
||||
"baseUrl": "in-process TestServer (WebApplicationFactory\u003cProgram\u003e)",
|
||||
"requests": [
|
||||
{
|
||||
"description": "Timeline query returns seeded events",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/{correlationId}",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"assertion": "returns matching correlation with event list",
|
||||
"result": "pass",
|
||||
"evidence": "TimelineApiIntegrationTests.GetTimeline_ReturnsEvents_WhenCorrelationExists"
|
||||
},
|
||||
{
|
||||
"description": "Timeline query returns 404 for unknown correlation",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/nonexistent-correlation",
|
||||
"expectedStatus": 404,
|
||||
"actualStatus": 404,
|
||||
"assertion": "unknown correlation is surfaced as not found",
|
||||
"result": "pass",
|
||||
"evidence": "TimelineApiIntegrationTests.GetTimeline_Returns404_WhenCorrelationNotFound"
|
||||
},
|
||||
{
|
||||
"description": "Timeline query supports pagination",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/{correlationId}?limit=10",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"assertion": "paged response returns hasMore=true and total count",
|
||||
"result": "pass",
|
||||
"evidence": "TimelineApiIntegrationTests.GetTimeline_SupportsPagination"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"timestampUtc": "2026-02-10T21:37:15Z",
|
||||
"suiteReplay": {
|
||||
"commands": [
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user