mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #848] [MERGED] Replace some guzzle exceptions and fix server creation failures #1010
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/848
Author: @lancepioch
Created: 12/30/2024
Status: ✅ Merged
Merged: 1/1/2025
Merged by: @lancepioch
Base:
main← Head:lance/create-server-fixes📝 Commits (6)
10f63a4Replace guzzle exceptions4aa7f1ePint fixese6f6efcFix test847d035Remove unused imports8797cdbCatch & Notify the user instead of 500e9f8722Update app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php📊 Changes
7 files changed (+81 additions, -152 deletions)
View changed files
📝
app/Exceptions/Http/Connection/DaemonConnectionException.php(+2 -2)📝
app/Filament/Admin/Pages/Settings.php(+12 -12)📝
app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php(+14 -1)📝
app/Models/Server.php(+5 -10)📝
app/Repositories/Daemon/DaemonServerRepository.php(+40 -112)📝
app/Services/Servers/ServerCreationService.php(+5 -5)📝
tests/Integration/Services/Servers/ServerCreationServiceTest.php(+3 -10)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.