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