[PR #704] [MERGED] Cleanup SoftwareVersionService #915

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/704
Author: @Boy132
Created: 11/8/2024
Status: Merged
Merged: 11/14/2024
Merged by: @notAreYouScared

Base: mainHead: update/software-version-service


📝 Commits (4)

  • 5a234dc cleanup SoftwareVersionService
  • 140c279 fix old admin area
  • 48cd957 show latest wings version on EditNode page
  • 0605809 even more cleanup

📊 Changes

6 files changed (+43 additions, -116 deletions)

View changed files

📝 app/Console/Commands/InfoCommand.php (+2 -2)
📝 app/Filament/Pages/Dashboard.php (+5 -4)
📝 app/Filament/Resources/NodeResource/Pages/EditNode.php (+2 -1)
📝 app/Services/Helpers/SoftwareVersionService.php (+30 -105)
📝 resources/views/admin/index.blade.php (+3 -3)
📝 resources/views/admin/nodes/view/index.blade.php (+1 -1)

📄 Description

General cleanup for the SoftwareVersionService.

This also fixes the non-file cache driver problem with the Installer. (#699)


🔄 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/704 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 11/8/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `update/software-version-service` --- ### 📝 Commits (4) - [`5a234dc`](https://github.com/pelican-dev/panel/commit/5a234dc3f927ae5cb015c8169888971e68dc0dd8) cleanup SoftwareVersionService - [`140c279`](https://github.com/pelican-dev/panel/commit/140c279a69bfcbc51c99b44808808e0e26b30a7a) fix old admin area - [`48cd957`](https://github.com/pelican-dev/panel/commit/48cd9575de1cc952f7d7f2fe84da9181fd327784) show latest wings version on EditNode page - [`0605809`](https://github.com/pelican-dev/panel/commit/0605809ee046cd5b651901cfb1e9667033870650) even more cleanup ### 📊 Changes **6 files changed** (+43 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/InfoCommand.php` (+2 -2) 📝 `app/Filament/Pages/Dashboard.php` (+5 -4) 📝 `app/Filament/Resources/NodeResource/Pages/EditNode.php` (+2 -1) 📝 `app/Services/Helpers/SoftwareVersionService.php` (+30 -105) 📝 `resources/views/admin/index.blade.php` (+3 -3) 📝 `resources/views/admin/nodes/view/index.blade.php` (+1 -1) </details> ### 📄 Description General cleanup for the `SoftwareVersionService`. ~This also fixes the [non-file cache driver problem](https://github.com/pelican-dev/panel/pull/699#issuecomment-2462943816) with the Installer. (#699)~ --- <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:01: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#915