[PR #283] [MERGED] Fix overallocation -1 #675

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/283
Author: @Boy132
Created: 5/28/2024
Status: Merged
Merged: 5/30/2024
Merged by: @lancepioch

Base: mainHead: fix/overallocation


📝 Commits (3)

📊 Changes

5 files changed (+29 additions, -16 deletions)

View changed files

📝 app/Http/Controllers/Api/Application/Nodes/NodeDeploymentController.php (+1 -1)
📝 app/Models/Node.php (+21 -8)
📝 app/Services/Deployment/FindViableNodesService.php (+3 -5)
📝 app/Services/Servers/ServerCreationService.php (+1 -1)
📝 app/Services/Servers/TransferServerService.php (+3 -1)

📄 Description

Fixes #268


🔄 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/283 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/28/2024 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `fix/overallocation` --- ### 📝 Commits (3) - [`1d0e9ec`](https://github.com/pelican-dev/panel/commit/1d0e9ec329e4c1dc1daba0d254e87e19729f9f11) fix "-1" overallocation - [`52052c2`](https://github.com/pelican-dev/panel/commit/52052c2569fece920a0cd6b7bd56111450498315) fix wrong symbol - [`3c9f134`](https://github.com/pelican-dev/panel/commit/3c9f13471f9507b12ba45336b2fc942377e931f2) fix order of params ### 📊 Changes **5 files changed** (+29 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Api/Application/Nodes/NodeDeploymentController.php` (+1 -1) 📝 `app/Models/Node.php` (+21 -8) 📝 `app/Services/Deployment/FindViableNodesService.php` (+3 -5) 📝 `app/Services/Servers/ServerCreationService.php` (+1 -1) 📝 `app/Services/Servers/TransferServerService.php` (+3 -1) </details> ### 📄 Description Fixes #268 --- <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:51:02 +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#675