TenantAtlas/app/Filament/Resources
ahmido 0e2adeab71 feat(verification): unify verification surfaces (Spec 084) (#102)
Implements Spec 084 (verification-surfaces-unification).

Highlights
- Unifies tenant + onboarding verification start on `provider.connection.check` (OperationRun-based, enqueue-only).
- Ensures completed blocked runs persist a schema-valid `context.verification_report` stub (DB-only viewers never show “unavailable”).
- Adds tenant embedded verification report widget with DB-only rendering + canonical tenantless “View run” links.
- Enforces 404/403 semantics for tenantless run viewing (workspace membership + tenant entitlement required; otherwise 404).
- Fixes admin panel widgets to resolve tenant from record context so Owners can start verification and recent operations renders correctly.

Tests
- Ran: `vendor/bin/sail artisan test --compact tests/Feature/Verification/ tests/Feature/ProviderConnections/ProviderOperationBlockedGuidanceSpec081Test.php tests/Feature/Onboarding/OnboardingVerificationTest.php tests/Feature/RunAuthorizationTenantIsolationTest.php tests/Feature/Filament/TenantVerificationReportWidgetTest.php tests/Feature/Filament/RecentOperationsSummaryWidgetTest.php`

Notes
- Filament v5 / Livewire v4 compatible.
- No new assets; no changes to provider registration.

Co-authored-by: Ahmed Darrazi <ahmeddarrazi@MacBookPro.fritz.box>
Reviewed-on: #102
2026-02-09 11:28:09 +00:00
..
BackupScheduleResource feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
BackupSetResource feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
EntraGroupResource/Pages 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
EntraGroupSyncRunResource/Pages 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
FindingResource/Pages 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
InventoryItemResource/Pages 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
InventorySyncRunResource/Pages 058-tenant-ui-polish (#70) 2026-01-22 00:17:23 +00:00
PolicyResource feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
PolicyVersionResource/Pages feat/004-assignments-scope-tags (#4) 2025-12-23 21:49:58 +00:00
ProviderConnectionResource/Pages Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
RestoreRunResource/Pages feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
TenantResource feat(verification): unify verification surfaces (Spec 084) (#102) 2026-02-09 11:28:09 +00:00
Workspaces Spec 077: Workspace Global Mode + context bar redundancy cleanup (#94) 2026-02-06 22:14:53 +00:00
BackupScheduleResource.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
BackupSetResource.php 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
EntraGroupResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
EntraGroupSyncRunResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
FindingResource.php 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
InventoryItemResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
InventorySyncRunResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
OperationRunResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
PolicyResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
PolicyVersionResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
ProviderConnectionResource.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
RestoreRunResource.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
TenantResource.php feat(verification): unify verification surfaces (Spec 084) (#102) 2026-02-09 11:28:09 +00:00