TenantAtlas/app/Services/Providers
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
..
Contracts feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
CredentialManager.php Spec 076: Tenant Required Permissions (enterprise remediation UX) (#92) 2026-02-05 22:08:51 +00:00
MicrosoftComplianceSnapshotService.php feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
MicrosoftProviderHealthCheck.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
MicrosoftProviderInventoryCollector.php feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
ProviderConnectionResolution.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
ProviderConnectionResolver.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
ProviderGateway.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
ProviderOperationRegistry.php feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
ProviderOperationStartGate.php feat(verification): unify verification surfaces (Spec 084) (#102) 2026-02-09 11:28:09 +00:00
ProviderOperationStartResult.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00