documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "source",
|
||||
"module": "timeline",
|
||||
"feature": "immutable-audit-log",
|
||||
"runId": "run-002",
|
||||
"dateUtc": "2026-02-10T12:35:20Z",
|
||||
"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,14 @@
|
||||
{
|
||||
"type": "build",
|
||||
"module": "timeline",
|
||||
"feature": "immutable-audit-log",
|
||||
"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": "immutable-audit-log",
|
||||
"runId": "run-002",
|
||||
"dateUtc": "2026-02-10T12:35:20Z",
|
||||
"baseUrl": "https://127.0.0.1:10240",
|
||||
"requests": [
|
||||
{
|
||||
"description": "Unknown export status does not leak synthetic data",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/export/abcdef1234567890",
|
||||
"expectedStatus": 404,
|
||||
"actualStatus": 404,
|
||||
"assertion": "status endpoint requires real export operation",
|
||||
"result": "pass",
|
||||
"evidence": "HTTP 404"
|
||||
},
|
||||
{
|
||||
"description": "Unknown export download returns not found",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/timeline/export/abcdef1234567890/download",
|
||||
"expectedStatus": 404,
|
||||
"actualStatus": 404,
|
||||
"assertion": "download endpoint requires completed export operation",
|
||||
"result": "pass",
|
||||
"evidence": "HTTP 404"
|
||||
}
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user