[PR #1271] [MERGED] Add back Egg Features #1289

Closed
opened 2026-02-04 19:33:50 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: vehikl/756-a


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1271 **Author:** [@pelican-vehikl](https://github.com/pelican-vehikl) **Created:** 4/17/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `vehikl/756-a` --- ### 📝 Commits (10+) - [`deba448`](https://github.com/pelican-dev/panel/commit/deba4480d0462d799fa667f93cc0642c92d557ed) Fixed Global Searching - [`961fc4c`](https://github.com/pelican-dev/panel/commit/961fc4c356ed4001720b279cb135787b3204ac05) Work In Progress - [`27971a8`](https://github.com/pelican-dev/panel/commit/27971a80da69e5060d0ab9e2205a4daac3f8b657) Send event to check with Features - [`1a545df`](https://github.com/pelican-dev/panel/commit/1a545df2be8b0d67337795a9048346a979bc8cb4) Rebase main - [`fa22a49`](https://github.com/pelican-dev/panel/commit/fa22a491338ad4b2a840260b1ecca11db5623478) wip - [`80fbfe7`](https://github.com/pelican-dev/panel/commit/80fbfe77b458e80f6e0099cd3d66202ce90d2f0c) wip - [`a4da206`](https://github.com/pelican-dev/panel/commit/a4da206830888d6bf89f18f4d9f05ecd192452c9) test modal - [`e55b0ba`](https://github.com/pelican-dev/panel/commit/e55b0ba59a67c8266838df490efa058c5f668800) wip - [`9aa9488`](https://github.com/pelican-dev/panel/commit/9aa9488067eeb2b2f5c5e3bd6d1c44ab9ce1e7dd) Merge branch 'main' into vehikl/756-a - [`d4af195`](https://github.com/pelican-dev/panel/commit/d4af195e4d0eba17d8a1fcef04058f6efd0c8309) wip ### 📊 Changes **13 files changed** (+545 additions, -22 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Closes #756 Requires https://github.com/pelican-dev/wings/pull/87 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:33:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1289