mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #599] [CLOSED] Add optimize filament to docker #847
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/599
Author: @lancepioch
Created: 10/2/2024
Status: ❌ Closed
Base:
main← Head:filament-optimize📝 Commits (10+)
d82264bUpdate entrypoint.sh329a399Add can check45b73deSwitch to authorizeb003404Collection of small admin area changes (#604)6a8ff1aUpdate app/Filament/Resources/ServerResource/Pages/ListServers.phpa946669Add warning about database data to database settings command (#612)e23a4a6Fix escaping forEnvironmentWriterTrait(#610)3ec9026Update API for roles (#611)8638e53Merge pull request #601 from RMartinOscar/issue/6003c5da1cReplace allnumber_formatwithNumber::format(#617)📊 Changes
53 files changed (+468 additions, -383 deletions)
View changed files
📝
.env.example(+2 -0)📝
.github/docker/entrypoint.sh(+3 -0)📝
app/Console/Commands/Environment/AppSettingsCommand.php(+2 -23)📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+7 -0)📝
app/Filament/Pages/Installer/PanelInstaller.php(+73 -52)📝
app/Filament/Pages/Installer/Steps/AdminUserStep.php(+4 -2)➕
app/Filament/Pages/Installer/Steps/CompletedStep.php(+34 -0)📝
app/Filament/Pages/Installer/Steps/DatabaseStep.php(+57 -40)📝
app/Filament/Pages/Installer/Steps/EnvironmentStep.php(+20 -16)📝
app/Filament/Pages/Installer/Steps/RedisStep.php(+37 -22)📝
app/Filament/Pages/Installer/Steps/RequirementsStep.php(+6 -4)📝
app/Filament/Pages/Settings.php(+0 -1)📝
app/Filament/Resources/ApiKeyResource.php(+0 -7)📝
app/Filament/Resources/ApiKeyResource/Pages/ListApiKeys.php(+12 -1)📝
app/Filament/Resources/DatabaseHostResource.php(+1 -8)📝
app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+3 -3)📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+3 -3)📝
app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php(+13 -1)📝
app/Filament/Resources/DatabaseResource.php(+0 -7)📝
app/Filament/Resources/EggResource.php(+0 -7)...and 33 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.