mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
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/376
Author: @rmartinoscar
Created: 6/12/2024
Status: ✅ Merged
Merged: 6/16/2024
Merged by: @notAreYouScared
Base:
main← Head:issue/135📝 Commits (9)
d9ca176Add Nullable9577130Edit filament & AppServiceProvidera062eefPint41e8051Patch tests33b1d14Actually patching tests943d90dActually patching testse08f14fRemove length46f83a4Remove defaultStringLength4861335Let’s see the differences📊 Changes
37 files changed (+958 additions, -663 deletions)
View changed files
📝
app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+3 -3)📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+3 -3)📝
app/Filament/Resources/DatabaseResource/Pages/CreateDatabase.php(+3 -3)📝
app/Filament/Resources/DatabaseResource/Pages/EditDatabase.php(+3 -3)📝
app/Filament/Resources/EggResource/Pages/CreateEgg.php(+7 -7)📝
app/Filament/Resources/EggResource/Pages/EditEgg.php(+8 -8)📝
app/Filament/Resources/MountResource/Pages/CreateMount.php(+2 -2)📝
app/Filament/Resources/MountResource/Pages/EditMount.php(+2 -2)📝
app/Filament/Resources/NodeResource/Pages/CreateNode.php(+1 -1)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+1 -1)📝
app/Filament/Resources/ServerResource/Pages/CreateServer.php(+2 -2)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+2 -2)📝
app/Filament/Resources/UserResource/Pages/EditProfile.php(+2 -2)📝
app/Filament/Resources/UserResource/Pages/EditUser.php(+2 -2)📝
app/Filament/Resources/UserResource/Pages/ListUsers.php(+2 -2)📝
app/Http/Requests/Admin/Egg/EggFormRequest.php(+2 -2)📝
app/Http/Requests/Admin/Egg/EggVariableFormRequest.php(+2 -2)📝
app/Http/Requests/Admin/Node/AllocationFormRequest.php(+1 -1)📝
app/Http/Requests/Admin/Settings/AdvancedSettingsFormRequest.php(+2 -2)📝
app/Http/Requests/Admin/Settings/BaseSettingsFormRequest.php(+1 -1)...and 17 more files
📄 Description
Edited Filament, Models, mysql-schema and made new migration to fix https://github.com/pelican-dev/panel/issues/135
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.