[PR #1301] [MERGED] Add throwIf to daemonRepository #1310

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1301
Author: @rmartinoscar
Created: 4/26/2025
Status: Merged
Merged: 5/1/2025
Merged by: @rmartinoscar

Base: mainHead: fix/daemonRepositoryThrow


📝 Commits (3)

  • cee4805 Add throwIf to daemonRepository
  • e9a8d47 Use more descriptive function name enforceValidNodeToken
  • 6d0631c Merge branch 'main' into fix/daemonRepositoryThrow

📊 Changes

4 files changed (+34 additions, -9 deletions)

View changed files

📝 app/Filament/Server/Resources/FileResource/Pages/EditFiles.php (+9 -0)
📝 app/Http/Controllers/Api/Client/Servers/PowerController.php (+3 -0)
📝 app/Repositories/Daemon/DaemonConfigurationRepository.php (+1 -8)
📝 app/Repositories/Daemon/DaemonRepository.php (+21 -1)

📄 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/1301 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 4/26/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/daemonRepositoryThrow` --- ### 📝 Commits (3) - [`cee4805`](https://github.com/pelican-dev/panel/commit/cee480562520e6dc6e78cfcdad29e7b56b2cb6d6) Add `throwIf` to `daemonRepository` - [`e9a8d47`](https://github.com/pelican-dev/panel/commit/e9a8d4737669f99f21ce8ab68135baa3fd13b28a) Use more descriptive function name `enforceValidNodeToken` - [`6d0631c`](https://github.com/pelican-dev/panel/commit/6d0631c9cf37ae6c740db1f3ffa8d6752bb61a39) Merge branch 'main' into fix/daemonRepositoryThrow ### 📊 Changes **4 files changed** (+34 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/FileResource/Pages/EditFiles.php` (+9 -0) 📝 `app/Http/Controllers/Api/Client/Servers/PowerController.php` (+3 -0) 📝 `app/Repositories/Daemon/DaemonConfigurationRepository.php` (+1 -8) 📝 `app/Repositories/Daemon/DaemonRepository.php` (+21 -1) </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-04 19:35:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1310