[PR #410] [MERGED] Add connection test to database hosts #742

Closed
opened 2026-02-05 17:53:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/410
Author: @Boy132
Created: 6/17/2024
Status: Merged
Merged: 6/26/2024
Merged by: @notAreYouScared

Base: mainHead: fix/database-host-validation


📝 Commits (3)

  • fe54dd9 add connection test to database hosts
  • 47817bc fix phpstan
  • 9a3d881 Merge branch 'pelican-dev:main' into fix/database-host-validation

📊 Changes

4 files changed (+58 additions, -8 deletions)

View changed files

📝 app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php (+24 -1)
📝 app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php (+24 -0)
📝 app/Services/Databases/Hosts/HostCreationService.php (+2 -2)
📝 app/Services/Databases/Hosts/HostUpdateService.php (+8 -5)

📄 Description

Fixes #402

Tests the connection when a database host is created or updated.


🔄 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/410 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/database-host-validation` --- ### 📝 Commits (3) - [`fe54dd9`](https://github.com/pelican-dev/panel/commit/fe54dd9e2e8bef7965a1da4e9a35794f39bdae11) add connection test to database hosts - [`47817bc`](https://github.com/pelican-dev/panel/commit/47817bc1e5c8796162f482007a2359799b3def34) fix phpstan - [`9a3d881`](https://github.com/pelican-dev/panel/commit/9a3d88170704df86b1984b9276edc511683a27c2) Merge branch 'pelican-dev:main' into fix/database-host-validation ### 📊 Changes **4 files changed** (+58 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php` (+24 -1) 📝 `app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php` (+24 -0) 📝 `app/Services/Databases/Hosts/HostCreationService.php` (+2 -2) 📝 `app/Services/Databases/Hosts/HostUpdateService.php` (+8 -5) </details> ### 📄 Description Fixes #402 Tests the connection when a database host is created or updated. --- <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 17:53:09 +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#742