TenantAtlas/tests/Unit/Badges
ahmido a107e7e41b feat: restore safety integrity and queue slide-over (#210)
## Summary
- add the Spec 181 restore-safety layer with scope fingerprinting, preview/check integrity states, execution safety snapshots, result attention, and operator-facing copy across the wizard, restore detail, and canonical operation detail
- add focused unit and feature coverage for restore-safety assessment, result attention, and restore-linked operation detail
- switch the finding exceptions queue `Inspect exception` action to a native Filament slide-over while preserving query-param-backed inline summary behavior

## Testing
- `vendor/bin/sail artisan test --compact tests/Feature/Monitoring/FindingExceptionsQueueTest.php tests/Feature/Filament/RestoreSafetyIntegrityWizardTest.php tests/Feature/Filament/RestoreResultAttentionSurfaceTest.php tests/Feature/Operations/RestoreLinkedOperationDetailTest.php tests/Unit/Support/RestoreSafety`

## Notes
- Spec 181 checklist is complete (`specs/181-restore-safety-integrity/checklists/requirements.md`)
- the branch still has unchecked follow-up tasks in `specs/181-restore-safety-integrity/tasks.md`: `T012`, `T018`, `T019`, `T023`, `T025`, `T029`, `T032`, `T033`, `T041`, `T042`, `T043`, `T044`
- Filament v5 / Livewire v4 compliance is preserved, no panel provider registration changes were made, no global-search behavior was added, destructive actions remain confirmation-gated, and no new Filament assets were introduced

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #210
2026-04-06 23:37:14 +00:00
..
AuditBadgesTest.php feat: lay audit log foundation (#163) 2026-03-11 09:39:37 +00:00
BackupSetBadgesTest.php 059-unified-badges (#71) 2026-01-22 23:44:51 +00:00
BadgeCatalogTest.php feat: implement inventory coverage truth (#208) 2026-04-05 12:35:20 +00:00
BooleanEnabledBadgesTest.php feat: tag badge catalog (060) (#72) 2026-01-23 23:05:55 +00:00
DiffRowStatusBadgeTest.php feat: add shared diff presentation foundation (#170) 2026-03-14 12:32:08 +00:00
FindingBadgesTest.php feat: harden finding governance health surfaces (#197) 2026-03-28 10:11:12 +00:00
GovernanceArtifactTruthTest.php feat: implement operator explanation layer (#191) 2026-03-24 11:24:33 +00:00
InventoryCoverageStateBadgesTest.php feat: implement inventory coverage truth (#208) 2026-04-05 12:35:20 +00:00
OperationRunBadgesTest.php feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
OperatorOutcomeTaxonomyTest.php feat: implement operator explanation layer (#191) 2026-03-24 11:24:33 +00:00
PolicyBadgesTest.php feat: add Intune RBAC inventory and backup support (#155) 2026-03-09 10:40:51 +00:00
ProviderConnectionBadgesTest.php feat: complete provider truth cleanup (#207) 2026-04-05 00:48:31 +00:00
RestoreRunBadgesTest.php feat: restore safety integrity and queue slide-over (#210) 2026-04-06 23:37:14 +00:00
RestoreUiBadgesTest.php feat: restore safety integrity and queue slide-over (#210) 2026-04-06 23:37:14 +00:00
RunStatusBadgesTest.php feat: consolidate operation naming surfaces (#202) 2026-03-30 22:51:06 +00:00
TagBadgeCatalogTest.php feat: tag badge catalog (060) (#72) 2026-01-23 23:05:55 +00:00
TagBadgePaletteInvariantTest.php feat: tag badge catalog (060) (#72) 2026-01-23 23:05:55 +00:00
TenantBadgesTest.php feat: complete provider truth cleanup (#207) 2026-04-05 00:48:31 +00:00
VerificationBadgesTest.php feat: verification report framework (074) (#89) 2026-02-03 23:58:17 +00:00