[PR #559] [MERGED] Fix isViable for Nodes with "unlimited" resources #829

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/559
Author: @Boy132
Created: 8/20/2024
Status: Merged
Merged: 8/22/2024
Merged by: @Boy132

Base: mainHead: fix/deployment-unlimited-node


📝 Commits (1)

  • 0c3f207 fix isViable for nodes with "unlimited" resources

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 app/Models/Node.php (+3 -3)

📄 Description

"Unlimited" is stored as 0 which currently isn't handled correctly in the isViable method for nodes.


🔄 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/559 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 8/20/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/deployment-unlimited-node` --- ### 📝 Commits (1) - [`0c3f207`](https://github.com/pelican-dev/panel/commit/0c3f2071cf73e1f8e158e0bdfccc3bb4a817bc6f) fix isViable for nodes with "unlimited" resources ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/Node.php` (+3 -3) </details> ### 📄 Description "Unlimited" is stored as `0` which currently isn't handled correctly in the `isViable` method for nodes. --- <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:55:48 +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#829