documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Gateway/StellaOps.Gateway.WebService/Program.cs",
|
||||
"src/Gateway/StellaOps.Gateway.WebService/Middleware/CorrelationIdMiddleware.cs",
|
||||
"src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Integration/GatewayIntegrationTests.cs"
|
||||
],
|
||||
"found": [
|
||||
"src/Gateway/StellaOps.Gateway.WebService/Program.cs",
|
||||
"src/Gateway/StellaOps.Gateway.WebService/Middleware/CorrelationIdMiddleware.cs",
|
||||
"src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/Integration/GatewayIntegrationTests.cs"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"project": "src/Gateway+Router (__Tests matrix)",
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"command": "dotnet test src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj -c Release --nologo; dotnet test src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj -c Release --nologo; dotnet test src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.csproj -c Release --nologo",
|
||||
"testProjects": [
|
||||
"src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj",
|
||||
"src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj",
|
||||
"src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.csproj"
|
||||
],
|
||||
"testsRun": 432,
|
||||
"testsPassed": 432,
|
||||
"testsFailed": 0,
|
||||
"errors": [
|
||||
|
||||
],
|
||||
"warnings": [
|
||||
|
||||
],
|
||||
"runAtUtc": "2026-02-10T21:19:04Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"module": "gateway",
|
||||
"feature": "gateway-http-middleware-pipeline",
|
||||
"runId": "run-010",
|
||||
"dateUtc": "2026-02-10T19:42:07Z",
|
||||
"testCommands": [
|
||||
"dotnet test src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj -c Release --nologo",
|
||||
"dotnet test src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj -c Release --nologo",
|
||||
"dotnet test src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.csproj -c Release --nologo"
|
||||
],
|
||||
"testsRun": 432,
|
||||
"testsPassed": 432,
|
||||
"testsFailed": 0,
|
||||
"behaviorVerified": [
|
||||
"Gateway HTTP middleware pipeline behaviors (health/openapi/metrics/not-found/correlation-id paths) remain stable in follow-up replay."
|
||||
],
|
||||
"verdict": "pass",
|
||||
"timestampUtc": "2026-02-10T21:19:04Z",
|
||||
"suiteReplay": {
|
||||
"commands": [
|
||||
"dotnet test src/Gateway/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj -c Release --nologo",
|
||||
"dotnet test src/Router/__Tests/StellaOps.Gateway.WebService.Tests/StellaOps.Gateway.WebService.Tests.csproj -c Release --nologo",
|
||||
"dotnet test src/Router/__Tests/StellaOps.Router.Gateway.Tests/StellaOps.Router.Gateway.Tests.csproj -c Release --nologo"
|
||||
],
|
||||
"testsRun": 432,
|
||||
"testsPassed": 432,
|
||||
"testsFailed": 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user