documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "source",
|
||||
"module": "timeline",
|
||||
"feature": "timeline-replay-api",
|
||||
"runId": "run-002",
|
||||
"dateUtc": "2026-02-10T12:35:20Z",
|
||||
"filesChecked": [
|
||||
"src/Timeline/StellaOps.Timeline.WebService/Endpoints/ReplayEndpoints.cs",
|
||||
"src/Timeline/__Libraries/StellaOps.Timeline.Core/Replay/TimelineReplayOrchestrator.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/ReplayEndpoints.cs",
|
||||
"src/Timeline/__Libraries/StellaOps.Timeline.Core/Replay/TimelineReplayOrchestrator.cs",
|
||||
"src/Timeline/__Libraries/StellaOps.Timeline.Core/ServiceCollectionExtensions.cs",
|
||||
"src/Timeline/__Tests/StellaOps.Timeline.WebService.Tests/TimelineApiIntegrationTests.cs"
|
||||
],
|
||||
"missing": [],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "build",
|
||||
"module": "timeline",
|
||||
"feature": "timeline-replay-api",
|
||||
"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": []
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "api",
|
||||
"module": "timeline",
|
||||
"feature": "timeline-replay-api",
|
||||
"runId": "run-002",
|
||||
"dateUtc": "2026-02-10T12:35:20Z",
|
||||
"baseUrl": "https://127.0.0.1:10240",
|
||||
"requests": [
|
||||
{
|
||||
"description": "Replay initiation returns accepted response",
|
||||
"method": "POST",
|
||||
"path": "/api/v1/timeline/nonexistent-correlation/replay",
|
||||
"expectedStatus": 202,
|
||||
"actualStatus": 202,
|
||||
"assertion": "response includes replayId and INITIATED status",
|
||||
"result": "pass",
|
||||
"evidence": "replayId=db405fdba48f435b"
|
||||
},
|
||||
{
|
||||
"description": "Replay status endpoint resolves operation by replayId",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/replay/db405fdba48f435b",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"assertion": "operation payload includes status/progress/deterministicMatch",
|
||||
"result": "pass",
|
||||
"evidence": "status=COMPLETED, deterministicMatch=true"
|
||||
}
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user