coolify/resources/views/livewire/project
peaklabs-dev ee93ccd8e7
fix(backups): retention settings
- If you set a low local backup retention, for example 2 backups for local backup retention and 10 backups for S3, then the S3 backups were never deleted, not even after 10 days. This was because we check the file paths based on the backup executions table, and as soon as a backup was deleted locally, the execution was removed, which meant after 10 days for s3 there where no backups older then 10 days just the 2 local backups which is just wrong. Now we only delete a backup execution if it has been removed from both locations.
- Also added a nice little UI element to see where your backup is available.
2025-03-14 15:28:12 +01:00
..
application refactor(ui): Unhide log toggle in application settings 2025-03-12 14:46:08 +01:00
database fix(backups): retention settings 2025-03-14 15:28:12 +01:00
new Merge pull request #5333 from georgetasioulis/patch-1 2025-03-13 18:42:00 +01:00
resource fix: even more wire:navigate 2025-01-10 16:45:08 +01:00
service feat(LocalFileVolume): add binary file detection and update UI logic 2025-03-14 14:55:38 +01:00
shared refactor(scheduled-tasks): Improve scheduled task creation and management 2025-02-27 13:26:35 +01:00
add-empty.blade.php remove unnecessary leftover 2024-11-03 23:49:06 +01:00
clone-me.blade.php chore: disable volume data cloning for now 2025-01-13 11:14:00 +01:00
delete-environment.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
delete-project.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
edit.blade.php Merge pull request #3949 from peaklabs-dev/fix-project-deletion 2024-11-07 13:43:56 +01:00
environment-edit.blade.php fix: even more wire:navigate 2025-01-10 16:45:08 +01:00
index.blade.php fix: use wire:navigate on projects page 2025-01-10 14:46:12 +01:00
show.blade.php fix: more wire:navigate 2025-01-10 15:20:01 +01:00