mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #2041] Add backup completed event, listener, and notification system #1723
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/2041
Author: @PalmarHealer
Created: 12/23/2025
Status: 🔄 Open
Base:
main← Head:palmarhealer/feat-notify-completed-backups📝 Commits (2)
391add7Add backup completed event, listener, and notification system (#1885)3241f44RegisterBackupCompletedevent and its listener📊 Changes
9 files changed (+117 additions, -2 deletions)
View changed files
➕
app/Events/Backup/BackupCompleted.php(+17 -0)📝
app/Filament/Admin/Pages/Settings.php(+10 -0)📝
app/Http/Controllers/Api/Remote/Backups/BackupStatusController.php(+5 -2)➕
app/Listeners/Backup/BackupCompletedListener.php(+39 -0)➕
app/Notifications/BackupCompleted.php(+34 -0)📝
app/Providers/EventServiceProvider.php(+5 -0)📝
config/panel.php(+2 -0)📝
lang/en/admin/setting.php(+1 -0)📝
lang/en/notifications.php(+4 -0)📄 Description
Closes #1742
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.