[PR #66] [MERGED] Change columns #576

Closed
opened 2026-02-04 18:34:30 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: issue/fix-3


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/66 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 4/14/2024 **Status:** ✅ Merged **Merged:** 4/21/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `issue/fix-3` --- ### 📝 Commits (8) - [`54eaf8a`](https://github.com/pelican-dev/panel/commit/54eaf8ab0faa679627cfe11a0c2a6d3759b204b3) Change colums - [`0814b82`](https://github.com/pelican-dev/panel/commit/0814b82b7ec35f447e588f8115ca3cc8e9db93af) pint - [`6118ed9`](https://github.com/pelican-dev/panel/commit/6118ed91fa38ee2db4244f8835f25b0aa13510fb) oops, readd this - [`dc8d7aa`](https://github.com/pelican-dev/panel/commit/dc8d7aa3da2a0f2513097db1c0b42ed479a58222) Fix mariadb? - [`69b70bf`](https://github.com/pelican-dev/panel/commit/69b70bf6494aba638fb0f49f6c0b5fc83f71b1b9) Merge branch 'master' into issue/fix-3 - [`85f7bf3`](https://github.com/pelican-dev/panel/commit/85f7bf30b90036eb706c07b59a9e845e0d18b9dc) fix daemon_base - [`693c659`](https://github.com/pelican-dev/panel/commit/693c65995d0e274d8056844c3a396b0999a86cf7) Merge branch 'issue/fix-3' of https://github.com/pelican-dev/panel into issue/fix-3 - [`ba7a5d5`](https://github.com/pelican-dev/panel/commit/ba7a5d5126ea5e85dcf4b3b0dfaaab1252a9ff98) Be explicit about this being a string ### 📊 Changes **31 files changed** (+138 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Closes https://github.com/pelican-dev/panel/issues/3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:34:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#576