mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1271] [MERGED] Add back Egg Features #1289
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/1271
Author: @pelican-vehikl
Created: 4/17/2025
Status: ✅ Merged
Merged: 4/25/2025
Merged by: @lancepioch
Base:
main← Head:vehikl/756-a📝 Commits (10+)
deba448Fixed Global Searching961fc4cWork In Progress27971a8Send event to check with Features1a545dfRebase mainfa22a49wip80fbfe7wipa4da206test modale55b0bawip9aa9488Merge branch 'main' into vehikl/756-ad4af195wip📊 Changes
13 files changed (+545 additions, -22 deletions)
View changed files
➕
app/Extensions/Features/FeatureProvider.php(+51 -0)➕
app/Extensions/Features/GSLToken.php(+122 -0)➕
app/Extensions/Features/JavaVersion.php(+97 -0)➕
app/Extensions/Features/MinecraftEula.php(+72 -0)➕
app/Extensions/Features/PIDLimit.php(+76 -0)➕
app/Extensions/Features/SteamDiskSpace.php(+64 -0)📝
app/Filament/Server/Pages/Console.php(+34 -9)📝
app/Models/Egg.php(+7 -13)📝
app/Providers/AppServiceProvider.php(+12 -0)📝
app/Services/Servers/ServerConfigurationStructureService.php(+3 -0)📝
app/Transformers/Api/Application/EggTransformer.php(+1 -0)📝
resources/views/filament/components/server-console.blade.php(+3 -0)📝
resources/views/filament/server/pages/console.blade.php(+3 -0)📄 Description
Closes #756
Requires https://github.com/pelican-dev/wings/pull/87
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.