[PR #1061] [MERGED] Allow sendCommand on Starting or Running Servers #1149

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1061
Author: @rmartinoscar
Created: 3/6/2025
Status: Merged
Merged: 3/6/2025
Merged by: @rmartinoscar

Base: mainHead: housekeep/ContainerStatus


📝 Commits (5)

  • 8759353 Replace string with enum
  • db1413e Add title
  • e9a28be Allow sendCommand on Starting or Running servers
  • 541c07b refactor: Use Filament interfaces
  • dac4887 Use getLabel instead of str->headline

📊 Changes

9 files changed (+70 additions, -79 deletions)

View changed files

📝 app/Enums/ContainerStatus.php (+28 -10)
📝 app/Enums/ServerState.php (+12 -3)
📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+3 -12)
📝 app/Filament/Admin/Resources/ServerResource/Pages/ListServers.php (+2 -2)
📝 app/Filament/Server/Widgets/ServerConsole.php (+1 -1)
📝 app/Filament/Server/Widgets/ServerOverview.php (+7 -8)
📝 app/Models/Server.php (+9 -36)
📝 app/Services/Schedules/ProcessScheduleService.php (+4 -3)
📝 resources/views/tables/columns/server-entry-column.blade.php (+4 -4)

📄 Description

Rework ContainerStatus & ServerState


🔄 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/1061 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `housekeep/ContainerStatus` --- ### 📝 Commits (5) - [`8759353`](https://github.com/pelican-dev/panel/commit/8759353e47c0fe55d30bdb39bb1c0b0d0304384e) Replace `string` with `enum` - [`db1413e`](https://github.com/pelican-dev/panel/commit/db1413ee70010b8221c780a8f956e86975d8a774) Add title - [`e9a28be`](https://github.com/pelican-dev/panel/commit/e9a28be8cb06855fc117d265b6ca429fb81b32b4) Allow sendCommand on `Starting` or `Running` servers - [`541c07b`](https://github.com/pelican-dev/panel/commit/541c07be4414d44f62efb94a4d355ff54ad709e7) refactor: Use Filament interfaces - [`dac4887`](https://github.com/pelican-dev/panel/commit/dac4887cefa45716f8828265c042e2cbfbbad537) Use `getLabel` instead of `str->headline` ### 📊 Changes **9 files changed** (+70 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `app/Enums/ContainerStatus.php` (+28 -10) 📝 `app/Enums/ServerState.php` (+12 -3) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+3 -12) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/ListServers.php` (+2 -2) 📝 `app/Filament/Server/Widgets/ServerConsole.php` (+1 -1) 📝 `app/Filament/Server/Widgets/ServerOverview.php` (+7 -8) 📝 `app/Models/Server.php` (+9 -36) 📝 `app/Services/Schedules/ProcessScheduleService.php` (+4 -3) 📝 `resources/views/tables/columns/server-entry-column.blade.php` (+4 -4) </details> ### 📄 Description Rework `ContainerStatus` & `ServerState` --- <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:21:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1149