[PR #2246] [CLOSED] Dev test #3507

Closed
opened 2026-02-05 05:47:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2246
Author: @michelroegl-brunner
Created: 2/11/2025
Status: Closed

Base: mainHead: dev_test


📝 Commits (10+)

  • 0cdd3de Update autolabeler-config.json
  • 0d64def Update changelog-pr-config.json
  • c5695aa Update api.func
  • 7ba85eb Merge pull request #69 from michelroegl-brunner/michelroegl-brunner-patch-1
  • 7557bcb Update autolabeler-config.json
  • 5edee59 Merge branch 'community-scripts:main' into main
  • 318d7e5 Create test.sh
  • 81c5e3c Update test.sh
  • 4f68881 Create 3fauth.sh
  • 668709a Update auto-update-app-headers.yml

📊 Changes

16 files changed (+764 additions, -7 deletions)

View changed files

📝 .github/autolabeler-config.json (+10 -3)
📝 .github/changelog-pr-config.json (+4 -0)
.github/workflows/app-install.yml (+106 -0)
📝 .github/workflows/auto-update-app-headers.yml (+8 -1)
.github/workflows/scripts/app-test/pr-build.func (+199 -0)
.github/workflows/scripts/app-test/pr-create-lxc.sh (+180 -0)
.github/workflows/scripts/app-test/pr-install.func (+85 -0)
📝 CHANGELOG.md (+2 -2)
ct/3fauth.sh (+90 -0)
ct/test.sh (+1 -0)
ct/test2.sh (+1 -0)
ct/test3.sh (+1 -0)
ct/wf-test.sh (+47 -0)
install/test-install.sh (+1 -0)
install/wf-test-install.sh (+28 -0)
📝 misc/api.func (+1 -1)

📄 Description

✍️ Description

--

Link: #

--

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

Select all that apply:

  • [] 🐞 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.

📋 Additional Information (optional)


🔄 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/2246 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 2/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev_test` --- ### 📝 Commits (10+) - [`0cdd3de`](https://github.com/community-scripts/ProxmoxVE/commit/0cdd3ded14be49701141f5edeacab956805b1e91) Update autolabeler-config.json - [`0d64def`](https://github.com/community-scripts/ProxmoxVE/commit/0d64def80fc509db65e76e6e7950967fe2e1dfec) Update changelog-pr-config.json - [`c5695aa`](https://github.com/community-scripts/ProxmoxVE/commit/c5695aa865035168b8beedf66aa04db85c2ce7ce) Update api.func - [`7ba85eb`](https://github.com/community-scripts/ProxmoxVE/commit/7ba85eb30dd5ec63dadb3eb977c97626c2e49702) Merge pull request #69 from michelroegl-brunner/michelroegl-brunner-patch-1 - [`7557bcb`](https://github.com/community-scripts/ProxmoxVE/commit/7557bcb021834e424a1a9bfbf64744278f7d1418) Update autolabeler-config.json - [`5edee59`](https://github.com/community-scripts/ProxmoxVE/commit/5edee590484641e55771ebb18c7eb7bb6aa0d8be) Merge branch 'community-scripts:main' into main - [`318d7e5`](https://github.com/community-scripts/ProxmoxVE/commit/318d7e5e627c560cd73b4cccf28f92d54ab8b30b) Create test.sh - [`81c5e3c`](https://github.com/community-scripts/ProxmoxVE/commit/81c5e3c2dd4a93f548d01c650b23531f2b0e8229) Update test.sh - [`4f68881`](https://github.com/community-scripts/ProxmoxVE/commit/4f68881629baa68a12a120ec95c85802bf9559d4) Create 3fauth.sh - [`668709a`](https://github.com/community-scripts/ProxmoxVE/commit/668709aa604b64ff06e0a8eaf2eafae3e55ae910) Update auto-update-app-headers.yml ### 📊 Changes **16 files changed** (+764 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/autolabeler-config.json` (+10 -3) 📝 `.github/changelog-pr-config.json` (+4 -0) ➕ `.github/workflows/app-install.yml` (+106 -0) 📝 `.github/workflows/auto-update-app-headers.yml` (+8 -1) ➕ `.github/workflows/scripts/app-test/pr-build.func` (+199 -0) ➕ `.github/workflows/scripts/app-test/pr-create-lxc.sh` (+180 -0) ➕ `.github/workflows/scripts/app-test/pr-install.func` (+85 -0) 📝 `CHANGELOG.md` (+2 -2) ➕ `ct/3fauth.sh` (+90 -0) ➕ `ct/test.sh` (+1 -0) ➕ `ct/test2.sh` (+1 -0) ➕ `ct/test3.sh` (+1 -0) ➕ `ct/wf-test.sh` (+47 -0) ➕ `install/test-install.sh` (+1 -0) ➕ `install/wf-test-install.sh` (+28 -0) 📝 `misc/api.func` (+1 -1) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> -- ## 🔗 Related PR / Discussion / Issue Link: # -- ## ✅ 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 Select all that apply: - [] 🐞 **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. --- ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:47:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3507