mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #395] [CLOSED] Replace Allocations with Endpoints #732
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/395
Author: @lancepioch
Created: 6/15/2024
Status: ❌ Closed
Base:
main← Head:issue/68📝 Commits (10+)
5b6c462This isn’t typically used for a brand new server29f8ac6This is for the apib220c58Rearrange these9c81c0cUse public memberf480a27Simplify logic4dbb550Remove auto generated properties71684dcPint fix2e7c534Disable this if there’s no eggbbe09ceAdd some new options for ports768a45bMore updates📊 Changes
119 files changed (+844 additions, -4110 deletions)
View changed files
➕
app/Casts/EndpointCollection.php(+45 -0)➖
app/Exceptions/Service/Allocation/AllocationDoesNotBelongToServerException.php(+0 -9)➖
app/Exceptions/Service/Allocation/AutoAllocationNotEnabledException.php(+0 -18)➖
app/Exceptions/Service/Allocation/CidrOutOfRangeException.php(+0 -16)➖
app/Exceptions/Service/Allocation/InvalidPortMappingException.php(+0 -16)➖
app/Exceptions/Service/Allocation/NoAutoAllocationSpaceAvailableException.php(+0 -18)➖
app/Exceptions/Service/Allocation/PortOutOfRangeException.php(+0 -16)➖
app/Exceptions/Service/Allocation/ServerUsingAllocationException.php(+0 -9)➖
app/Exceptions/Service/Allocation/TooManyPortsInRangeException.php(+0 -16)➖
app/Exceptions/Service/Deployment/NoViableAllocationException.php(+0 -9)📝
app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+2 -1)📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+2 -1)📝
app/Filament/Resources/EggResource/Pages/CreateEgg.php(+1 -1)📝
app/Filament/Resources/EggResource/Pages/EditEgg.php(+1 -1)📝
app/Filament/Resources/EggResource/RelationManagers/ServersRelationManager.php(+0 -6)📝
app/Filament/Resources/NodeResource.php(+0 -2)📝
app/Filament/Resources/NodeResource/Pages/CreateNode.php(+3 -2)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+3 -2)➖
app/Filament/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php(+0 -160)📝
app/Filament/Resources/NodeResource/RelationManagers/NodesRelationManager.php(+0 -6)...and 80 more files
📄 Description
Resolves #68
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.