mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #677] [CLOSED] Allow path in Connection Address #893
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/677
Author: @snipcola
Created: 10/27/2024
Status: ❌ Closed
Base:
main← Head:path-fqdn📝 Commits (7)
a21d32fability to include path in fqdncd90ba5use laravel pint to format93a8452don't override schemeb04f488add backparseFQDN38edc4bMerge branch 'pelican-dev:main' into path-fqdn5eb5785use defined scheme instead of hardcodingebea566run pint📊 Changes
4 files changed (+39 additions, -13 deletions)
View changed files
📝
app/Filament/Resources/NodeResource/Pages/CreateNode.php(+4 -2)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+7 -4)📝
app/Models/Node.php(+27 -6)📝
app/Transformers/Api/Client/ServerTransformer.php(+1 -1)📄 Description
Currently, if the connection address has a path, the port will end up after the path.

This PR ensures the path comes after the port.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.