mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1530] [MERGED] Add import & export for schedules #1432
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/1530
Author: @Boy132
Created: 7/18/2025
Status: ✅ Merged
Merged: 7/19/2025
Merged by: @Boy132
Base:
main← Head:boy132/export-schedules📝 Commits (2)
bdc4451add import & export for schedules24305a6Merge remote-tracking branch 'upstream/main' into boy132/export-schedules📊 Changes
7 files changed (+291 additions, -0 deletions)
View changed files
➕
app/Filament/Components/Actions/ExportScheduleAction.php(+34 -0)➕
app/Filament/Components/Actions/ImportScheduleAction.php(+121 -0)📝
app/Filament/Server/Resources/ScheduleResource/Pages/EditSchedule.php(+2 -0)📝
app/Filament/Server/Resources/ScheduleResource/Pages/ListSchedules.php(+2 -0)➕
app/Services/Schedules/Sharing/ScheduleExporterService.php(+39 -0)➕
app/Services/Schedules/Sharing/ScheduleImporterService.php(+78 -0)➕
lang/en/admin/schedule.php(+15 -0)📄 Description
Closes #1529
Schedules are exported as json files and can be imported on the schedule list page. For importing both urls and files are supported.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.