mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
[PR #153] [MERGED] Add api for server transfers #612
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/153
Author: @Boy132
Created: 4/25/2024
Status: ✅ Merged
Merged: 5/15/2024
Merged by: @iamkubi
Base:
main← Head:feature/server-transfer-api📝 Commits (8)
1ad29cbadd application api endpoint to start server transfer2517631add basics for "cancel transfer" endpoint4107872wire up wings cancele2d7436lint9b897d0Merge branch 'pelican-dev:main' into feature/server-transfer-api6fa961eMerge branch 'pelican-dev:main' into feature/server-transfer-apib59b0caMerge branch 'pelican-dev:main' into feature/server-transfer-api0eb96a5Merge branch 'refs/heads/main' into feature/server-transfer-api📊 Changes
5 files changed (+229 additions, -114 deletions)
View changed files
📝
app/Http/Controllers/Admin/Servers/ServerTransferController.php(+7 -109)📝
app/Http/Controllers/Api/Application/Servers/ServerManagementController.php(+49 -5)📝
app/Repositories/Daemon/DaemonServerRepository.php(+40 -0)➕
app/Services/Servers/TransferServerService.php(+131 -0)📝
routes/api-application.php(+2 -0)📄 Description
Closes #129
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.