[PR #4127] [MERGED] Refactor: sabnzbd #4764

Closed
opened 2025-11-20 06:11:34 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4127
Author: @MickLesk
Created: 4/29/2025
Status: Merged
Merged: 4/29/2025
Merged by: @MickLesk

Base: mainHead: sabnzbd_refactor


📝 Commits (8)

📊 Changes

3 files changed (+70 additions, -50 deletions)

View changed files

📝 ct/sabnzbd.sh (+38 -24)
📝 frontend/public/json/sabnzbd.json (+5 -5)
📝 install/sabnzbd-install.sh (+27 -21)

📄 Description

✍️ Description

  • Refactor whole sabnzbd script
  • Migration to uv, remove python3 system packages
  • Remove EXTERNAL-MANAGED actions
  • Update Old Paths & Services
  • Backup Folder

Link: #3705

image
image

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/4127 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 4/29/2025 **Status:** ✅ Merged **Merged:** 4/29/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `sabnzbd_refactor` --- ### 📝 Commits (8) - [`5edcf18`](https://github.com/community-scripts/ProxmoxVE/commit/5edcf181328383bc827dfa4b54a0da855c502314) Refactor: sabnzbd - [`ff4ebe4`](https://github.com/community-scripts/ProxmoxVE/commit/ff4ebe4b12a5a38a5d383a80216f58def45451ec) update SABnzbd to uv - [`cf7a1b8`](https://github.com/community-scripts/ProxmoxVE/commit/cf7a1b89b2bd804392efc740e730074f2e03cbdd) update to uv - [`9520212`](https://github.com/community-scripts/ProxmoxVE/commit/952021201694c1df2569940c2928f302389618ef) Update sabnzbd.sh - [`4390ba9`](https://github.com/community-scripts/ProxmoxVE/commit/4390ba9cc168516b2dfc2f212d66cb8a60a58b00) Update sabnzbd.sh - [`e7dbbaa`](https://github.com/community-scripts/ProxmoxVE/commit/e7dbbaad58bb3e3abc4cd7cdb761e91e080071c1) Update sabnzbd-install.sh - [`4d108c0`](https://github.com/community-scripts/ProxmoxVE/commit/4d108c09494d47473224165343f4310d185c6a89) Update sabnzbd.json - [`b2a9822`](https://github.com/community-scripts/ProxmoxVE/commit/b2a9822b2b2284c2e065dfda6ff724e619543096) add .sabnzbd/ ini ### 📊 Changes **3 files changed** (+70 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `ct/sabnzbd.sh` (+38 -24) 📝 `frontend/public/json/sabnzbd.json` (+5 -5) 📝 `install/sabnzbd-install.sh` (+27 -21) </details> ### 📄 Description ## ✍️ Description - Refactor whole sabnzbd script - Migration to uv, remove python3 system packages - Remove EXTERNAL-MANAGED actions - Update Old Paths & Services - Backup Folder ## 🔗 Related PR / Issue Link: #3705 ![image](https://github.com/user-attachments/assets/d2839fdc-b863-4b3b-bed3-2d2563302c55) ![image](https://github.com/user-attachments/assets/70db2eb0-8d62-4077-a8da-401bbdac82bb) ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:11:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4764