TenantAtlas/app/Filament/Resources
ahmido 90bfe1516e feat(spec-090): action surface contract compliance (#108)
Implements Spec 090 (Action Surface Contract Compliance & RBAC Hardening).

Highlights:
- Adds/updates action surface declarations and shrinks baseline exemptions.
- Standardizes Filament action grouping/order and empty-state CTAs.
- Enforces RBAC UX semantics (non-member -> 404, member w/o capability -> disabled + tooltip, server-side 403).
- Adds audit logging for successful side-effect actions.
- Fixes Provider Connections list context so header create + row actions resolve tenant correctly.

Tests (focused):
- vendor/bin/sail artisan test --compact tests/Feature/090/
- vendor/bin/sail artisan test --compact tests/Feature/Guards/ActionSurfaceContractTest.php
- vendor/bin/sail bin pint --dirty

Livewire/Filament:
- Filament v5 + Livewire v4 compliant.
- No panel provider registration changes (Laravel 11+ registration remains in bootstrap/providers.php).

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #108
2026-02-13 01:30:22 +00:00
..
BackupScheduleResource feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
BackupSetResource feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
EntraGroupResource/Pages feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
FindingResource/Pages feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
InventoryItemResource/Pages feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
PolicyResource feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
PolicyVersionResource/Pages feat/004-assignments-scope-tags (#4) 2025-12-23 21:49:58 +00:00
ProviderConnectionResource/Pages feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
RestoreRunResource/Pages feat/066-rbac-ui-enforcement-helper-v2 (#83) 2026-01-30 17:28:47 +00:00
TenantResource feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
Workspaces feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
BackupScheduleResource.php feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
BackupSetResource.php feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
EntraGroupResource.php feat: action-surface contract inspect affordance + clickable rows (#100) 2026-02-08 20:31:36 +00:00
FindingResource.php feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
InventoryItemResource.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
OperationRunResource.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
PolicyResource.php 085-tenant-operate-hub (#104) 2026-02-11 21:01:23 +00:00
PolicyVersionResource.php feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
ProviderConnectionResource.php feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00
RestoreRunResource.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
TenantResource.php feat(spec-090): action surface contract compliance (#108) 2026-02-13 01:30:22 +00:00