[PR #1070] [MERGED] Replace existing Egg Reserved_Env_Variables with SERVER_ prefix #1157

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1070
Author: @rmartinoscar
Created: 3/8/2025
Status: Merged
Merged: 3/15/2025
Merged by: @notAreYouScared

Base: mainHead: fix/UpdateEggReservedEnvVariables


📝 Commits (5)

  • ba50a0b Add migration that updates egg->variables->env_variable, egg->startup, egg->servers->startup
  • 558431f Update EggImporterService to replace EggVariable::RESERVED_ENV_NAMES
  • 4f4b3fb Use EggImporterService::parseReservedEnvNames
  • 2b2374e Refactor & Remove Migration
  • 8049c3c Merge branch 'main' into fix/UpdateEggReservedEnvVariables

📊 Changes

6 files changed (+48 additions, -12 deletions)

View changed files

📝 app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php (+1 -1)
📝 app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php (+1 -1)
📝 app/Models/EggVariable.php (+16 -3)
📝 app/Services/Eggs/Sharing/EggImporterService.php (+28 -5)
📝 app/Services/Eggs/Variables/VariableCreationService.php (+1 -1)
📝 app/Services/Eggs/Variables/VariableUpdateService.php (+1 -1)

📄 Description

No description provided


🔄 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/1070 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/8/2025 **Status:** ✅ Merged **Merged:** 3/15/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/UpdateEggReservedEnvVariables` --- ### 📝 Commits (5) - [`ba50a0b`](https://github.com/pelican-dev/panel/commit/ba50a0b58ee58070846db59ec6ce637d75d4c7fe) Add migration that updates egg->variables->env_variable, egg->startup, egg->servers->startup - [`558431f`](https://github.com/pelican-dev/panel/commit/558431f70f2de6d469e5cc0e9ca1f18b6adcfb43) Update `EggImporterService` to replace `EggVariable::RESERVED_ENV_NAMES` - [`4f4b3fb`](https://github.com/pelican-dev/panel/commit/4f4b3fbe9e71f4fb290f23d6343901a8c14a1b72) Use `EggImporterService::parseReservedEnvNames` - [`2b2374e`](https://github.com/pelican-dev/panel/commit/2b2374e8a1a8fd17f3bf170c6de87a03da97331a) Refactor & Remove `Migration` - [`8049c3c`](https://github.com/pelican-dev/panel/commit/8049c3c8a7535c9ffdc1ec8f840f8bcbe3e12749) Merge branch 'main' into fix/UpdateEggReservedEnvVariables ### 📊 Changes **6 files changed** (+48 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php` (+1 -1) 📝 `app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php` (+1 -1) 📝 `app/Models/EggVariable.php` (+16 -3) 📝 `app/Services/Eggs/Sharing/EggImporterService.php` (+28 -5) 📝 `app/Services/Eggs/Variables/VariableCreationService.php` (+1 -1) 📝 `app/Services/Eggs/Variables/VariableUpdateService.php` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:22:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1157