mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #104] [CLOSED] Fix wrong parameters on daemon http requests #591
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/104
Author: @NeonSpectrum
Created: 4/18/2024
Status: ❌ Closed
Base:
3.x← Head:fix/daemon-http-parameters📝 Commits (3)
189f027Fix wrong parameters on daemon http requestse07a0b4Oops0d5ee39Fix pint📊 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.