[PR #3436] [MERGED] [core]: Refactor Spinner/MSG Function (support now alpine / performance / handling) #4314

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3436
Author: @MickLesk
Created: 3/27/2025
Status: Merged
Merged: 3/27/2025
Merged by: @michelroegl-brunner

Base: mainHead: refactor_spinner


📝 Commits (1)

  • f8187af Refactor Spinner/MSG Function (support now alpine and better performance / handling)

📊 Changes

1 file changed (+58 additions, -43 deletions)

View changed files

📝 misc/build.func (+58 -43)

📄 Description

✍️ Description

  • Support now fully alpine variant (update / install)
  • better handling of msg_info - msg_ok
  • better performance (no shadow processes)
  • alpine update now work fine with msg_* blocks

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • 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/3436 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 3/27/2025 **Status:** ✅ Merged **Merged:** 3/27/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `refactor_spinner` --- ### 📝 Commits (1) - [`f8187af`](https://github.com/community-scripts/ProxmoxVE/commit/f8187afb11e075b54ba0780c118ce4f1cb7cb5d9) Refactor Spinner/MSG Function (support now alpine and better performance / handling) ### 📊 Changes **1 file changed** (+58 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `misc/build.func` (+58 -43) </details> ### 📄 Description ## ✍️ Description - Support now fully alpine variant (update / install) - better handling of msg_info - msg_ok - better performance (no shadow processes) - alpine update now work fine with msg_* blocks ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No breaking changes** – Existing functionality remains intact. - [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:09:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4314