mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #767] [MERGED] Allow Database Hosts to have multiple Nodes #956
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/767
Author: @pelican-vehikl
Created: 12/6/2024
Status: ✅ Merged
Merged: 12/7/2024
Merged by: @notAreYouScared
Base:
main← Head:issue-133📝 Commits (10+)
fa0fc39WIPdfe8c67Update laravel and migrations3b75b96WIP85e72d1fix tests5f5d14fMerge branch 'main' into issue-133cdff1b5Update composerb91d57bFix transformer4a3a0a0Fix filament pages18a7cc3WIP308f706Update DatabaseHostTransformer📊 Changes
14 files changed (+95 additions, -44 deletions)
View changed files
📝
app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+4 -3)📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+4 -3)📝
app/Filament/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php(+2 -1)📝
app/Models/DatabaseHost.php(+6 -9)📝
app/Models/Node.php(+3 -2)📝
app/Services/Databases/DeployServerDatabaseService.php(+6 -6)📝
app/Services/Databases/Hosts/HostCreationService.php(+2 -1)📝
app/Transformers/Api/Application/DatabaseHostTransformer.php(+5 -7)📝
database/migrations/2017_02_09_174834_SetupPermissionsPivotTable.php(+3 -0)📝
database/migrations/2020_09_13_110007_drop_packs_from_servers.php(+0 -1)📝
database/migrations/2024_03_12_154408_remove_nests_table.php(+1 -0)➕
database/migrations/2024_10_31_203540_change_database_hosts_to_belong_to_many_nodes.php(+51 -0)📝
tests/Integration/Services/Databases/DatabaseManagementServiceTest.php(+5 -5)📝
tests/Integration/Services/Databases/DeployServerDatabaseServiceTest.php(+3 -6)📄 Description
Closes #133
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.