[PR #822] [MERGED] Add own action class for "rotate database password" #994

Closed
opened 2026-02-05 18:00:35 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: refactor/rotate-password-action


📝 Commits (2)

  • 12a4813 add own action class for "rotate database password"
  • 6515041 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/822 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/12/2024 **Status:** ✅ Merged **Merged:** 12/12/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `refactor/rotate-password-action` --- ### 📝 Commits (2) - [`12a4813`](https://github.com/pelican-dev/panel/commit/12a4813e73106a1c1857b6354a13112c525203f6) add own action class for "rotate database password" - [`6515041`](https://github.com/pelican-dev/panel/commit/6515041a195c01b8cdeac7f109d3abb0f6ed14a0) Merge branch 'main' into refactor/rotate-password-action ### 📊 Changes **6 files changed** (+89 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:00:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#994