mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-08-21 15:03:46 +00:00
Align storage recovery registry with Proxmox backup surface
Remove ownership and proof-policy references to Proxmox backup presentation files that were retired by the guest-centric backup surface, keeping the storage-recovery contract aligned with tracked runtime paths.
This commit is contained in:
parent
0b4a31ba30
commit
253bc56c19
2 changed files with 5 additions and 16 deletions
|
|
@ -4826,12 +4826,9 @@
|
|||
"internal/recovery/"
|
||||
],
|
||||
"owned_files": [
|
||||
"frontend-modern/src/features/proxmox/BackupActivityChart.tsx",
|
||||
"frontend-modern/src/features/proxmox/proxmoxBackupActivityPresentation.ts",
|
||||
"frontend-modern/src/features/proxmox/proxmoxBackupRecoveryModel.ts",
|
||||
"frontend-modern/src/features/proxmox/ProxmoxBackupsCoverageStrip.tsx",
|
||||
"frontend-modern/src/features/proxmox/ProxmoxBackupsTable.tsx",
|
||||
"frontend-modern/src/features/proxmox/proxmoxBackupSummaryPresentation.ts",
|
||||
"frontend-modern/src/features/proxmox/ProxmoxPageSurface.tsx",
|
||||
"frontend-modern/src/hooks/useRecoveryPoints.ts",
|
||||
"frontend-modern/src/types/recovery.ts",
|
||||
|
|
@ -4924,21 +4921,16 @@
|
|||
"label": "proxmox backup product surface proof",
|
||||
"match_prefixes": [],
|
||||
"match_files": [
|
||||
"frontend-modern/src/features/proxmox/BackupActivityChart.tsx",
|
||||
"frontend-modern/src/features/proxmox/proxmoxBackupActivityPresentation.ts",
|
||||
"frontend-modern/src/features/proxmox/proxmoxBackupRecoveryModel.ts",
|
||||
"frontend-modern/src/features/proxmox/ProxmoxBackupsCoverageStrip.tsx",
|
||||
"frontend-modern/src/features/proxmox/ProxmoxBackupsTable.tsx",
|
||||
"frontend-modern/src/features/proxmox/proxmoxBackupSummaryPresentation.ts",
|
||||
"frontend-modern/src/features/proxmox/ProxmoxPageSurface.tsx"
|
||||
],
|
||||
"allow_same_subsystem_tests": false,
|
||||
"test_prefixes": [],
|
||||
"exact_files": [
|
||||
"frontend-modern/src/features/proxmox/__tests__/proxmoxBackupActivityPresentation.test.ts",
|
||||
"frontend-modern/src/features/proxmox/__tests__/proxmoxBackupRecoveryModel.test.ts",
|
||||
"frontend-modern/src/features/proxmox/__tests__/ProxmoxBackupsTable.test.tsx",
|
||||
"frontend-modern/src/features/proxmox/__tests__/proxmoxBackupSummaryPresentation.test.ts"
|
||||
"frontend-modern/src/features/proxmox/__tests__/ProxmoxBackupsTable.test.tsx"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -43,13 +43,10 @@ state.
|
|||
14. `frontend-modern/src/utils/storageSummaryCache.ts`
|
||||
15. `frontend-modern/src/components/Storage/useStorageSummaryCharts.ts`
|
||||
16. `frontend-modern/src/features/storageBackups/storageCapacityDeltaPresentation.ts`
|
||||
17. `frontend-modern/src/features/proxmox/BackupActivityChart.tsx`
|
||||
18. `frontend-modern/src/features/proxmox/ProxmoxBackupsCoverageStrip.tsx`
|
||||
19. `frontend-modern/src/features/proxmox/ProxmoxBackupsTable.tsx`
|
||||
20. `frontend-modern/src/features/proxmox/proxmoxBackupActivityPresentation.ts`
|
||||
21. `frontend-modern/src/features/proxmox/proxmoxBackupRecoveryModel.ts`
|
||||
22. `frontend-modern/src/features/proxmox/proxmoxBackupSummaryPresentation.ts`
|
||||
23. `frontend-modern/src/features/proxmox/ProxmoxPageSurface.tsx`
|
||||
17. `frontend-modern/src/features/proxmox/ProxmoxBackupsCoverageStrip.tsx`
|
||||
18. `frontend-modern/src/features/proxmox/ProxmoxBackupsTable.tsx`
|
||||
19. `frontend-modern/src/features/proxmox/proxmoxBackupRecoveryModel.ts`
|
||||
20. `frontend-modern/src/features/proxmox/ProxmoxPageSurface.tsx`
|
||||
|
||||
## Shared Boundaries
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue