mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1043] [CLOSED] Pest Test Improvements #1132
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/1043
Author: @pelican-vehikl
Created: 2/28/2025
Status: ❌ Closed
Base:
main← Head:vehikl/pest📝 Commits (8)
1df03f0wip pestf46432bwip1ee9a4eworking testsd592b2eMutation testing113ec88fix SettingsController name0882358Separate out description and rename api routes8dc2e29WIP pest testscd88f32wip📊 Changes
800 files changed (+6442 additions, -26486 deletions)
View changed files
📝
.github/workflows/docker-publish.yml(+83 -8)📝
.gitignore(+1 -1)📝
Dockerfile(+15 -15)➕
Dockerfile.base(+10 -0)➕
app/Checks/CacheCheck.php(+58 -0)➕
app/Checks/DatabaseCheck.php(+42 -0)➕
app/Checks/DebugModeCheck.php(+44 -0)➕
app/Checks/EnvironmentCheck.php(+38 -0)📝
app/Checks/NodeVersionsCheck.php(+6 -4)📝
app/Checks/PanelVersionCheck.php(+6 -3)➕
app/Checks/ScheduleCheck.php(+41 -0)📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+10 -10)📝
app/Console/Commands/Node/MakeNodeCommand.php(+19 -19)📝
app/Console/Commands/Node/NodeConfigurationCommand.php(+2 -2)📝
app/Console/Commands/Overrides/KeyGenerateCommand.php(+3 -3)📝
app/Console/Commands/Schedule/ProcessRunnableCommand.php(+2 -2)📝
app/Console/Commands/UpgradeCommand.php(+10 -10)📝
app/Console/Commands/User/DisableTwoFactorCommand.php(+1 -1)📝
app/Enums/RolePermissionModels.php(+20 -0)📝
app/Extensions/OAuth/Providers/AuthentikProvider.php(+18 -9)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.