Add unit tests for Router configuration and transport layers
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled

- Implemented tests for RouterConfig, RoutingOptions, StaticInstanceConfig, and RouterConfigOptions to ensure default values are set correctly.
- Added tests for RouterConfigProvider to validate configurations and ensure defaults are returned when no file is specified.
- Created tests for ConfigValidationResult to check success and error scenarios.
- Developed tests for ServiceCollectionExtensions to verify service registration for RouterConfig.
- Introduced UdpTransportTests to validate serialization, connection, request-response, and error handling in UDP transport.
- Added scripts for signing authority gaps and hashing DevPortal SDK snippets.
This commit is contained in:
StellaOps Bot
2025-12-05 08:01:47 +02:00
parent 635c70e828
commit 6a299d231f
294 changed files with 28434 additions and 1329 deletions

0
docs/ui/.keep Normal file
View File

4
docs/ui/SHA256SUMS Normal file
View File

@@ -0,0 +1,4 @@
# Hash index for UI docs (exception center)
# <sha256> <relative-path>
147b79a89bc3c0561f070e843bc9aeb693f12bea287c002073b5f94fc7389c5f docs/ui/exception-center.md
536a099c16c72943572c7f850932d3d4a53a9fe35dd9739c5a838ec63130fb0e docs/ui/exception-center.md

View File

@@ -0,0 +1,18 @@
# Exception Center UI (stub)
> Status: BLOCKED — waiting on UI assets/payloads and accessibility guidance (DOCS-EXC-25-005).
## Outline
1. Overview + imposed rule banner
2. Navigation and badges
3. Workflow walkthrough (create, approve, reject)
4. Accessibility/keyboard shortcuts
5. Offline considerations (asset packaging, deterministic captures)
6. Troubleshooting
## Determinism
- Hash captures/payloads into `docs/ui/SHA256SUMS` once provided.
- Prefer command-rendered outputs where possible; if screenshots are used, store under `docs/ui/assets/exception-center/` with hashes.
## Assets
- Screenshots/command-rendered outputs (when provided) will live under `docs/ui/assets/exception-center/` and be hash-listed in `docs/ui/SHA256SUMS`.