TenantAtlas/tests/Feature/Workspaces
ahmido 845d21db6d feat: harden operation lifecycle monitoring (#190)
## Summary
- harden operation-run lifecycle handling with explicit reconciliation policy, stale-run healing, failed-job bridging, and monitoring visibility
- refactor audit log event inspection into a Filament slide-over and remove the stale inline detail/header-action coupling
- align panel theme asset resolution and supporting Filament UI updates, including the rounded 2xl theme token regression fix

## Testing
- ran focused Pest coverage for the affected audit-log inspection flow and related visibility tests
- ran formatting with `vendor/bin/sail bin pint --dirty --format agent`
- manually verified the updated audit-log slide-over flow in the integrated browser

## Notes
- branch includes the Spec 160 artifacts under `specs/160-operation-lifecycle-guarantees/`
- the full test suite was not rerun as part of this final commit/PR step

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #190
2026-03-23 21:53:19 +00:00
..
ChooseTenantPageTest.php feat: central tenant operability policy (#177) 2026-03-17 11:48:55 +00:00
ChooseWorkspacePageTest.php fix: route workspace switch to chooser (#147) 2026-03-08 00:58:51 +00:00
ChooseWorkspaceRedirectsToChooseTenantTest.php feat: implement spec 147 tenant context enforcement (#176) 2026-03-16 22:52:58 +00:00
CreateWorkspaceCreatesMembershipTest.php feat: workspace context enforcement (specs 070–072) (#85) 2026-02-02 10:07:41 +00:00
EnsureWorkspaceSelectedMiddlewareTest.php feat: implement tenant lifecycle operability semantics (#172) 2026-03-15 09:08:36 +00:00
ManagedTenantsLivewireUpdateTest.php feat: harden operation lifecycle monitoring (#190) 2026-03-23 21:53:19 +00:00
ManagedTenantsWorkspaceRoutingTest.php Spec 077: Workspace Global Mode + context bar redundancy cleanup (#94) 2026-02-06 22:14:53 +00:00
SelectTenantControllerTest.php feat: central tenant operability policy (#177) 2026-03-17 11:48:55 +00:00
SwitchWorkspaceRedirectsToTenantRegistrationWhenNoTenantsTest.php fix: consolidate tenant creation + harden selection flows (#131) 2026-02-22 19:54:24 +00:00
WorkspaceAuditTrailTest.php fix: consolidate tenant creation + harden selection flows (#131) 2026-02-22 19:54:24 +00:00
WorkspaceIntendedUrlTest.php Spec 077: Workspace Global Mode + context bar redundancy cleanup (#94) 2026-02-06 22:14:53 +00:00
WorkspaceNavigationHubTest.php fix: route workspace switch to chooser (#147) 2026-03-08 00:58:51 +00:00
WorkspaceRedirectResolverTest.php feat: implement tenant action taxonomy lifecycle visibility (#174) 2026-03-16 00:57:17 +00:00
WorkspacesResourceIsTenantlessTest.php Spec 077: Workspace Global Mode + context bar redundancy cleanup (#94) 2026-02-06 22:14:53 +00:00
WorkspaceSwitchUserMenuTest.php fix: route workspace switch to chooser (#147) 2026-03-08 00:58:51 +00:00