[PR #104] [CLOSED] Fix wrong parameters on daemon http requests #591

Closed
opened 2026-02-04 18:35:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/104
Author: @NeonSpectrum
Created: 4/18/2024
Status: Closed

Base: 3.xHead: fix/daemon-http-parameters


📝 Commits (3)

📊 Changes

5 files changed (+38 additions, -66 deletions)

View changed files

📝 app/Repositories/Daemon/DaemonBackupRepository.php (+6 -10)
📝 app/Repositories/Daemon/DaemonConfigurationRepository.php (+1 -1)
📝 app/Repositories/Daemon/DaemonFileRepository.php (+27 -49)
📝 app/Repositories/Daemon/DaemonPowerRepository.php (+1 -1)
📝 app/Repositories/Daemon/DaemonServerRepository.php (+3 -5)

📄 Description

Update daemon http parameters after changing guzzlehttp client to laravel http


🔄 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/104 **Author:** [@NeonSpectrum](https://github.com/NeonSpectrum) **Created:** 4/18/2024 **Status:** ❌ Closed **Base:** `3.x` ← **Head:** `fix/daemon-http-parameters` --- ### 📝 Commits (3) - [`189f027`](https://github.com/pelican-dev/panel/commit/189f027500dbd34dea1721057f708c7c688c1e1b) Fix wrong parameters on daemon http requests - [`e07a0b4`](https://github.com/pelican-dev/panel/commit/e07a0b46b5619c6d1cf8d995e79de221e670718f) Oops - [`0d5ee39`](https://github.com/pelican-dev/panel/commit/0d5ee39be82e608078efe8f1314eb05e9a6209f4) Fix pint ### 📊 Changes **5 files changed** (+38 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `app/Repositories/Daemon/DaemonBackupRepository.php` (+6 -10) 📝 `app/Repositories/Daemon/DaemonConfigurationRepository.php` (+1 -1) 📝 `app/Repositories/Daemon/DaemonFileRepository.php` (+27 -49) 📝 `app/Repositories/Daemon/DaemonPowerRepository.php` (+1 -1) 📝 `app/Repositories/Daemon/DaemonServerRepository.php` (+3 -5) </details> ### 📄 Description Update daemon http parameters after changing guzzlehttp client to laravel http --- <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 18:35:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#591