mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-23 19:08:57 +03:00
[PR #265] [MERGED] Simplify node deployment service, add filtering with tags instead of locations #665
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/265
Author: @lancepioch
Created: 5/22/2024
Status: ✅ Merged
Merged: 5/25/2024
Merged by: @lancepioch
Base:
main← Head:issue/222📝 Commits (9)
da698a3Remove exceptionf9aa8cfSimplify viable nodes service5c33c74Ignore this for nowb579f14Backwards compatibilityb007e63Pint fixes5146078Merge branch 'main' into issue/22248f715aFix directory5b9e4b1Always limit by nodes, was like this before anywaysf4672c6Pint fix📊 Changes
12 files changed (+61 additions, -163 deletions)
View changed files
📝
.github/workflows/ci.yaml(+1 -1)➖
app/Exceptions/Service/Deployment/NoViableNodeException.php(+0 -9)📝
app/Http/Controllers/Admin/Servers/CreateServerController.php(+0 -1)📝
app/Http/Controllers/Api/Application/Nodes/NodeDeploymentController.php(+7 -10)📝
app/Http/Controllers/Api/Application/Servers/ServerController.php(+0 -1)📝
app/Http/Requests/Api/Application/Nodes/GetDeployableNodesRequest.php(+4 -0)📝
app/Http/Requests/Api/Application/Servers/StoreServerRequest.php(+10 -0)📝
app/Models/Objects/DeploymentObject.php(+15 -0)📝
app/Services/Deployment/AllocationSelectionService.php(+3 -5)📝
app/Services/Deployment/FindViableNodesService.php(+14 -78)📝
app/Services/Servers/ServerCreationService.php(+7 -8)➖
tests/Integration/Services/Deployment/FindViableNodesServiceTest.php(+0 -50)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.