[PR #4689] [CLOSED] Checkmate #5172

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4689
Author: @garethcheyne
Created: 5/23/2025
Status: Closed

Base: mainHead: checkmate


📝 Commits (10+)

📊 Changes

8 files changed (+286 additions, -47 deletions)

View changed files

📝 README.md (+12 -5)
ct/checkmate.sh (+79 -0)
ct/headers/checkmate (+7 -0)
frontend/public/json/checkmate.json (+40 -0)
install/checkmate-install.sh (+103 -0)
📝 misc/api.func (+21 -18)
📝 misc/build.func (+16 -16)
📝 misc/tools.func (+8 -8)

📄 Description

✍️ Description

Link: #

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/4689 **Author:** [@garethcheyne](https://github.com/garethcheyne) **Created:** 5/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `checkmate` --- ### 📝 Commits (10+) - [`88b997c`](https://github.com/community-scripts/ProxmoxVE/commit/88b997cda0c57fb74c1b9c84cc1c325145a669f3) added checkmate to ct - [`986b192`](https://github.com/community-scripts/ProxmoxVE/commit/986b192117c27deb8903e801944628bcbdaddf61) update local build functions - [`b8fa663`](https://github.com/community-scripts/ProxmoxVE/commit/b8fa663f1e516a456eacd6b57b40f9549bd2bbe4) update - [`b75de50`](https://github.com/community-scripts/ProxmoxVE/commit/b75de50da2c302170af461b73bdb2cf736012806) update - [`fe66e73`](https://github.com/community-scripts/ProxmoxVE/commit/fe66e737a6315d20c06097e7b2b6b782e3c6944a) update - [`423b408`](https://github.com/community-scripts/ProxmoxVE/commit/423b408314d5f52ce921d12df7ad26b8c2ad3f20) update - [`c36a271`](https://github.com/community-scripts/ProxmoxVE/commit/c36a271acc0bb92c480e2f5388221907bd66ef97) update - [`13e5f2c`](https://github.com/community-scripts/ProxmoxVE/commit/13e5f2ce4e0eced3b908caa273cbf166c3b7fd8b) update - [`7a85a62`](https://github.com/community-scripts/ProxmoxVE/commit/7a85a62dfb9c566ff27a637dc759c4dd64032994) update - [`8c9629f`](https://github.com/community-scripts/ProxmoxVE/commit/8c9629f6c179a549a9da4a3a9caa5f51faa4f6c0) init checkmate ### 📊 Changes **8 files changed** (+286 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -5) ➕ `ct/checkmate.sh` (+79 -0) ➕ `ct/headers/checkmate` (+7 -0) ➕ `frontend/public/json/checkmate.json` (+40 -0) ➕ `install/checkmate-install.sh` (+103 -0) 📝 `misc/api.func` (+21 -18) 📝 `misc/build.func` (+16 -16) 📝 `misc/tools.func` (+8 -8) </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 ## 🔗 Related PR / Issue Link: # ## ✅ 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>
saavagebueno added the pull-request label 2025-11-20 07:04:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5172