mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #2106] Notify about completed backups #1757
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/2106
Author: @lancepioch
Created: 1/14/2026
Status: 🔄 Open
Base:
main← Head:lance/1742📝 Commits (1)
c206055notify about completed backups📊 Changes
11 files changed (+794 additions, -4 deletions)
View changed files
➕
app/Events/Backup/BackupCompleted.php(+19 -0)📝
app/Http/Controllers/Api/Remote/Backups/BackupStatusController.php(+6 -0)➕
app/Listeners/Backup/BackupCompletedListener.php(+40 -0)➕
app/Notifications/BackupCompleted.php(+35 -0)📝
app/Services/Helpers/PluginService.php(+4 -4)📝
config/panel.php(+2 -0)📝
lang/en/notifications.php(+3 -0)➕
tests/Integration/Api/Remote/Backups/BackupCompletionNotificationTest.php(+206 -0)➕
tests/Unit/Events/Backup/BackupCompletedTest.php(+52 -0)➕
tests/Unit/Listeners/Backup/BackupCompletedListenerTest.php(+270 -0)➕
tests/Unit/Notifications/BackupCompletedTest.php(+157 -0)📄 Description
Resolves #1742
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.