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,20 @@
{
"feature": "microservice-endpoint-yaml-configuration-overrides",
"tier": "tier2-integration",
"timestamp": "2026-02-13T00:00:00Z",
"result": "PASS",
"testProject": "StellaOps.Microservice.Tests",
"testCounts": { "passed": 181, "failed": 0, "skipped": 0, "total": 181 },
"duration": "2s 687ms",
"sourceVerification": {
"EndpointOverrideMerger.cs": true,
"MicroserviceYamlConfig.cs": true
},
"behaviorsVerified": [
"YAML override for endpoint timeout applied via EndpointOverrideMerger",
"Claim requirements merged with attribute-defined claims",
"Streaming enablement via YAML override",
"Payload limits from YAML configuration",
"Code-level attributes preserved when no YAML override defined"
]
}