[PR #2583] [MERGED] Feature: Possibility to perform updates in silent / verbose (+ logging) #3741

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2583
Author: @MickLesk
Created: 2/24/2025
Status: Merged
Merged: 2/24/2025
Merged by: @michelroegl-brunner

Base: mainHead: feature_verbose_update


📝 Commits (1)

📊 Changes

3 files changed (+218 additions, -124 deletions)

View changed files

📝 misc/alpine-install.func (+31 -19)
📝 misc/build.func (+148 -78)
📝 misc/install.func (+39 -27)

📄 Description

✍️ Description

1.) Possibillity to perform updates in silent / verbose

image

Silent:
image
image

Verbose:
image

2.) Logging of Updates

- Default Log-Folder: /usr/local/community-scripts/logs

image

(It is likely that in future the logging will be extended a little at this point)

Link: #2393 #2397

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

  • New feature – Adds new, non-breaking functionality.

🔄 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/2583 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 2/24/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `feature_verbose_update` --- ### 📝 Commits (1) - [`424fce7`](https://github.com/community-scripts/ProxmoxVE/commit/424fce78e1ecfff711df4f7d579911720c9d9f2f) Verbose_Update ### 📊 Changes **3 files changed** (+218 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `misc/alpine-install.func` (+31 -19) 📝 `misc/build.func` (+148 -78) 📝 `misc/install.func` (+39 -27) </details> ### 📄 Description ## ✍️ Description ### 1.) Possibillity to perform updates in silent / verbose ![image](https://github.com/user-attachments/assets/5587f6fa-5bd2-4e1f-8d0e-e7ad12a3835f) **Silent:** ![image](https://github.com/user-attachments/assets/330efd08-b415-47c8-bc0e-4c0ff8d47cdc) ![image](https://github.com/user-attachments/assets/c0ff7e4d-9f9b-4f97-a65f-23951117ba94) **Verbose:** ![image](https://github.com/user-attachments/assets/6e0ec0ff-14be-4b60-81e4-046c566d3365) ### 2.) Logging of Updates **- Default Log-Folder: /usr/local/community-scripts/logs** ![image](https://github.com/user-attachments/assets/4606d358-32b5-455d-8ee7-78863ee18b6c) _(It is likely that in future the logging will be extended a little at this point)_ ## 🔗 Related PR / Discussion / Issue Link: #2393 #2397 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change - [x] ✨ **New feature** – Adds new, non-breaking functionality. --- <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:06:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3741