[PR #1042] [MERGED] Use BuildModificationService on EditServer #1133

Closed
opened 2026-02-04 19:20:14 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: fix/ServerSyncWithoutRestart


📝 Commits (2)

  • 57981e7 Use BuildModificationService on EditNode & make it throw if we can't reach wings
  • 7dc3ce0 Use 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1042 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/ServerSyncWithoutRestart` --- ### 📝 Commits (2) - [`57981e7`](https://github.com/pelican-dev/panel/commit/57981e76168afa3955e5f72885ffdd774c23afe5) Use `BuildModificationService` on EditNode & make it throw if we can't reach wings - [`7dc3ce0`](https://github.com/pelican-dev/panel/commit/7dc3ce0211a800c8c23b11171d4a11fe3614297a) Use Node name ### 📊 Changes **5 files changed** (+55 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #1025 This only allows syncing cpu/ram/disk limits not environment variables. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:20:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1133