[PR #1579] [MERGED] Cleanup remote api requests #1468

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1579
Author: @Boy132
Created: 8/8/2025
Status: Merged
Merged: 8/10/2025
Merged by: @notAreYouScared

Base: mainHead: boy132/remote-api-fixes


📝 Commits (2)

📊 Changes

7 files changed (+58 additions, -50 deletions)

View changed files

📝 app/Http/Controllers/Api/Remote/ActivityProcessingController.php (+3 -2)
📝 app/Http/Controllers/Api/Remote/Servers/ServerContainersController.php (+3 -3)
📝 app/Http/Controllers/Api/Remote/Servers/ServerDetailsController.php (+7 -4)
📝 app/Http/Controllers/Api/Remote/Servers/ServerInstallController.php (+5 -6)
📝 app/Http/Controllers/Api/Remote/Servers/ServerTransferController.php (+18 -27)
📝 app/Http/Requests/Api/Remote/InstallationDataRequest.php (+1 -8)
app/Http/Requests/Api/Remote/ServerRequest.php (+21 -0)

📄 Description

No description provided


🔄 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/1579 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/10/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `boy132/remote-api-fixes` --- ### 📝 Commits (2) - [`16b5140`](https://github.com/pelican-dev/panel/commit/16b5140991a8a8ddb00ca9a8d4524648f77d744c) cleanup remote api requests - [`05a8d53`](https://github.com/pelican-dev/panel/commit/05a8d53e942fd4d14bb2c1346d17cbff11d2c2d2) small cleanup ### 📊 Changes **7 files changed** (+58 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Api/Remote/ActivityProcessingController.php` (+3 -2) 📝 `app/Http/Controllers/Api/Remote/Servers/ServerContainersController.php` (+3 -3) 📝 `app/Http/Controllers/Api/Remote/Servers/ServerDetailsController.php` (+7 -4) 📝 `app/Http/Controllers/Api/Remote/Servers/ServerInstallController.php` (+5 -6) 📝 `app/Http/Controllers/Api/Remote/Servers/ServerTransferController.php` (+18 -27) 📝 `app/Http/Requests/Api/Remote/InstallationDataRequest.php` (+1 -8) ➕ `app/Http/Requests/Api/Remote/ServerRequest.php` (+21 -0) </details> ### 📄 Description _No description provided_ --- <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:49:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1468