mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #532] [MERGED] Improve error handling for Installer #812
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/532
Author: @Boy132
Created: 8/7/2024
Status: ✅ Merged
Merged: 8/9/2024
Merged by: @Boy132
Base:
main← Head:installer/error-reporting📝 Commits (5)
a3170b2make sure migrations ranebab86aadd loading indicator to finish button867ed55make error notification persistent066549efix migration checker7389a47cleanup traits📊 Changes
14 files changed (+65 additions, -40 deletions)
View changed files
📝
app/Console/Commands/Environment/AppSettingsCommand.php(+1 -1)📝
app/Console/Commands/Environment/CacheSettingsCommand.php(+2 -2)📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+1 -1)📝
app/Console/Commands/Environment/EmailSettingsCommand.php(+1 -1)📝
app/Console/Commands/Environment/QueueSettingsCommand.php(+2 -2)📝
app/Console/Commands/Environment/SessionSettingsCommand.php(+2 -2)📝
app/Console/Commands/Overrides/SeedCommand.php(+1 -1)📝
app/Console/Commands/Overrides/UpCommand.php(+1 -1)📝
app/Filament/Pages/Installer/PanelInstaller.php(+13 -2)📝
app/Filament/Pages/Settings.php(+1 -1)➕
app/Traits/CheckMigrationsTrait.php(+29 -0)📝
app/Traits/Commands/RequiresDatabaseMigrations.php(+6 -22)📝
app/Traits/EnvironmentWriterTrait.php(+4 -3)📝
tests/Unit/Helpers/EnvironmentWriterTraitTest.php(+1 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.