[PR #1145] [MERGED] Refactor Node Stats #1210

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

📋 Pull Request Information

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

Base: mainHead: charles/nuke-node-stats


📝 Commits (5)

  • a3d1da3 Refactor Node Stats
  • 8c52209 Merge remote-tracking branch 'upstream/main' into charles/nuke-node-stats
  • 28f971b fix 500 when node is not reachable
  • 7a10f94 cleanup session logic and reduce number of node requests
  • 164d7e6 change polling interval to 5 seconds

📊 Changes

4 files changed (+55 additions, -67 deletions)

View changed files

📝 app/Console/Kernel.php (+0 -3)
📝 app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php (+25 -14)
📝 app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php (+30 -15)
app/Jobs/NodeStatistics.php (+0 -35)

📄 Description

They've been problematic from day one... no need to make them a scheduled job


🔄 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/1145 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 3/22/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/nuke-node-stats` --- ### 📝 Commits (5) - [`a3d1da3`](https://github.com/pelican-dev/panel/commit/a3d1da3e6ad240d35d08ada0ace5e19776f2019f) Refactor Node Stats - [`8c52209`](https://github.com/pelican-dev/panel/commit/8c52209d5f29bf98b245cc732156c8043e4e11f4) Merge remote-tracking branch 'upstream/main' into charles/nuke-node-stats - [`28f971b`](https://github.com/pelican-dev/panel/commit/28f971b26e8b55545ff6cb8a64c505e614caf7f3) fix 500 when node is not reachable - [`7a10f94`](https://github.com/pelican-dev/panel/commit/7a10f942219ad945ecf027249bf1cf2e252f469c) cleanup session logic and reduce number of node requests - [`164d7e6`](https://github.com/pelican-dev/panel/commit/164d7e60d3eb03a0add9ee65c2c784a8df16c241) change polling interval to 5 seconds ### 📊 Changes **4 files changed** (+55 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Kernel.php` (+0 -3) 📝 `app/Filament/Admin/Resources/NodeResource/Widgets/NodeCpuChart.php` (+25 -14) 📝 `app/Filament/Admin/Resources/NodeResource/Widgets/NodeMemoryChart.php` (+30 -15) ➖ `app/Jobs/NodeStatistics.php` (+0 -35) </details> ### 📄 Description They've been problematic from day one... no need to make them a scheduled job --- <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:26: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#1210