mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #405] [MERGED] Remove locationId in MakeNodeCommand #739
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/405
Author: @rmartinoscar
Created: 6/16/2024
Status: ✅ Merged
Merged: 6/17/2024
Merged by: @lancepioch
Base:
main← Head:patch-1📝 Commits (3)
af14bbcConcat + Default9d43059Concat + Default + Enforce schemed303265fix typo📊 Changes
5 files changed (+18 additions, -19 deletions)
View changed files
📝
app/Console/Commands/Node/MakeNodeCommand.php(+8 -8)📝
app/Filament/Resources/NodeResource/Pages/CreateNode.php(+4 -4)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+4 -4)📝
app/Models/Node.php(+1 -1)📝
lang/en/commands.php(+1 -2)📄 Description
Remove locationId as we don't use them anymore
Replace success1 & success2 with success and params
Set overallocate default as -1
Fix filament incorrect port range (1-65535 not 0-65536)
Enforce node_schema to only be either http or https
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.