mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1061] [MERGED] Allow sendCommand on Starting or Running Servers
#1149
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/1061
Author: @rmartinoscar
Created: 3/6/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @rmartinoscar
Base:
main← Head:housekeep/ContainerStatus📝 Commits (5)
8759353Replacestringwithenumdb1413eAdd titlee9a28beAllow sendCommand onStartingorRunningservers541c07brefactor: Use Filament interfacesdac4887UsegetLabelinstead ofstr->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.