TenantAtlas/tests/Feature/OpsUx
ahmido d56ba85755 Spec 078: Operations tenantless canonical detail (#95)
Implements Spec 078 operations tenantless canonical migration.

Highlights:
- Canonical run detail at `/admin/operations/{run}` renders with standard Filament chrome + sidebar and reuses `OperationRunResource::infolist()` (schema-based, Filament v5).
- Legacy tenant-scoped resource pages removed; legacy URLs return 404 as required.
- Added full spec test pack under `tests/Feature/078/` and updated existing tests.
- Added safe refresh/header actions wiring and KPI header guard when tenant context is null.

Validation:
- `vendor/bin/sail artisan test --compact tests/Feature/078/` (pass)
- `vendor/bin/sail bin pint --dirty` (pass)

Notes:
- Livewire v4+ compliant (Filament v5).
- Panel providers remain registered in `bootstrap/providers.php` (Laravel 11+ standard).

Co-authored-by: Ahmed Darrazi <ahmeddarrazi@MacBookPro.fritz.box>
Reviewed-on: #95
2026-02-07 09:07:26 +00:00
..
ActiveRunsTest.php feat(058): tenant dashboard + active-runs gating (#68) 2026-01-21 14:00:42 +00:00
AdapterRunReconcilerTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
BackupSetDeleteBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
BulkEnqueueIdempotencyTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
BulkOperationProgressDbOnlyTest.php 057-filament-v5-upgrade (#66) 2026-01-20 21:19:27 +00:00
BulkTenantIsolationTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
CanonicalViewRunLinksTest.php Spec 078: Operations tenantless canonical detail (#95) 2026-02-07 09:07:26 +00:00
FailureSanitizationTest.php Spec 078: Operations tenantless canonical detail (#95) 2026-02-07 09:07:26 +00:00
NonLeakageWorkspaceOperationsTest.php Spec 077: Workspace Global Mode + context bar redundancy cleanup (#94) 2026-02-06 22:14:53 +00:00
NoQueuedDbNotificationsTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
NotificationViewRunLinkTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
OperationCatalogCoverageTest.php feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
OperationRunSummaryCountsIncrementTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
OperationSummaryKeysSpecTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
OpsUxSmokeTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
PolicyVersionForceDeleteBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
PolicyVersionPruneBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
ProgressWidgetFiltersTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
ProgressWidgetOverflowTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
ProgressWidgetPollerRegistrationTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
QueuedToastCopyTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
RestoreExecuteOperationRunSyncTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
RestoreExecutionOperationRunSyncTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
RestoreRunDeleteBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
RunDetailPollingStopsOnTerminalTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
RunEnqueuedBrowserEventTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
SummaryCountsWhitelistTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
TargetScopeConcurrencyLimiterTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
TenantSyncBulkJobTest.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
TerminalNotificationFailureMessageTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
TerminalNotificationIdempotencyTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00
UnknownOperationTypeLabelTest.php 055-ops-ux-rollout (#64) 2026-01-18 14:50:15 +00:00