mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #638] [MERGED] Reenable Disabled Pint Rules #868
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/638
Author: @lancepioch
Created: 10/20/2024
Status: ✅ Merged
Merged: 10/20/2024
Merged by: @lancepioch
Base:
main← Head:lance/pint-fixes📝 Commits (8)
c0a41acAdd class_attributes_separation96acd26Add concat_space rule1bf6a88Add nullable_type_declaration_for_default_null_value ruled21740dAdd phpdoc_align rule466f9f7Add phpdoc_separation ruledeb6603Revert "Add concat_space rule"64943aaMerge branch 'main' into lance/pint-fixesc621d2dRemove superfluous doc block📊 Changes
87 files changed (+165 additions, -73 deletions)
View changed files
📝
app/Exceptions/DisplayException.php(+3 -0)📝
app/Exceptions/Handler.php(+3 -3)📝
app/Exceptions/Http/HttpForbiddenException.php(+1 -1)📝
app/Exceptions/Http/Server/ServerStateConflictException.php(+1 -1)📝
app/Exceptions/Http/TwoFactorAuthRequiredException.php(+1 -1)📝
app/Exceptions/Service/ServiceLimitExceededException.php(+1 -1)📝
app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php(+1 -0)📝
app/Extensions/Backups/BackupManager.php(+2 -2)📝
app/Extensions/DynamicDatabaseConnection.php(+2 -0)📝
app/Filament/Pages/Settings.php(+1 -0)📝
app/Filament/Resources/ApiKeyResource.php(+3 -0)📝
app/Filament/Resources/DatabaseHostResource.php(+1 -0)📝
app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php(+1 -0)📝
app/Filament/Resources/DatabaseResource.php(+1 -0)📝
app/Filament/Resources/EggResource/Pages/CreateEgg.php(+1 -0)📝
app/Filament/Resources/EggResource/Pages/ListEggs.php(+1 -0)📝
app/Filament/Resources/MountResource.php(+1 -0)📝
app/Filament/Resources/MountResource/Pages/EditMount.php(+1 -0)📝
app/Filament/Resources/MountResource/Pages/ListMounts.php(+2 -0)📝
app/Filament/Resources/NodeResource/Widgets/NodeCpuChart.php(+1 -0)...and 67 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.