[PR #750] [MERGED] Remove exception methods because of memory bombing #941

Closed
opened 2026-02-04 19:04:23 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/750
Author: @Boy132
Created: 12/2/2024
Status: Merged
Merged: 12/3/2024
Merged by: @Boy132

Base: mainHead: fix/remove-exception-methods


📝 Commits (3)

  • af9f224 remove exception methods
  • a1eebc1 throw Halt instead of return
  • 5356320 manually throw Halt to make phpstan happy

📊 Changes

3 files changed (+26 additions, -38 deletions)

View changed files

📝 app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php (+6 -10)
📝 app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php (+6 -10)
📝 app/Filament/Resources/UserResource/Pages/EditProfile.php (+14 -18)

📄 Description

Fixes #732

(ref 6067076ec4)


🔄 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/750 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/2/2024 **Status:** ✅ Merged **Merged:** 12/3/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/remove-exception-methods` --- ### 📝 Commits (3) - [`af9f224`](https://github.com/pelican-dev/panel/commit/af9f224f9ea63e1b076225a18e4125efbbcad76c) remove exception methods - [`a1eebc1`](https://github.com/pelican-dev/panel/commit/a1eebc1b2345f85254c55526b13798483201b104) throw Halt instead of return - [`5356320`](https://github.com/pelican-dev/panel/commit/5356320c3acc0888dde15788f6a97f2a6c297032) manually throw Halt to make phpstan happy ### 📊 Changes **3 files changed** (+26 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php` (+6 -10) 📝 `app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php` (+6 -10) 📝 `app/Filament/Resources/UserResource/Pages/EditProfile.php` (+14 -18) </details> ### 📄 Description Fixes #732 (ref https://github.com/pelican-dev/panel/pull/502/commits/6067076ec46db5b2c9175e206ea59683f690cbac) --- <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-04 19:04:23 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#941