documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF

This commit is contained in:
master
2026-02-25 01:24:07 +02:00
parent b07d27772e
commit 4db038123b
9090 changed files with 4836 additions and 2909 deletions

View File

@@ -0,0 +1,13 @@
capturedAtUtc=2026-02-10T23:44:54Z
feature=graph-analytics-engine
command=dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo
---
Determining projects to restore...
All projects are up-to-date for restore.
StellaOps.Graph.Indexer -> C:\dev\New folder\git.stella-ops.org\src\Graph\StellaOps.Graph.Indexer\bin\Release\net10.0\StellaOps.Graph.Indexer.dll
StellaOps.Canonical.Json -> C:\dev\New folder\git.stella-ops.org\src\__Libraries\StellaOps.Canonical.Json\bin\Release\net10.0\StellaOps.Canonical.Json.dll
StellaOps.TestKit -> C:\dev\New folder\git.stella-ops.org\src\__Libraries\StellaOps.TestKit\bin\Release\net10.0\StellaOps.TestKit.dll
StellaOps.Graph.Indexer.Tests -> C:\dev\New folder\git.stella-ops.org\src\Graph\__Tests\StellaOps.Graph.Indexer.Tests\bin\Release\net10.0\StellaOps.Graph.Indexer.Tests.dll
Run tests: 'C:\dev\New folder\git.stella-ops.org\src\Graph\__Tests\StellaOps.Graph.Indexer.Tests\bin\Release\net10.0\StellaOps.Graph.Indexer.Tests.dll' [net10.0|x64]
Passed! - Failed: 0, Passed: 37, Skipped: 0, Total: 37, Duration: 348ms - StellaOps.Graph.Indexer.Tests.dll (net10.0|x64)
Tests succeeded: 'C:\dev\New folder\git.stella-ops.org\src\Graph\__Tests\StellaOps.Graph.Indexer.Tests\bin\Release\net10.0\StellaOps.Graph.Indexer.Tests.dll' [net10.0|x64]

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,21 @@
{
"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.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",
"testProjects": [
"src/Graph/__Tests/StellaOps.Graph.Api.Tests/StellaOps.Graph.Api.Tests.csproj",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj",
"src/Graph/__Tests/StellaOps.Graph.Indexer.Persistence.Tests/StellaOps.Graph.Indexer.Persistence.Tests.csproj"
],
"testsRun": 120,
"testsPassed": 120,
"testsFailed": 0,
"errors": [
],
"warnings": [
],
"runAtUtc": "2026-02-10T23:44:54Z"
}

View File

@@ -0,0 +1,25 @@
{
"type": "integration",
"module": "graph",
"feature": "graph-analytics-engine",
"runId": "run-013",
"dateUtc": "2026-02-10T23:44:54Z",
"timestampUtc": "2026-02-10T23:44:54Z",
"capturedAtUtc": "2026-02-10T23:44:54Z",
"testCommand": "dotnet test src/Graph/__Tests/StellaOps.Graph.Indexer.Tests/StellaOps.Graph.Indexer.Tests.csproj -c Release --nologo",
"testsRun": 37,
"testsPassed": 37,
"testsFailed": 0,
"behaviorVerified": [
"Graph analytics indexer behaviors remain stable in deterministic replay.",
"Analytics pipeline and clustering background paths remain healthy under replay."
],
"evidence": "docs/qa/feature-checks/runs/graph/graph-analytics-engine/run-013/evidence/tier2-command-output.txt",
"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
}
}