mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1432] [MERGED] Server Without Allocations #1387
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/1432
Author: @JoanFo1456
Created: 6/4/2025
Status: ✅ Merged
Merged: 6/26/2025
Merged by: @lancepioch
Base:
main← Head:feature/server-without-allocations📝 Commits (10+)
9d18fa4First Commit9cee228Second commit repairs api61127b2Wip with Martin6dc9681Merge branch 'pelican-dev:main' into feature/server-without-allocations93103cfWorking delete primary allocations & adding a new one will establish as primaryb523c57Client network now can add allocations to servers without one + making first primary8180d40Table now allows servers without allocationsf948748Pint7aa259fFix frontend & transfers & Add testsec57829Merge branch 'main' into feature/server-without-allocations📊 Changes
35 files changed (+347 additions, -175 deletions)
View changed files
➕
app/Exceptions/Service/Deployment/NoViableNodeException.php(+7 -0)📝
app/Filament/Admin/Resources/EggResource/RelationManagers/ServersRelationManager.php(+3 -2)📝
app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php(+4 -2)📝
app/Filament/Admin/Resources/NodeResource/RelationManagers/NodesRelationManager.php(+4 -2)📝
app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php(+8 -8)📝
app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php(+6 -3)📝
app/Filament/Admin/Resources/ServerResource/Pages/ListServers.php(+7 -4)📝
app/Filament/Admin/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php(+14 -24)📝
app/Filament/Admin/Resources/UserResource/RelationManagers/ServersRelationManager.php(+3 -2)📝
app/Filament/App/Resources/ServerResource/Pages/ListServers.php(+2 -1)📝
app/Filament/Server/Resources/AllocationResource.php(+4 -7)📝
app/Filament/Server/Resources/AllocationResource/Pages/ListAllocations.php(+4 -0)📝
app/Filament/Server/Widgets/ServerOverview.php(+1 -1)📝
app/Http/Controllers/Api/Client/Servers/NetworkAllocationController.php(+0 -4)📝
app/Http/Controllers/Api/Remote/Servers/ServerTransferController.php(+15 -12)📝
app/Http/Requests/Api/Application/Servers/StoreServerRequest.php(+1 -0)📝
app/Livewire/ServerEntry.php(+1 -1)📝
app/Models/Allocation.php(+0 -14)📝
app/Models/Objects/DeploymentObject.php(+16 -0)📝
app/Models/Server.php(+9 -3)...and 15 more files
📄 Description
With Quinten's wings branch should allow allocationless servers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.