[PR #1531] [MERGED] Improve Mounts API #1432

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1531
Author: @Boy132
Created: 7/18/2025
Status: Merged
Merged: 7/18/2025
Merged by: @Boy132

Base: mainHead: boy132/improve-mounts-api


📝 Commits (1)

📊 Changes

2 files changed (+89 additions, -11 deletions)

View changed files

📝 app/Http/Controllers/Api/Application/Mounts/MountController.php (+84 -11)
📝 routes/api-application.php (+5 -0)

📄 Description

  • New endpoints for listing assigned eggs & nodes
  • Fix validation for assigning eggs & nodes
  • Add server endpoints (list assigned servers, attach server, detach server), closes #1525

🔄 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/1531 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 7/18/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/improve-mounts-api` --- ### 📝 Commits (1) - [`159c87e`](https://github.com/pelican-dev/panel/commit/159c87ea7dbddab68a37cd2dca05151201cf9394) improve mounts api ### 📊 Changes **2 files changed** (+89 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Api/Application/Mounts/MountController.php` (+84 -11) 📝 `routes/api-application.php` (+5 -0) </details> ### 📄 Description - New endpoints for listing assigned eggs & nodes - Fix validation for assigning eggs & nodes - Add server endpoints (list assigned servers, attach server, detach server), closes #1525 --- <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:46:44 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1432