mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #704] [MERGED] Cleanup SoftwareVersionService
#915
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:update/software-version-service📝 Commits (4)
5a234dccleanup SoftwareVersionService140c279fix old admin area48cd957show latest wings version on EditNode page0605809even 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.