TenantAtlas/tests/Feature/Filament
ahmido 57f3e3934c 085-tenant-operate-hub (#104)
Summary
Implements Spec 085 “Tenant Operate Hub” semantics so central Monitoring pages are context-aware when entered from a tenant, without changing canonical URLs or implicitly mutating tenant selection. Also fixes a UX leak where tenant-scoped Inventory/Policies/Backups surfaces could appear in Admin navigation / be reachable without a selected tenant.

Why

Reduce “where am I / lost tenant context” confusion when operators jump between tenant work and central Monitoring.
Preserve deny-as-not-found security semantics and avoid tenant identity leaks.
Keep tenant-scoped data surfaces strictly tenant-scoped (not workspace-scoped).
What changed

Context-aware Monitoring:
/admin/operations shows scope label + CTAs (“Back to <tenant>”, “Show all tenants”) when tenant context is active and entitled.
/admin/operations/{run} shows deterministic back affordances + optional escape hatch (“Show all operations”) when tenant context is active and entitled.
Canonical Monitoring GET routes do not mutate tenant context.
Stale tenant context (not entitled) falls back to workspace scope without leaking tenant identity.
Tenant navigation IA:
Tenant panel sidebar provides “Monitoring” shortcuts (Runs/Alerts/Audit Log) into the central Monitoring surfaces.
Tenant-scoped Admin surfaces guard:
Inventory/Policies/Policy Versions/Backup Sets no longer show up tenantless; direct access redirects to /admin/choose-tenant when no tenant is selected.
Tests

Added/updated Pest coverage for:
Spec 085 header affordances + stale-context behavior
deny-as-not-found regressions for non-members/non-entitled users
“DB-only render” (no outbound calls) for Monitoring pages
tenant-scoped admin surfaces redirect when no tenant selected
Compatibility / Constraints

Filament v5 + Livewire v4 compliant (no v3 APIs).
Panel providers remain registered via providers.php (Laravel 11+/12).
No new assets; no changes to filament:assets deployment requirements.
No global search changes.
Manual verification

From a tenant, click “Monitoring → Runs” and confirm:
Scope label shows tenant scope
“Show all tenants” clears tenant context and returns to workspace scope
Open a run detail and confirm “Back to <tenant>” behavior + “Show all operations”.

Co-authored-by: Ahmed Darrazi <ahmeddarrazi@ebc83aaa-d947-4a08-b88e-bd72ac9645f7.fritz.box>
Co-authored-by: Ahmed Darrazi <ahmeddarrazi@MacBookPro.fritz.box>
Co-authored-by: Ahmed Darrazi <ahmeddarrazi@adsmac.fritz.box>
Reviewed-on: #104
2026-02-11 21:01:23 +00:00
..
AdminHomeRedirectsToChooseTenantWhenWorkspaceSelectedTest.php 073-unified-managed-tenant-onboarding-wizard (#90) 2026-02-04 23:30:55 +00:00
AdminSmokeTest.php 057-filament-v5-upgrade (#66) 2026-01-20 21:19:27 +00:00
AdminTenantScopedSurfacesRedirectToChooseTenantTest.php 085-tenant-operate-hub (#104) 2026-02-11 21:01:23 +00:00
AppProtectionPolicySettingsDisplayTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
ArchivedTenantViewTest.php feat: RBAC troubleshooting & tenant UI bugfix pack (spec 067) (#84) 2026-01-31 20:09:25 +00:00
BackupCreationTest.php 015-policy-picker-ux (#21) 2026-01-02 13:59:15 +00:00
BackupItemsBulkRemoveTest.php feat: RBAC troubleshooting & tenant UI bugfix pack (spec 067) (#84) 2026-01-31 20:09:25 +00:00
BackupItemsNoPollingTest.php 057-filament-v5-upgrade (#66) 2026-01-20 21:19:27 +00:00
BackupSetGraphSafetyTest.php feat/048-backup-restore-ui-graph-safety (#55) 2026-01-11 00:14:35 +00:00
BackupSetPolicyPickerTableTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
BackupSetUiEnforcementTest.php feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
ChooseTenantEmptyStateRegisterTenantCtaVisibilityTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
ChooseTenantIsWorkspaceScopedTest.php feat: workspace context enforcement (specs 070–072) (#85) 2026-02-02 10:07:41 +00:00
ChooseTenantRequiresWorkspaceTest.php feat: workspace context enforcement (specs 070–072) (#85) 2026-02-02 10:07:41 +00:00
ChooseWorkspaceShowsLastUsedRecommendationTest.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
ConditionalAccessPreviewOnlyTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
EnrollmentAutopilotSettingsDisplayTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
EnrollmentRestrictionsPreviewOnlyTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
EntraGroupSyncRunResourceTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
FilamentBootsTest.php 057-filament-v5-upgrade (#66) 2026-01-20 21:19:27 +00:00
FilamentNotificationsAssetsTest.php 057-filament-v5-upgrade (#66) 2026-01-20 21:19:27 +00:00
GroupPolicyConfigurationHydrationTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
GroupPolicyConfigurationNormalizedDiffTest.php feat(010): Administrative Templates – restore from PolicyVersion + version visibility (#13) 2025-12-30 01:50:05 +00:00
GroupPolicyConfigurationRestoreTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
HousekeepingTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
InventoryHubDbOnlyTest.php 058-tenant-ui-polish (#70) 2026-01-22 00:17:23 +00:00
InventoryItemResourceTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
InventoryPagesTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
InventorySyncRunResourceTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
LivewireInterceptShimIsLoadedTest.php 057-filament-v5-upgrade (#66) 2026-01-20 21:19:27 +00:00
LoginRedirectsToChooseWorkspaceWhenMultipleWorkspacesTest.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
MalformedSnapshotWarningTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
ODataTypeMismatchTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
PolicyCaptureSnapshotOptionsTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
PolicyListingTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
PolicySettingsDisplayTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
PolicySettingsStandardRendersArraysTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
PolicyVersionReadableLayoutTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
PolicyVersionRestoreToIntuneTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
PolicyVersionRestoreViaWizardTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
PolicyVersionScopeTagsDisplayTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
PolicyVersionSettingsTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
PolicyVersionTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
PolicyViewSettingsCatalogReadableTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
ProviderConnectionsDbOnlyTest.php feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
ProviderConnectionsUiEnforcementTest.php feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
RecentOperationsSummaryWidgetTest.php feat(verification): unify verification surfaces (Spec 084) (#102) 2026-02-09 11:28:09 +00:00
RestoreExecutionTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
RestoreItemSelectionTest.php feat/031-tenant-portfolio-context-switch (#32) 2026-01-04 21:28:08 +00:00
RestorePreviewTest.php feat/018-driver-updates-wufb (#27) 2026-01-04 00:38:54 +00:00
RestoreRunUiEnforcementTest.php feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
RestoreWizardGraphSafetyTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
ScriptPoliciesNormalizedDisplayTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
SelectTenantPostPersistsLastUsedTest.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
SettingsCatalogPolicyHydrationTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
SettingsCatalogPolicyNormalizedDiffTest.php feat(010): Administrative Templates – restore from PolicyVersion + version visibility (#13) 2025-12-30 01:50:05 +00:00
SettingsCatalogPolicyNormalizedDisplayTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
SettingsCatalogPolicySyncTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
SettingsCatalogRestoreApplySettingsPatchTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
SettingsCatalogRestoreTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
SettingsCatalogSettingsTableRenderTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
TenantActionsAuthorizationTest.php feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
TenantDashboardDbOnlyTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
TenantDashboardTenantScopeTest.php 058-tenant-ui-polish (#70) 2026-01-22 00:17:23 +00:00
TenantDiagnosticsRepairsTest.php feat: RBAC troubleshooting & tenant UI bugfix pack (spec 067) (#84) 2026-01-31 20:09:25 +00:00
TenantMakeCurrentTest.php 065-tenant-rbac-v1 (#79) 2026-01-28 21:09:47 +00:00
TenantMembersDbOnlyRenderTest.php 073-unified-managed-tenant-onboarding-wizard (#90) 2026-02-04 23:30:55 +00:00
TenantMembersTest.php 066-rbac-ui-enforcement-helper (#81) 2026-01-30 16:58:02 +00:00
TenantPortfolioContextSwitchTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
TenantRbacWizardTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
TenantResourceIndexIsWorkspaceScopedTest.php feat: workspace context enforcement + ownership safeguards (#86) 2026-02-02 23:00:56 +00:00
TenantRoleDefinitionsSelectorDbOnlyTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
TenantScopingTest.php 065-tenant-rbac-v1 (#79) 2026-01-28 21:09:47 +00:00
TenantSetupTest.php feat(verification): unify verification surfaces (Spec 084) (#102) 2026-02-09 11:28:09 +00:00
TenantSwitcherUrlResolvesTenantTest.php feat: workspace context enforcement (specs 070–072) (#85) 2026-02-02 10:07:41 +00:00
TenantVerificationReportWidgetTest.php feat(verification): unify verification surfaces (Spec 084) (#102) 2026-02-09 11:28:09 +00:00
TenantViewHeaderUiEnforcementTest.php feat: RBAC troubleshooting & tenant UI bugfix pack (spec 067) (#84) 2026-01-31 20:09:25 +00:00
WindowsUpdateProfilesRestoreTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
WindowsUpdateRingPolicyTest.php feat: unified managed tenant onboarding wizard (#88) 2026-02-03 17:30:15 +00:00
WindowsUpdateRingRestoreTest.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
WorkspaceContextTopbarAndTenantSelectionTest.php Spec 077: Workspace Global Mode + context bar redundancy cleanup (#94) 2026-02-06 22:14:53 +00:00