[PR #10351] Refactor/tools func stability #8696

Open
opened 2026-02-26 16:33:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/10351
Author: @MickLesk
Created: 12/26/2025
Status: 🔄 Open

Base: mainHead: refactor/tools-func-stability


📝 Commits (9)

  • 5c82757 refactor(tools.func): use distro packages by default for stability
  • 52061ea feat(tools.func): add retry logic and debug mode for stability
  • 0d821dd feat(tools.func): extend retry logic to all major downloads
  • c8dbce6 typo
  • 8022525 Fix removed features in refactor branch
  • c118377 Optimize tools.func: fix typos, duplicate debug_log, Node.js version, PG backup, Intel VPL
  • ef7015e Optimize tools.func: intelligent fallbacks, retry logic, caching, DNS pre-check
  • 01ba735 foirmatting
  • 950b32f tools.func: Smarter parallel jobs calculation with load awareness

📊 Changes

1 file changed (+996 additions, -201 deletions)

View changed files

📝 misc/tools.func (+996 -201)

📄 Description

✍️ Description

tbd

Fixes #

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/10351 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 12/26/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `refactor/tools-func-stability` --- ### 📝 Commits (9) - [`5c82757`](https://github.com/community-scripts/ProxmoxVE/commit/5c82757c699173d1b179358444fa18b01cfb74e8) refactor(tools.func): use distro packages by default for stability - [`52061ea`](https://github.com/community-scripts/ProxmoxVE/commit/52061ea0db883109a2f093ea8b8a7633f0cabd4d) feat(tools.func): add retry logic and debug mode for stability - [`0d821dd`](https://github.com/community-scripts/ProxmoxVE/commit/0d821dd704b32ce26f07401245230e2e6e40c7bc) feat(tools.func): extend retry logic to all major downloads - [`c8dbce6`](https://github.com/community-scripts/ProxmoxVE/commit/c8dbce6e586176a2689e2200bbead1e27663c8dd) typo - [`8022525`](https://github.com/community-scripts/ProxmoxVE/commit/8022525b49df8364bf4a27f4566055bac5eea695) Fix removed features in refactor branch - [`c118377`](https://github.com/community-scripts/ProxmoxVE/commit/c118377665063bf81dcf8f29a61519d76d0f198e) Optimize tools.func: fix typos, duplicate debug_log, Node.js version, PG backup, Intel VPL - [`ef7015e`](https://github.com/community-scripts/ProxmoxVE/commit/ef7015e2326554b6a967884999bfe94585e46855) Optimize tools.func: intelligent fallbacks, retry logic, caching, DNS pre-check - [`01ba735`](https://github.com/community-scripts/ProxmoxVE/commit/01ba7356e07c62cce7ac6335a4fc3183b8b636d8) foirmatting - [`950b32f`](https://github.com/community-scripts/ProxmoxVE/commit/950b32fef8d4a8ada819439143b20d12e093390e) tools.func: Smarter parallel jobs calculation with load awareness ### 📊 Changes **1 file changed** (+996 additions, -201 deletions) <details> <summary>View changed files</summary> 📝 `misc/tools.func` (+996 -201) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description tbd ## 🔗 Related Issue Fixes # ## ✅ 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#8696
No description provided.