mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #66] [MERGED] Change columns #576
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/66
Author: @notAreYouScared
Created: 4/14/2024
Status: ✅ Merged
Merged: 4/21/2024
Merged by: @lancepioch
Base:
main← Head:issue/fix-3📝 Commits (8)
54eaf8aChange colums0814b82pint6118ed9oops, readd thisdc8d7aaFix mariadb?69b70bfMerge branch 'master' into issue/fix-385f7bf3fix daemon_base693c659Merge branch 'issue/fix-3' of https://github.com/pelican-dev/panel into issue/fix-3ba7a5d5Be explicit about this being a string📊 Changes
31 files changed (+138 additions, -94 deletions)
View changed files
📝
app/Console/Commands/Node/MakeNodeCommand.php(+3 -3)📝
app/Http/Controllers/Admin/Nodes/NodeViewController.php(+1 -1)📝
app/Http/Controllers/Admin/Servers/ServerTransferController.php(+1 -1)📝
app/Http/Controllers/Api/Application/Servers/ServerController.php(+1 -1)📝
app/Http/Controllers/Api/Remote/SftpAuthenticationController.php(+1 -1)📝
app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php(+7 -7)📝
app/Models/Filters/AdminServerFilter.php(+1 -1)📝
app/Models/Filters/MultiFieldServerFilter.php(+1 -1)📝
app/Models/Node.php(+17 -17)📝
app/Models/Server.php(+3 -3)📝
app/Models/User.php(+1 -1)📝
app/Notifications/AddedToServer.php(+1 -1)📝
app/Observers/SubuserObserver.php(+1 -1)📝
app/Services/Servers/ServerCreationService.php(+2 -2)📝
app/Transformers/Api/Application/NodeTransformer.php(+1 -1)📝
app/Transformers/Api/Application/ServerTransformer.php(+1 -1)📝
app/Transformers/Api/Client/ServerTransformer.php(+2 -2)📝
database/Factories/NodeFactory.php(+3 -3)📝
database/Factories/ServerFactory.php(+1 -1)➕
database/migrations/2024_04_14_002250_update_column_names.php(+44 -0)...and 11 more files
📄 Description
Closes https://github.com/pelican-dev/panel/issues/3
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.