mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #822] [MERGED] Add own action class for "rotate database password" #994
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/822
Author: @Boy132
Created: 12/12/2024
Status: ✅ Merged
Merged: 12/12/2024
Merged by: @Boy132
Base:
main← Head:refactor/rotate-password-action📝 Commits (2)
12a4813add own action class for "rotate database password"6515041Merge branch 'main' into refactor/rotate-password-action📊 Changes
6 files changed (+89 additions, -64 deletions)
View changed files
📝
app/Filament/Admin/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php(+7 -25)📝
app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php(+6 -22)➕
app/Filament/Components/Forms/Actions/RotateDatabasePasswordAction.php(+62 -0)📝
app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php(+4 -14)📝
app/Models/Database.php(+9 -0)📝
app/Services/Databases/DatabasePasswordService.php(+1 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.