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,24 @@
{
"type": "integration-tests",
"runId": "run-002",
"timestampUtc": "2026-02-10T11:41:00Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,24 @@
{
"type": "integration-tests",
"runId": "run-003",
"timestampUtc": "2026-02-10T16:37:52Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}

View File

@@ -0,0 +1,40 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"missing": [],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 54,
"testsPassed": 54,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T19:53:04Z"
}

View File

@@ -0,0 +1,24 @@
{
"type": "integration-tests",
"runId": "run-005",
"timestampUtc": "2026-02-10T19:53:04Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}

View File

@@ -0,0 +1,42 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 54,
"testsPassed": 54,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T20:24:04Z"
}

View File

@@ -0,0 +1,24 @@
{
"type": "integration-tests",
"runId": "run-006",
"timestampUtc": "2026-02-10T20:24:04Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}

View File

@@ -0,0 +1,42 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 54,
"testsPassed": 54,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T20:36:50Z"
}

View File

@@ -0,0 +1,24 @@
{
"type": "integration-tests",
"runId": "run-007",
"timestampUtc": "2026-02-10T20:36:50Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}

View File

@@ -0,0 +1,42 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 54,
"testsPassed": 54,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T20:53:04Z"
}

View File

@@ -0,0 +1,24 @@
{
"type": "integration-tests",
"runId": "run-008",
"timestampUtc": "2026-02-10T20:53:04Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}

View File

@@ -0,0 +1,43 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,14 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 54,
"testsPassed": 54,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T21:16:25Z"
}

View File

@@ -0,0 +1,25 @@
{
"type": "integration-tests",
"runId": "run-009",
"timestampUtc": "2026-02-10T21:16:25Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}

View File

@@ -0,0 +1,42 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 54,
"testsPassed": 54,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T21:34:45Z"
}

View File

@@ -0,0 +1,24 @@
{
"type": "integration-tests",
"runId": "run-010",
"timestampUtc": "2026-02-10T21:34:45Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}

View File

@@ -0,0 +1,42 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 54,
"testsPassed": 54,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T21:52:50Z"
}

View File

@@ -0,0 +1,24 @@
{
"type": "integration-tests",
"runId": "run-011",
"timestampUtc": "2026-02-10T21:52:50Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass"
}

View File

@@ -0,0 +1,42 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsWriterOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphOverlayExporter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphAnalyticsWriter.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsServiceCollectionExtensions.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphOverlayExporterTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsTestData.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,13 @@
{
"project": "src/Graph (indexer + persistence matrix)",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 120,
"testsPassed": 120,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T22:53:19Z"
}

View File

@@ -0,0 +1,25 @@
{
"type": "integration-tests",
"runId": "run-012",
"timestampUtc": "2026-02-10T22:53:19Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
},
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 17, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Analytics pipeline/engine and overlay exporter behavior exercised in Graph.Indexer.Tests.",
"Postgres analytics persistence behavior exercised in Graph.Indexer.Persistence.Tests."
],
"verdict": "pass",
"dateUtc": "2026-02-10T22:53:19Z"
}

View File

@@ -0,0 +1,83 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-003",
"timestampUtc": "2026-02-10T11:34:30Z",
"requests": [
{
"description": "Edge metadata batch endpoint rejects unauthenticated caller",
"method": "POST",
"path": "/graph/edges/metadata",
"headers": {
"X-Stella-Tenant": "acme"
},
"requestBody": {
"edgeIds": [
"ge:acme:artifact->component"
]
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Single edge metadata endpoint rejects unauthenticated caller",
"method": "GET",
"path": "/graph/edges/ge:acme:artifact->component/metadata",
"headers": {
"X-Stella-Tenant": "acme"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Reason query endpoint rejects unauthenticated caller",
"method": "GET",
"path": "/graph/edges/by-reason/SbomDependency",
"headers": {
"X-Stella-Tenant": "acme"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Evidence query endpoint rejects unauthenticated caller",
"method": "GET",
"path": "/graph/edges/by-evidence?evidenceType=Sbom&evidenceRef=sha256:abc",
"headers": {
"X-Stella-Tenant": "acme"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Reason query endpoint rejects missing tenant header",
"method": "GET",
"path": "/graph/edges/by-reason/SbomDependency",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 400,
"actualStatus": 400,
"result": "pass"
},
{
"description": "Reason query endpoint accepts valid read scope",
"method": "GET",
"path": "/graph/edges/by-reason/SbomDependency",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
}
],
"verdict": "pass"
}

View File

@@ -0,0 +1,27 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-004",
"timestampUtc": "2026-02-10T11:47:30Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"verdict": "pass"
}

View File

@@ -0,0 +1,40 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs"
],
"missing": [
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"verdict": "partial",
"notes": "Feature file explicitly documents missing types: EdgeReason, EdgeVia, ExplanationPayload. 12/15 files found (80%). Existing infrastructure is present but the human-readable explanation layer is missing per the feature's own 'What's Missing' section."
}

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-10T19:53:04Z"
}

View File

@@ -0,0 +1,33 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-005",
"timestampUtc": "2026-02-10T19:53:04Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"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
}
}

View File

@@ -0,0 +1,40 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs"
],
"missing": [
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"verdict": "partial",
"notes": "Feature file explicitly documents missing types: EdgeReason, EdgeVia, ExplanationPayload. 12/15 files found (80%). Existing infrastructure is present but the human-readable explanation layer is missing per the feature\u0027s own \u0027What\u0027s Missing\u0027 section."
}

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:24:04Z"
}

View File

@@ -0,0 +1,33 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-006",
"timestampUtc": "2026-02-10T20:24:04Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"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
}
}

View File

@@ -0,0 +1,40 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs"
],
"missing": [
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"verdict": "partial",
"notes": "Feature file explicitly documents missing types: EdgeReason, EdgeVia, ExplanationPayload. 12/15 files found (80%). Existing infrastructure is present but the human-readable explanation layer is missing per the feature\u0027s own \u0027What\u0027s Missing\u0027 section."
}

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:36:50Z"
}

View File

@@ -0,0 +1,33 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-007",
"timestampUtc": "2026-02-10T20:36:50Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"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
}
}

View File

@@ -0,0 +1,40 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs"
],
"missing": [
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"verdict": "partial",
"notes": "Feature file explicitly documents missing types: EdgeReason, EdgeVia, ExplanationPayload. 12/15 files found (80%). Existing infrastructure is present but the human-readable explanation layer is missing per the feature\u0027s own \u0027What\u0027s Missing\u0027 section."
}

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,33 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-008",
"timestampUtc": "2026-02-10T20:53:04Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"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
}
}

View File

@@ -0,0 +1,41 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs"
],
"missing": [
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"verdict": "partial",
"notes": "Feature file explicitly documents missing types: EdgeReason, EdgeVia, ExplanationPayload. 12/15 files found (80%). Existing infrastructure is present but the human-readable explanation layer is missing per the feature\u0027s own \u0027What\u0027s Missing\u0027 section."
}

View File

@@ -0,0 +1,14 @@
{
"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-10T21:16:25Z"
}

View File

@@ -0,0 +1,34 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-009",
"timestampUtc": "2026-02-10T21:16:25Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"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
}
}

View File

@@ -0,0 +1,40 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs"
],
"missing": [
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"verdict": "partial",
"notes": "Feature file explicitly documents missing types: EdgeReason, EdgeVia, ExplanationPayload. 12/15 files found (80%). Existing infrastructure is present but the human-readable explanation layer is missing per the feature\u0027s own \u0027What\u0027s Missing\u0027 section."
}

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-10T21:34:45Z"
}

View File

@@ -0,0 +1,33 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-010",
"timestampUtc": "2026-02-10T21:34:45Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"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
}
}

View File

@@ -0,0 +1,40 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs"
],
"missing": [
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"verdict": "partial",
"notes": "Feature file explicitly documents missing types: EdgeReason, EdgeVia, ExplanationPayload. 12/15 files found (80%). Existing infrastructure is present but the human-readable explanation layer is missing per the feature\u0027s own \u0027What\u0027s Missing\u0027 section."
}

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-10T21:52:50Z"
}

View File

@@ -0,0 +1,33 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-011",
"timestampUtc": "2026-02-10T21:52:50Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"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
}
}

View File

@@ -0,0 +1,40 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Services/",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshot.cs",
"src/Graph/StellaOps.Graph.Indexer/Documents/GraphSnapshotBuilder.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphDocumentFactory.cs",
"src/Graph/StellaOps.Graph.Indexer/Schema/GraphIdentity.cs",
"src/Graph/__Libraries/StellaOps.Graph.Core/CveObservationNode.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Advisory/AdvisoryLinksetTransformer.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorProcessor.cs",
"src/Graph/StellaOps.Graph.Indexer/Ingestion/Inspector/GraphInspectorTransformer.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphDocumentWriter.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphSnapshotProvider.cs"
],
"missing": [
"src/Graph/StellaOps.Graph.Api/Services/EdgeReason.cs",
"src/Graph/StellaOps.Graph.Api/Services/EdgeVia.cs",
"src/Graph/StellaOps.Graph.Api/Services/ExplanationPayload.cs"
],
"verdict": "partial",
"notes": "Feature file explicitly documents missing types: EdgeReason, EdgeVia, ExplanationPayload. 12/15 files found (80%). Existing infrastructure is present but the human-readable explanation layer is missing per the feature\u0027s own \u0027What\u0027s Missing\u0027 section."
}

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; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 120,
"testsPassed": 120,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T22:53:19Z"
}

View File

@@ -0,0 +1,34 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-012",
"timestampUtc": "2026-02-10T22:53:19Z",
"requests": [
{
"description": "Known edge metadata is retrievable for authenticated read scope",
"method": "GET",
"path": "/graph/edges/ge:acme:component-%3Ecomponent/metadata",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:read"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Payload contains depends_on edge metadata and explanation",
"result": "pass"
}
],
"summary": {
"edgeKnownStatus": 200,
"edgeContainsDependsOn": true
},
"verdict": "pass",
"suiteReplay": {
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 120,
"testsPassed": 120,
"testsFailed": 0
},
"dateUtc": "2026-02-10T22:53:19Z"
}

View File

@@ -0,0 +1,65 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-002",
"timestampUtc": "2026-02-10T11:45:00Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"verdict": "pass"
}

View File

@@ -0,0 +1,74 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.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-10T19:53:04Z"
}

View File

@@ -0,0 +1,71 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-005",
"timestampUtc": "2026-02-10T19:53:04Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"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
}
}

View File

@@ -0,0 +1,76 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.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:24:04Z"
}

View File

@@ -0,0 +1,71 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-006",
"timestampUtc": "2026-02-10T20:24:04Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"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
}
}

View File

@@ -0,0 +1,76 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.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:36:50Z"
}

View File

@@ -0,0 +1,71 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-007",
"timestampUtc": "2026-02-10T20:36:50Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"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
}
}

View File

@@ -0,0 +1,76 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.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,71 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-008",
"timestampUtc": "2026-02-10T20:53:04Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"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
}
}

View File

@@ -0,0 +1,77 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,14 @@
{
"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-10T21:16:25Z"
}

View File

@@ -0,0 +1,72 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-009",
"timestampUtc": "2026-02-10T21:16:25Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"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
}
}

View File

@@ -0,0 +1,76 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.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-10T21:34:45Z"
}

View File

@@ -0,0 +1,71 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-010",
"timestampUtc": "2026-02-10T21:34:45Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"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
}
}

View File

@@ -0,0 +1,76 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.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-10T21:52:50Z"
}

View File

@@ -0,0 +1,71 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-011",
"timestampUtc": "2026-02-10T21:52:50Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"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
}
}

View File

@@ -0,0 +1,76 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Api/Program.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphQueryService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphSearchService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphPathService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphDiffService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphExportService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryGraphLineageService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryOverlayService.cs",
"src/Graph/StellaOps.Graph.Api/Services/IReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/InMemoryReachabilityDeltaService.cs",
"src/Graph/StellaOps.Graph.Api/Services/RateLimiterService.cs",
"src/Graph/StellaOps.Graph.Api/Services/GraphMetrics.cs",
"src/Graph/StellaOps.Graph.Api/Services/IAuditLogger.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/SearchContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/LineageContracts.cs",
"src/Graph/StellaOps.Graph.Api/Contracts/ReachabilityContracts.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/QueryServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/SearchServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/PathServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/DiffServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/ExportServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LineageServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/LoadTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/MetricsTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/RateLimiterServiceTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/GraphApiContractTests.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; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 120,
"testsPassed": 120,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T22:53:19Z"
}

View File

@@ -0,0 +1,72 @@
{
"type": "api",
"baseUrl": "http://127.0.0.1:19100",
"runId": "run-012",
"timestampUtc": "2026-02-10T22:53:19Z",
"requests": [
{
"description": "Export job creation succeeds for authorized tenant",
"method": "POST",
"path": "/graph/export",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"requestBody": {
"format": "ndjson",
"includeEdges": true
},
"expectedStatus": 200,
"actualStatus": 200,
"result": "pass"
},
{
"description": "Export download succeeds for matching tenant with export scope",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 200,
"actualStatus": 200,
"assertion": "Response includes X-Content-SHA256 and application/x-ndjson content type",
"result": "pass"
},
{
"description": "Export download rejects unauthenticated caller",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"X-Stella-Tenant": "acme",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 401,
"actualStatus": 401,
"result": "pass"
},
{
"description": "Export download is tenant-isolated",
"method": "GET",
"path": "/graph/export/{jobId}",
"headers": {
"Authorization": "Bearer qa-token",
"X-Stella-Tenant": "bravo",
"X-Stella-Scopes": "graph:export"
},
"expectedStatus": 404,
"actualStatus": 404,
"result": "pass"
}
],
"verdict": "pass",
"suiteReplay": {
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo; dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj -c Release --nologo",
"testsRun": 120,
"testsPassed": 120,
"testsFailed": 0
},
"dateUtc": "2026-02-10T22:53:19Z"
}

View File

@@ -0,0 +1,18 @@
{
"type": "integration-tests",
"runId": "run-002",
"timestampUtc": "2026-02-10T11:41:00Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Clustering and centrality background job behavior is covered by GraphAnalyticsEngineTests and GraphAnalyticsPipelineTests",
"Hosted analytics execution path remains green as part of indexer behavioral suite"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,28 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"missing": [],
"verdict": "pass"
}

View File

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

View File

@@ -0,0 +1,18 @@
{
"type": "integration-tests",
"runId": "run-005",
"timestampUtc": "2026-02-10T19:53:04Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Clustering and centrality background job behavior is covered by GraphAnalyticsEngineTests and GraphAnalyticsPipelineTests",
"Hosted analytics execution path remains green as part of indexer behavioral suite"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,30 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

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

View File

@@ -0,0 +1,18 @@
{
"type": "integration-tests",
"runId": "run-006",
"timestampUtc": "2026-02-10T20:24:04Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Clustering and centrality background job behavior is covered by GraphAnalyticsEngineTests and GraphAnalyticsPipelineTests",
"Hosted analytics execution path remains green as part of indexer behavioral suite"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,30 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

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

View File

@@ -0,0 +1,18 @@
{
"type": "integration-tests",
"runId": "run-007",
"timestampUtc": "2026-02-10T20:36:50Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Clustering and centrality background job behavior is covered by GraphAnalyticsEngineTests and GraphAnalyticsPipelineTests",
"Hosted analytics execution path remains green as part of indexer behavioral suite"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,30 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

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

View File

@@ -0,0 +1,18 @@
{
"type": "integration-tests",
"runId": "run-008",
"timestampUtc": "2026-02-10T20:53:04Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Clustering and centrality background job behavior is covered by GraphAnalyticsEngineTests and GraphAnalyticsPipelineTests",
"Hosted analytics execution path remains green as part of indexer behavioral suite"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,31 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

@@ -0,0 +1,14 @@
{
"project": "src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj",
"buildResult": "pass",
"testResult": "pass",
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"testsRun": 37,
"testsPassed": 37,
"testsFailed": 0,
"errors": [
],
"runAtUtc": "2026-02-10T21:16:25Z"
}

View File

@@ -0,0 +1,19 @@
{
"type": "integration-tests",
"runId": "run-009",
"timestampUtc": "2026-02-10T21:16:25Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Clustering and centrality background job behavior is covered by GraphAnalyticsEngineTests and GraphAnalyticsPipelineTests",
"Hosted analytics execution path remains green as part of indexer behavioral suite"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,30 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

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

View File

@@ -0,0 +1,18 @@
{
"type": "integration-tests",
"runId": "run-010",
"timestampUtc": "2026-02-10T21:34:45Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Clustering and centrality background job behavior is covered by GraphAnalyticsEngineTests and GraphAnalyticsPipelineTests",
"Hosted analytics execution path remains green as part of indexer behavioral suite"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,30 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"missing": [
],
"verdict": "pass"
}

View File

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

View File

@@ -0,0 +1,18 @@
{
"type": "integration-tests",
"runId": "run-011",
"timestampUtc": "2026-02-10T21:52:50Z",
"commands": [
{
"command": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"expected": "pass",
"actual": "pass",
"summary": "Passed: 37, Failed: 0, Skipped: 0"
}
],
"assertions": [
"Clustering and centrality background job behavior is covered by GraphAnalyticsEngineTests and GraphAnalyticsPipelineTests",
"Hosted analytics execution path remains green as part of indexer behavioral suite"
],
"verdict": "pass"
}

View File

@@ -0,0 +1,30 @@
{
"filesChecked": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"found": [
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsHostedService.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsEngine.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsPipeline.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsTypes.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsMetrics.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/GraphAnalyticsOptions.cs",
"src/Graph/StellaOps.Graph.Indexer/Analytics/InMemoryGraphSnapshotProvider.cs",
"src/Graph/__Libraries/StellaOps.Graph.Indexer.Persistence/Postgres/Repositories/PostgresGraphAnalyticsWriter.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsEngineTests.cs",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/GraphAnalyticsPipelineTests.cs"
],
"missing": [
],
"verdict": "pass"
}

Some files were not shown because too many files have changed in this diff Show More