mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #637] [MERGED] Enforce Dependency Injection #870
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/637
Author: @lancepioch
Created: 10/20/2024
Status: ✅ Merged
Merged: 10/20/2024
Merged by: @lancepioch
Base:
main← Head:lance/enforce-di📝 Commits (1)
54ea55dEnforce DI📊 Changes
25 files changed (+128 additions, -69 deletions)
View changed files
📝
app/Console/Commands/Egg/CheckEggUpdatesCommand.php(+1 -4)📝
app/Exceptions/DisplayException.php(+1 -0)📝
app/Exceptions/Handler.php(+1 -0)📝
app/Filament/Pages/Dashboard.php(+11 -7)📝
app/Filament/Pages/Installer/PanelInstaller.php(+2 -2)📝
app/Filament/Pages/Installer/Steps/AdminUserStep.php(+2 -1)📝
app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+8 -1)📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+8 -1)📝
app/Filament/Resources/EggResource/Pages/EditEgg.php(+1 -4)📝
app/Filament/Resources/EggResource/Pages/ListEggs.php(+4 -6)📝
app/Filament/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php(+1 -1)📝
app/Filament/Resources/ServerResource/Pages/CreateServer.php(+13 -8)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+2 -2)📝
app/Filament/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php(+1 -1)📝
app/Filament/Resources/UserResource/Pages/EditProfile.php(+10 -11)📝
app/Filament/Resources/UserResource/Pages/ListUsers.php(+1 -3)📝
app/Filament/Resources/UserResource/RelationManagers/ServersRelationManager.php(+4 -4)📝
app/Http/Middleware/VerifyReCaptcha.php(+8 -5)📝
app/Models/Node.php(+1 -0)➕
app/PHPStan/ForbiddenGlobalFunctionsRule.php(+38 -0)...and 5 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.