feat: Workspace settings slices v1 (backup, drift, operations) #120

Merged
ahmido merged 2 commits from 098-settings-slices-v1-backup-drift-ops into dev 2026-02-16 03:18:34 +00:00
Owner

Implements Spec 098: workspace-level settings slices for Backup retention, Drift severity mapping, and Operations retention/threshold.

Spec

  • specs/098-settings-slices-v1-backup-drift-ops/spec.md

What changed

  • Workspace Settings page: grouped Backup/Drift/Operations sections, unset-input UX w/ helper text, per-setting reset actions (confirmed)
  • Settings registry: adds/updates validation + normalization (incl. drift severity mapping normalization to lowercase)
  • Backup retention: adds workspace default + floor clamp; job clamps effective keep-last up to floor
  • Drift findings: optional workspace severity mapping; adds critical severity support + badge mapping
  • Operations pruning: retention computed per workspace via settings; scheduler unchanged; stuck threshold is storage-only

Safety / Compliance notes

  • Filament v5 / Livewire v4: no Livewire v3 usage; relies on existing Filament v5 + Livewire v4 stack
  • Provider registration unchanged (Laravel 11+/12 uses bootstrap/providers.php)
  • Destructive actions: per-setting reset uses Filament actions with confirmation
  • Global search: not affected (no resource changes)
  • Assets: no new assets registered; no filament:assets changes

Tests

  • vendor/bin/sail artisan test --compact tests/Feature/SettingsFoundation/WorkspaceSettingsManageTest.php
    tests/Feature/SettingsFoundation/WorkspaceSettingsViewOnlyTest.php
    tests/Feature/BackupScheduling/BackupScheduleLifecycleTest.php
    tests/Feature/Drift/DriftPolicySnapshotDriftDetectionTest.php
    tests/Feature/Scheduling/PruneOldOperationRunsScheduleTest.php
    tests/Unit/Badges/FindingBadgesTest.php

Formatting

  • vendor/bin/sail bin pint --dirty
Implements Spec 098: workspace-level settings slices for Backup retention, Drift severity mapping, and Operations retention/threshold. Spec - specs/098-settings-slices-v1-backup-drift-ops/spec.md What changed - Workspace Settings page: grouped Backup/Drift/Operations sections, unset-input UX w/ helper text, per-setting reset actions (confirmed) - Settings registry: adds/updates validation + normalization (incl. drift severity mapping normalization to lowercase) - Backup retention: adds workspace default + floor clamp; job clamps effective keep-last up to floor - Drift findings: optional workspace severity mapping; adds `critical` severity support + badge mapping - Operations pruning: retention computed per workspace via settings; scheduler unchanged; stuck threshold is storage-only Safety / Compliance notes - Filament v5 / Livewire v4: no Livewire v3 usage; relies on existing Filament v5 + Livewire v4 stack - Provider registration unchanged (Laravel 11+/12 uses bootstrap/providers.php) - Destructive actions: per-setting reset uses Filament actions with confirmation - Global search: not affected (no resource changes) - Assets: no new assets registered; no `filament:assets` changes Tests - vendor/bin/sail artisan test --compact tests/Feature/SettingsFoundation/WorkspaceSettingsManageTest.php \ tests/Feature/SettingsFoundation/WorkspaceSettingsViewOnlyTest.php \ tests/Feature/BackupScheduling/BackupScheduleLifecycleTest.php \ tests/Feature/Drift/DriftPolicySnapshotDriftDetectionTest.php \ tests/Feature/Scheduling/PruneOldOperationRunsScheduleTest.php \ tests/Unit/Badges/FindingBadgesTest.php Formatting - vendor/bin/sail bin pint --dirty
ahmido added 2 commits 2026-02-16 03:16:59 +00:00
ahmido merged commit c57f680f39 into dev 2026-02-16 03:18:34 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ahmido/TenantAtlas#120
No description provided.