mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #469] [MERGED] Health page #778
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/469
Author: @Boy132
Created: 7/8/2024
Status: ✅ Merged
Merged: 12/24/2024
Merged by: @Boy132
Base:
main← Head:feature/health📝 Commits (10+)
d5180f6add spatie healthc5897cachange slug for health page0745ec4add check for panel version2ae1fe3only check for debug mode if env isn't local236a7b6add check for node versions2edc954improve short summary5fd9698fix outdated check8b1e702run pint635bd23fix health checks during tests9691166add count to ok message📊 Changes
10 files changed (+669 additions, -3 deletions)
View changed files
➕
app/Checks/NodeVersionsCheck.php(+43 -0)➕
app/Checks/PanelVersionCheck.php(+31 -0)➕
app/Checks/UsedDiskSpaceCheck.php(+16 -0)📝
app/Console/Kernel.php(+5 -0)➕
app/Filament/Admin/Pages/Health.php(+120 -0)📝
app/Providers/AppServiceProvider.php(+23 -0)📝
composer.json(+2 -1)📝
composer.lock(+235 -2)➕
config/health.php(+123 -0)➕
resources/views/filament/pages/health.blade.php(+71 -0)📄 Description
Uses spatie/laravel-health to add a health page.
Also includes two custom checks: one for checking the panel version and one for checking node versions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.