[PR #225] [MERGED] Update GB to GiB + minValues for resources + other stuff #651

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/225
Author: @Boy132
Created: 5/14/2024
Status: Merged
Merged: 5/15/2024
Merged by: @notAreYouScared

Base: mainHead: update/gb-to-gib


📝 Commits (6)

  • 4e3f919 change all GB/ MB to GiB/ MiB
  • 5f13c15 convert chart data from bytes to GiB
  • 7d239de add min values for resources
  • 586d1b4 set default overallocation to 0
  • e5146e0 add helper to cpu input
  • af797b3 run pint

📊 Changes

6 files changed (+36 additions, -25 deletions)

View changed files

📝 app/Filament/Resources/NodeResource/Pages/EditNode.php (+9 -5)
📝 app/Filament/Resources/NodeResource/Pages/ListNodes.php (+4 -4)
📝 app/Filament/Resources/NodeResource/Widgets/NodeMemoryChart.php (+2 -2)
📝 app/Filament/Resources/NodeResource/Widgets/NodeStorageChart.php (+2 -2)
📝 app/Filament/Resources/ServerResource/Pages/CreateServer.php (+10 -6)
📝 app/Filament/Resources/ServerResource/Pages/EditServer.php (+9 -6)

📄 Description

  • Changed all GB/ MB to GiB/ MiB
  • Converted the data of the node charts from bytes to GiB
  • Added minValue for resources
  • Set default overallocation to 0
  • Added helper to cpu input

Closes #211


🔄 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/225 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `update/gb-to-gib` --- ### 📝 Commits (6) - [`4e3f919`](https://github.com/pelican-dev/panel/commit/4e3f919d8eed0ac94ac5aa8d87f39ddba227cadf) change all GB/ MB to GiB/ MiB - [`5f13c15`](https://github.com/pelican-dev/panel/commit/5f13c15c707b11f5a3dee241b3e3c8f3a129a921) convert chart data from bytes to GiB - [`7d239de`](https://github.com/pelican-dev/panel/commit/7d239de7f62d80f6def12f1cace2b574669688ea) add min values for resources - [`586d1b4`](https://github.com/pelican-dev/panel/commit/586d1b413c6684014ea393ce421f7dacb5c0cc41) set default overallocation to 0 - [`e5146e0`](https://github.com/pelican-dev/panel/commit/e5146e0dbbfb1c155bb0455b92255087b3079dff) add helper to cpu input - [`af797b3`](https://github.com/pelican-dev/panel/commit/af797b30186e671c94760f0abe977aed09eeed03) run pint ### 📊 Changes **6 files changed** (+36 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/NodeResource/Pages/EditNode.php` (+9 -5) 📝 `app/Filament/Resources/NodeResource/Pages/ListNodes.php` (+4 -4) 📝 `app/Filament/Resources/NodeResource/Widgets/NodeMemoryChart.php` (+2 -2) 📝 `app/Filament/Resources/NodeResource/Widgets/NodeStorageChart.php` (+2 -2) 📝 `app/Filament/Resources/ServerResource/Pages/CreateServer.php` (+10 -6) 📝 `app/Filament/Resources/ServerResource/Pages/EditServer.php` (+9 -6) </details> ### 📄 Description - Changed all GB/ MB to GiB/ MiB - Converted the data of the node charts from bytes to GiB - Added `minValue` for resources - Set default overallocation to 0 - Added helper to cpu input Closes #211 --- <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:12 +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#651