Reduce audit noise #251

Merged
cmo merged 9 commits from audit-noise into master 2026-07-03 14:05:52 +00:00

2026-07-03

Christian Monch
fix: fix types and faulty authentication check
Some checks failed
Codespell / Check for spelling errors (pull_request) Successful in 40s
Codespell / Check for spelling errors (push) Successful in 42s
Ruff / Code linting (push) Successful in 52s
Ruff / Code linting (pull_request) Successful in 54s
Type annotation (PR) / check (pull_request) Failing after 1m20s
Test execution / Test-all (push) Successful in 1m29s
2026-07-03 16:00:08 +02:00
Christian Monch
2026-07-03 16:00:08 +02:00
Christian Monch
feat: sort JSON records before saving them
This PR moves JSON-record sorting to the layer
above the model-store, i.e., to the API-layer.

This ensures that model-store entities and
audit-backends receive identical JSON records
with identical key-order.
2026-07-03 15:59:46 +02:00