[PR #1882] [MERGED] fix: use port range on free allocation lookup #1635

Closed
opened 2026-02-05 18:19:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1882
Author: @PalmarHealer
Created: 11/10/2025
Status: Merged
Merged: 11/17/2025
Merged by: @Boy132

Base: mainHead: palmarhealer/fix-automatic-allocation-range-restriction


📝 Commits (7)

  • 8ee27e5 feat: Add configurable allocation port range handling
  • 9945142 move integerish
  • 3690753 update allocation call
  • da38612 Apply suggestion from @rmartinoscar
  • 8668952 Cleanup
  • dfaa147 Merge branch 'main' into palmarhealer/fix-automatic-allocation-range-restriction
  • 9c64592 fix test

📊 Changes

2 files changed (+12 additions, -8 deletions)

View changed files

📝 app/Services/Allocations/FindAssignableAllocationService.php (+9 -8)
📝 tests/Integration/Services/Allocations/FindAssignableAllocationServiceTest.php (+3 -0)

📄 Description

Updated free allocation search logic to respect port range.

Supersedes #1852


🔄 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/1882 **Author:** [@PalmarHealer](https://github.com/PalmarHealer) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `palmarhealer/fix-automatic-allocation-range-restriction` --- ### 📝 Commits (7) - [`8ee27e5`](https://github.com/pelican-dev/panel/commit/8ee27e518c7b82ed6ace82d2d4e18bcbaff533e5) feat: Add configurable allocation port range handling - [`9945142`](https://github.com/pelican-dev/panel/commit/99451420cbc45c8f7527dcfe0dfd9833f7402db0) move integerish - [`3690753`](https://github.com/pelican-dev/panel/commit/3690753db339f80496df51ff9c1d25477a327ead) update allocation call - [`da38612`](https://github.com/pelican-dev/panel/commit/da386129bef5ce08e72459de0c7d84dc7647ed6e) Apply suggestion from @rmartinoscar - [`8668952`](https://github.com/pelican-dev/panel/commit/86689521bdd0870278712f292dc7be96b7cb3f12) Cleanup - [`dfaa147`](https://github.com/pelican-dev/panel/commit/dfaa147e147ad687310cd932208a55d065a78688) Merge branch 'main' into palmarhealer/fix-automatic-allocation-range-restriction - [`9c64592`](https://github.com/pelican-dev/panel/commit/9c6459203989d07c4405326d22ba1386992270e9) fix test ### 📊 Changes **2 files changed** (+12 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/Services/Allocations/FindAssignableAllocationService.php` (+9 -8) 📝 `tests/Integration/Services/Allocations/FindAssignableAllocationServiceTest.php` (+3 -0) </details> ### 📄 Description Updated free allocation search logic to respect port range. Supersedes #1852 --- <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 18:19:56 +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#1635