mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1434] [MERGED] Fix error handling for deleting backups #1389
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1434
Author: @Boy132
Created: 6/6/2025
Status: ✅ Merged
Merged: 6/7/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-deleting-nonexisting-backup📝 Commits (3)
2ec12cefix error handling for deleting backups99f9fa0fix tests5acf7desimplify exceptions📊 Changes
3 files changed (+27 additions, -13 deletions)
View changed files
📝
app/Filament/Server/Resources/BackupResource.php(+22 -3)📝
app/Services/Backups/DeleteBackupService.php(+3 -6)📝
tests/Integration/Services/Backups/DeleteBackupServiceTest.php(+2 -4)📄 Description
Correctly handle 404 errors from wings and handle node connection errors.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.