docs(code-review): resolve the 8 re-review findings (fixed in 9ab1c002)

Flip DataConnectionLayer-029, InboundAPI-031, SiteRuntime-032/033,
StoreAndForward-028, AuditLog-017, CentralUI-037, ScriptAnalysis-009 from Open to
Resolved with the fixing commit + a one-line resolution each; regen README
(0 pending / 576 total across 25 modules).
This commit is contained in:
Joseph Doherty
2026-06-24 09:40:47 -04:00
parent 9ab1c00265
commit ad4744a295
8 changed files with 37 additions and 47 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
| Last reviewed | 2026-06-24 |
| Reviewer | claude-agent |
| Commit reviewed | `1f9de8a2` |
| Open findings | 1 |
| Open findings | 0 |
## Summary
@@ -905,7 +905,7 @@ Focused re-review of the changes since the prior review — verifying the code-r
|--|--|
| Severity | Low |
| Category | Testing coverage |
| Status | Open |
| Status | Resolved |
| Location | `src/ZB.MOM.WW.ScadaBridge.AuditLog/Central/AuditLogIngestActor.cs:149` |
**Description**
@@ -918,4 +918,4 @@ Add a TestKit test using a service provider whose IAuditLogRepository resolution
**Resolution**
_Unresolved._
Resolved in commit `9ab1c002` (2026-06-24): added `Receive_WhenRepositoryResolutionThrows_ActorSurvives_RepliesEmpty_CountsFailure` to `AuditLogIngestActorTests` — it drives the production-ctor actor with a service provider that has no `IAuditLogRepository` registered (so the per-message scope resolution throws), asserting the actor survives, replies with an empty accepted list, and increments the failure counter on each of two successive batches. The AuditLog-014 guard path is now pinned.