[PR #11221] core: smart recovery for failed installs | extend exit_codes #9197

Open
opened 2026-02-05 08:56:16 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/11221
Author: @MickLesk
Created: 1/27/2026
Status: 🔄 Open

Base: mainHead: feature/smart-error-recovery


📝 Commits (4)

  • 93cb6f9 feat(build.func): smart error recovery menu for failed installations
  • e731b9f fix(api.func): fix duplicate exit codes and add missing error codes
  • 8e4d5b1 fix(exit-codes): sync error_handler.func and api.func with conflict-free code ranges
  • 28c19a7 feat(exit-codes): add systemd and build error codes (150-154)

📊 Changes

3 files changed (+265 additions, -123 deletions)

View changed files

📝 misc/api.func (+88 -61)
📝 misc/build.func (+118 -21)
📝 misc/error_handler.func (+59 -41)

📄 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/11221 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/smart-error-recovery` --- ### 📝 Commits (4) - [`93cb6f9`](https://github.com/community-scripts/ProxmoxVE/commit/93cb6f99fe2661816505eaaed168e04061485a2b) feat(build.func): smart error recovery menu for failed installations - [`e731b9f`](https://github.com/community-scripts/ProxmoxVE/commit/e731b9fb65290d31a22cb30d722140ea6d77ac38) fix(api.func): fix duplicate exit codes and add missing error codes - [`8e4d5b1`](https://github.com/community-scripts/ProxmoxVE/commit/8e4d5b1d286fd827c252928acb692fa3894b2183) fix(exit-codes): sync error_handler.func and api.func with conflict-free code ranges - [`28c19a7`](https://github.com/community-scripts/ProxmoxVE/commit/28c19a79d33e8001b52ee5ed9adef877c54c411c) feat(exit-codes): add systemd and build error codes (150-154) ### 📊 Changes **3 files changed** (+265 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `misc/api.func` (+88 -61) 📝 `misc/build.func` (+118 -21) 📝 `misc/error_handler.func` (+59 -41) </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>
OVERLORD added the pull-request label 2026-02-05 08:56:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#9197