[PR #1139] [MERGED] Fix server transfer backend #1201

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1139
Author: @Boy132
Created: 3/21/2025
Status: Merged
Merged: 4/1/2025
Merged by: @Boy132

Base: mainHead: boy132/fix-transfer-backend


📝 Commits (8)

  • e40465c fix notify in transfer service
  • 83bf02c remove magical array
  • 24ce3cf fix phpstan
  • 46d44e0 better validation for allocation_additional and better docs generation
  • dfce59c Merge remote-tracking branch 'upstream/main' into boy132/fix-transfer-backend
  • 1af1859 update transfer ui
  • 7dc2e47 update request body
  • 5404ba9 Merge remote-tracking branch 'upstream/main' into boy132/fix-transfer-backend

📊 Changes

3 files changed (+38 additions, -27 deletions)

View changed files

📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+2 -1)
📝 app/Http/Controllers/Api/Application/Servers/ServerManagementController.php (+24 -5)
📝 app/Services/Servers/TransferServerService.php (+12 -21)

📄 Description

The notify request was wrong, probably due to bad copy pasta when the repositories got refactored.


🔄 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/1139 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 3/21/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/fix-transfer-backend` --- ### 📝 Commits (8) - [`e40465c`](https://github.com/pelican-dev/panel/commit/e40465c6787c401a11bb2d757233e50eddc3d881) fix notify in transfer service - [`83bf02c`](https://github.com/pelican-dev/panel/commit/83bf02c1033681a1a6c622f9f362b96b16b7fd39) remove magical array - [`24ce3cf`](https://github.com/pelican-dev/panel/commit/24ce3cfc92775d9f08df5b009b82b194895690d7) fix phpstan - [`46d44e0`](https://github.com/pelican-dev/panel/commit/46d44e015c632a05de35acd1322351e3c5fccb9d) better validation for allocation_additional and better docs generation - [`dfce59c`](https://github.com/pelican-dev/panel/commit/dfce59cd6e20772579ce0364445c7a161ee3db2d) Merge remote-tracking branch 'upstream/main' into boy132/fix-transfer-backend - [`1af1859`](https://github.com/pelican-dev/panel/commit/1af18590e27534d0a6fab770d5da6a3753d5a8b3) update transfer ui - [`7dc2e47`](https://github.com/pelican-dev/panel/commit/7dc2e470cb7c04750e4994b5187fa5908e987afb) update request body - [`5404ba9`](https://github.com/pelican-dev/panel/commit/5404ba9e478148411261caab3f7c30b979eff23b) Merge remote-tracking branch 'upstream/main' into boy132/fix-transfer-backend ### 📊 Changes **3 files changed** (+38 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+2 -1) 📝 `app/Http/Controllers/Api/Application/Servers/ServerManagementController.php` (+24 -5) 📝 `app/Services/Servers/TransferServerService.php` (+12 -21) </details> ### 📄 Description The notify request was wrong, probably due to bad copy pasta when the repositories got refactored. --- <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:25:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1201