[PR #3634] [MERGED] VM: show progress bar while downloading #4444

Open
opened 2025-11-20 06:10:03 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: vm_feature_show_progress


📝 Commits (2)

  • 3ae719d Feature on VM: Show Progress Bar
  • e5af033 Update archlinux-vm.sh

📊 Changes

13 files changed (+14 additions, -14 deletions)

View changed files

📝 vm/archlinux-vm.sh (+1 -1)
📝 vm/debian-vm.sh (+1 -1)
📝 vm/docker-vm.sh (+1 -1)
📝 vm/haos-vm.sh (+2 -2)
📝 vm/mikrotik-routeros.sh (+1 -1)
📝 vm/nextcloud-vm.sh (+1 -1)
📝 vm/openwrt.sh (+1 -1)
📝 vm/opnsense-vm.sh (+1 -1)
📝 vm/owncloud-vm.sh (+1 -1)
📝 vm/pimox-haos-vm.sh (+1 -1)
📝 vm/ubuntu2204-vm.sh (+1 -1)
📝 vm/ubuntu2404-vm.sh (+1 -1)
📝 vm/ubuntu2410-vm.sh (+1 -1)

📄 Description

✍️ Description

show progress bar while downloading iso / vm files

  • fix an little curl issue on homeassistant OS

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/3634 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `vm_feature_show_progress` --- ### 📝 Commits (2) - [`3ae719d`](https://github.com/community-scripts/ProxmoxVE/commit/3ae719d5db5775ea5a56e1a2b3d7ea9623174f97) Feature on VM: Show Progress Bar - [`e5af033`](https://github.com/community-scripts/ProxmoxVE/commit/e5af03318ee644838af964217d7a82ada0125760) Update archlinux-vm.sh ### 📊 Changes **13 files changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `vm/archlinux-vm.sh` (+1 -1) 📝 `vm/debian-vm.sh` (+1 -1) 📝 `vm/docker-vm.sh` (+1 -1) 📝 `vm/haos-vm.sh` (+2 -2) 📝 `vm/mikrotik-routeros.sh` (+1 -1) 📝 `vm/nextcloud-vm.sh` (+1 -1) 📝 `vm/openwrt.sh` (+1 -1) 📝 `vm/opnsense-vm.sh` (+1 -1) 📝 `vm/owncloud-vm.sh` (+1 -1) 📝 `vm/pimox-haos-vm.sh` (+1 -1) 📝 `vm/ubuntu2204-vm.sh` (+1 -1) 📝 `vm/ubuntu2404-vm.sh` (+1 -1) 📝 `vm/ubuntu2410-vm.sh` (+1 -1) </details> ### 📄 Description ## ✍️ Description show progress bar while downloading iso / vm files + fix an little curl issue on homeassistant OS ## ✅ 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. - [x] ✨ **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>
saavagebueno added the pull-request label 2025-11-20 06:10:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4444