mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #1042] [MERGED] Use BuildModificationService on EditServer
#1133
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/1042
Author: @rmartinoscar
Created: 2/27/2025
Status: ✅ Merged
Merged: 3/3/2025
Merged by: @rmartinoscar
Base:
main← Head:fix/ServerSyncWithoutRestart📝 Commits (2)
57981e7UseBuildModificationServiceon EditNode & make it throw if we can't reach wings7dc3ce0Use Node name📊 Changes
5 files changed (+55 additions, -3 deletions)
View changed files
📝
app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php(+1 -1)📝
app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php(+45 -0)📝
app/Services/Servers/BuildModificationService.php(+6 -1)📝
lang/en/admin/node.php(+1 -1)📝
lang/en/admin/server.php(+2 -0)📄 Description
Closes #1025
This only allows syncing cpu/ram/disk limits not environment variables.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.