save checkpoint
This commit is contained in:
@@ -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 (Core + WebService checked-feature matrix)",
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"command": "dotnet test src/Timeline/__Tests/StellaOps.Timeline.Core.Tests/StellaOps.Timeline.Core.Tests.csproj -c Release --nologo \u0026\u0026 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-10T14:15:50Z"
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "api",
|
||||
"module": "timeline",
|
||||
"feature": "immutable-audit-log",
|
||||
"runId": "run-003",
|
||||
"dateUtc": "2026-02-10T14:15:50Z",
|
||||
"baseUrl": "in-process TestServer (WebApplicationFactory\u003cProgram\u003e)",
|
||||
"requests": [
|
||||
{
|
||||
"description": "Export status returns not-found for unknown operation",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/export/{unknownId}",
|
||||
"expectedStatus": 404,
|
||||
"actualStatus": 404,
|
||||
"assertion": "unknown export ID does not return synthetic success",
|
||||
"result": "pass",
|
||||
"evidence": "TimelineApiIntegrationTests.ExportStatus_ReturnsNotFound_ForUnknownExportId"
|
||||
},
|
||||
{
|
||||
"description": "Export download returns not-found for unknown operation",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/export/{unknownId}/download",
|
||||
"expectedStatus": 404,
|
||||
"actualStatus": 404,
|
||||
"assertion": "unknown export download is rejected with 404",
|
||||
"result": "pass",
|
||||
"evidence": "TimelineApiIntegrationTests.ExportDownload_ReturnsNotFound_ForUnknownExportId"
|
||||
}
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user