[PR #261] [MERGED] Add docker container labels #666

Closed
opened 2026-02-05 17:50:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/261
Author: @notAreYouScared
Created: 5/20/2024
Status: Merged
Merged: 5/20/2024
Merged by: @lancepioch

Base: mainHead: charles/docker-tags


📝 Commits (3)

📊 Changes

6 files changed (+490 additions, -455 deletions)

View changed files

📝 app/Filament/Resources/ServerResource/Pages/CreateServer.php (+230 -210)
📝 app/Filament/Resources/ServerResource/Pages/EditServer.php (+225 -199)
📝 app/Models/Server.php (+1 -0)
📝 app/Services/Eggs/EggConfigurationService.php (+1 -1)
📝 app/Services/Servers/ServerConfigurationStructureService.php (+5 -45)
database/migrations/2024_05_20_002841_add_docker_container_label.php (+28 -0)

📄 Description

Adds docker container labels

closes #248


🔄 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/261 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 5/20/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `charles/docker-tags` --- ### 📝 Commits (3) - [`4c43fd1`](https://github.com/pelican-dev/panel/commit/4c43fd168398433ae4456d76bed1b083e8ab5053) Add docker_labels - [`03cbdd5`](https://github.com/pelican-dev/panel/commit/03cbdd5bddb76a872669bd29971316402d5c3e25) update edit/create pages - [`859a721`](https://github.com/pelican-dev/panel/commit/859a721e17396470a57c94c78bd22377d9f8d50f) mysql vs sqlite... ### 📊 Changes **6 files changed** (+490 additions, -455 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/ServerResource/Pages/CreateServer.php` (+230 -210) 📝 `app/Filament/Resources/ServerResource/Pages/EditServer.php` (+225 -199) 📝 `app/Models/Server.php` (+1 -0) 📝 `app/Services/Eggs/EggConfigurationService.php` (+1 -1) 📝 `app/Services/Servers/ServerConfigurationStructureService.php` (+5 -45) ➕ `database/migrations/2024_05_20_002841_add_docker_container_label.php` (+28 -0) </details> ### 📄 Description Adds docker container labels closes #248 --- <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-05 17:50:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#666