mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1137] [MERGED] Pest Test Improvements #1202
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/1137
Author: @pelican-vehikl
Created: 3/20/2025
Status: ✅ Merged
Merged: 4/28/2025
Merged by: @lancepioch
Base:
main← Head:vehikl/pester📝 Commits (10+)
d408442wip pest208ef25wip2813670working tests17d9ff4Mutation testing8873ee7fix SettingsController name653e6a5Separate out description and rename api routesce8c764WIP pest testsb9e0ccbRevert "Separate out description and rename api routes"cd67043Test Filamente2ec2bbMerge branch 'main' into vehikl/pester📊 Changes
13 files changed (+633 additions, -14 deletions)
View changed files
📝
.gitignore(+1 -2)📝
app/Enums/RolePermissionModels.php(+20 -0)📝
app/Http/Controllers/Api/Client/Servers/SettingsController.php(+5 -9)📝
app/Models/Permission.php(+2 -1)📝
app/Models/Role.php(+3 -0)📝
composer.json(+2 -0)📝
composer.lock(+133 -2)➕
database/Factories/PermissionFactory.php(+18 -0)➕
database/Factories/RoleFactory.php(+22 -0)➕
tests/Feature/SettingsControllerTest.php(+179 -0)➕
tests/Filament/Admin/ListEggsTest.php(+49 -0)➕
tests/Filament/Admin/ListNodesTest.php(+67 -0)📝
tests/Pest.php(+132 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.