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,36 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlaySnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/IPolicyOverlayMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Vex/VexOverlayTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Vex/VexOverlaySnapshot.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlaySnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/PolicyOverlayMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Policy/IPolicyOverlayMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Vex/VexOverlayTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Vex/VexOverlaySnapshot.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj -c Release --nologo",
"testsRun": 66,
"testsPassed": 66,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T20:53:04Z"
}

View File

@@ -0,0 +1,68 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-008",
"timestampUtc": "2026-02-10T20:53:04Z",
"requests": [
{
"description": "Query with includeOverlays returns overlays on all node tiles",
"method": "POST",
"path": "/graph/query",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:query"
},
"requestBody": {
"kinds": [
"component"
],
"query": "component",
"includeOverlays": true,
"includeEdges": false,
"includeStats": false,
"limit": 10
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Each returned node tile includes policy and vex overlays",
"result": "pass"
},
{
"description": "Overlay sampling emits explainTrace once per response",
"method": "POST",
"path": "/graph/query",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:query"
},
"requestBody": {
"kinds": [
"component"
],
"query": "component",
"includeOverlays": true,
"includeEdges": false,
"includeStats": false,
"limit": 10
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Exactly one node overlay contains explainTrace",
"result": "pass"
}
],
"summary": {
"queryNodeLines": 3,
"overlayNodeLines": 3,
"explainTraceNodes": 1
},
"verdict": "pass",
"suiteReplay": {
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj -c Release --nologo",
"testsRun": 66,
"testsPassed": 66,
"testsFailed": 0
}
}