mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
[PR #721] [MERGED] Add Create Database btn on admin side #925
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/721
Author: @notAreYouScared
Created: 11/20/2024
Status: ✅ Merged
Merged: 12/1/2024
Merged by: @notAreYouScared
Base:
main← Head:feature/create-db📝 Commits (10+)
7160fc9Add Create Database btn on admin side6363b74Remove unused functionaba55efreadd function01d7456replace refreshform function96275e0add authorize, remove database limit check1aeb017add random words, use proper name function, catch exceptions on creationf18addaadd validation, match old client area moreaf3b87fMerge remote-tracking branch 'origin/main' into feature/create-dbff2d059Add more authorize to Database tab4592fdeAdd confirmation to delete📊 Changes
4 files changed (+113 additions, -20 deletions)
View changed files
📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+7 -3)📝
app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php(+25 -9)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+76 -8)📝
app/Models/Node.php(+5 -0)📄 Description
Adds a Create Database button to edit server page to allow admins to create databases on the users behalf, checks for database hosts and if the server has database feature allocations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.