save checkpoint

This commit is contained in:
master
2026-02-11 01:32:14 +02:00
parent 5593212b41
commit cf5b72974f
2316 changed files with 68799 additions and 3808 deletions

View File

@@ -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"
}

View File

@@ -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-10T19:39:50Z"
}

View File

@@ -0,0 +1,31 @@
{
"type": "api",
"module": "timeline",
"feature": "immutable-audit-log",
"runId": "run-004",
"dateUtc": "2026-02-10T19:39: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"
}