[PR #4549] [MERGED] Various unrelated fixes to kimai update script #5068

Closed
opened 2025-11-20 07:04:08 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4549
Author: @jamezpolley
Created: 5/16/2025
Status: Merged
Merged: 5/19/2025
Merged by: @tremor021

Base: mainHead: patch-2


📝 Commits (5)

  • e5542e3 Ensure lsb-release is installed
  • 22ce55a Change to use same syntax as check for composer
  • 36b3a42 Re-install composer
  • 2f6891f Try to catch download errors
  • f6000ba Re-install php-fpm

📊 Changes

1 file changed (+10 additions, -3 deletions)

View changed files

📝 ct/kimai.sh (+10 -3)

📄 Description

Fixes aren't related but have been merged into #4548 as per directions from project owners, sorry.

✍️ Description

Various unrelated fixes

Link: #4548 and #4247 and #4550

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/4549 **Author:** [@jamezpolley](https://github.com/jamezpolley) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (5) - [`e5542e3`](https://github.com/community-scripts/ProxmoxVE/commit/e5542e393ac06984abec05e81403985a44c576bc) Ensure lsb-release is installed - [`22ce55a`](https://github.com/community-scripts/ProxmoxVE/commit/22ce55a1a02294519a04bd32ce360b8b7e5bcf5c) Change to use same syntax as check for composer - [`36b3a42`](https://github.com/community-scripts/ProxmoxVE/commit/36b3a429b1e7fb54d13f9bc58ea970a1f37a3839) Re-install composer - [`2f6891f`](https://github.com/community-scripts/ProxmoxVE/commit/2f6891f2dd25294e96ddff34a33587ce64c29bd5) Try to catch download errors - [`f6000ba`](https://github.com/community-scripts/ProxmoxVE/commit/f6000baff37a1e043db83b65d2f7581fab076eb3) Re-install php-fpm ### 📊 Changes **1 file changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ct/kimai.sh` (+10 -3) </details> ### 📄 Description Fixes aren't related but have been merged into #4548 as per directions from project owners, sorry. <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Various unrelated fixes ## 🔗 Related PR / Issue Link: #4548 and #4247 and #4550 ## ✅ Prerequisites (**X** in brackets) - [ ] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [X] 🐞 **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>
saavagebueno added the pull-request label 2025-11-20 07:04:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5068