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:19Z
|
||||
request=GET /api/v1/timeline/export/unknown-export-id-013
|
||||
---
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 0
|
||||
Date: Tue, 10 Feb 2026 23:42:18 GMT
|
||||
Server: Kestrel
|
||||
@@ -0,0 +1,7 @@
|
||||
capturedAtUtc=2026-02-10T23:42:19Z
|
||||
request=GET /api/v1/timeline/export/unknown-export-id-013/download
|
||||
---
|
||||
HTTP/1.1 404 Not Found
|
||||
Content-Length: 0
|
||||
Date: Tue, 10 Feb 2026 23:42:18 GMT
|
||||
Server: Kestrel
|
||||
@@ -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,41 @@
|
||||
{
|
||||
"type": "api",
|
||||
"module": "timeline",
|
||||
"feature": "immutable-audit-log",
|
||||
"runId": "run-013",
|
||||
"dateUtc": "2026-02-10T23:42:18Z",
|
||||
"baseUrl": "https://127.0.0.1:10240",
|
||||
"transport": "curl -k",
|
||||
"capturedAtUtc": "2026-02-10T23:42:18Z",
|
||||
"requests": [
|
||||
{
|
||||
"description": "Unknown export status returns not found",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/export/unknown-export-id-013",
|
||||
"expectedStatus": 404,
|
||||
"actualStatus": 404,
|
||||
"assertion": "status endpoint does not return synthetic export payloads",
|
||||
"requestCapturedAtUtc": "2026-02-10T23:42:19Z",
|
||||
"evidenceFile": "evidence/01-unknown-export-status.txt",
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Unknown export download returns not found",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/export/unknown-export-id-013/download",
|
||||
"expectedStatus": 404,
|
||||
"actualStatus": 404,
|
||||
"assertion": "download endpoint requires a real completed export operation",
|
||||
"requestCapturedAtUtc": "2026-02-10T23:42:19Z",
|
||||
"evidenceFile": "evidence/02-unknown-export-download.txt",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"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