TenantAtlas/app/Services
ahmido a0ed9e24c5 feat: unify provider connection actions and notifications (#73)
## Summary
- introduce the Provider Connection Filament resource (list/create/edit) with DB-only controls, grouped action dropdowns, and badge-driven status/health rendering
- wire up the provider foundation stack (migrations, models, policies, providers, operations, badges, and audits) plus the required spec docs/checklists
- standardize Inventory Sync notifications so the job no longer writes its own DB rows; terminal notifications now flow exclusively through OperationRunCompleted while the start surface still shows the queued toast

## Testing
- ./vendor/bin/sail php ./vendor/bin/pint --dirty
- ./vendor/bin/sail artisan test tests/Unit/Badges/ProviderConnectionBadgesTest.php
- ./vendor/bin/sail artisan test tests/Feature/ProviderConnections tests/Feature/Filament/ProviderConnectionsDbOnlyTest.php
- ./vendor/bin/sail artisan test tests/Feature/Inventory/RunInventorySyncJobTest.php tests/Feature/Inventory/InventorySyncStartSurfaceTest.php

Co-authored-by: Ahmed Darrazi <ahmeddarrazi@MacBookPro.fritz.box>
Reviewed-on: #73
2026-01-25 01:01:37 +00:00
..
BackupScheduling feat/032-backup-scheduling-mvp (#36) 2026-01-07 01:12:12 +00:00
Directory 051-entra-group-directory-cache (#57) 2026-01-11 23:24:12 +00:00
Drift feat/044-drift-mvp (#58) 2026-01-14 23:16:10 +00:00
Graph 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
Intune feat/049-backup-restore-job-orchestration (#56) 2026-01-11 15:59:06 +00:00
Inventory feat/047-inventory-foundations-nodes (#51) 2026-01-10 20:47:29 +00:00
Operations 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
Providers feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
AdapterRunReconciler.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00
AssignmentBackupService.php feat/009-app-protection-policy (#11) 2025-12-29 16:11:50 +00:00
AssignmentRestoreService.php feat/009-app-protection-policy (#11) 2025-12-29 16:11:50 +00:00
OperationRunService.php 056-remove-legacy-bulkops (#65) 2026-01-19 23:27:52 +00:00