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