mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1865] [MERGED] Add wings diagnostics retrieving to Edit Node page
#1619
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/1865
Author: @notAreYouScared
Created: 11/5/2025
Status: ✅ Merged
Merged: 11/8/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/wing-diag📝 Commits (10+)
605c3c6First pass, using placeholder data1f2d702pass 2bda3938tweaks1271532refactor functionbe82bc8fixesde8f2ccmore changes, add 404 catch4483ccbrabbit suggestionsc4398ebdisable toggles once pulled48962b6add clear buttond18c78ffixes📊 Changes
5 files changed (+200 additions, -10 deletions)
View changed files
📝
app/Filament/Admin/Resources/Nodes/Pages/EditNode.php(+159 -5)📝
app/Models/Node.php(+2 -2)📝
app/Repositories/Daemon/DaemonSystemRepository.php(+18 -1)📝
app/Services/Nodes/NodeUpdateService.php(+2 -2)📝
lang/en/admin/node.php(+19 -0)📄 Description
Allows remote retrieving of
wings diagnostics, allows the user to pick how many log lines are included, weather or not logs are included at all, and allow the showing of endpoints.Needs https://github.com/pelican-dev/wings/pull/135
https://github.com/user-attachments/assets/57de714d-f106-42d0-a53a-1bcd91033f37
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.