[PR #3192] [MERGED] Add worflow to crawl APP verisons #4138

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

📋 Pull Request Information

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

Base: mainHead: versions_wf


📝 Commits (2)

📊 Changes

5 files changed (+695 additions, -8 deletions)

View changed files

.github/workflows/crawl-versions.yaml (+113 -0)
frontend/public/json/versions.json (+562 -0)
📝 frontend/src/__tests__/public/validate-json.test.ts (+6 -3)
📝 frontend/src/app/api/categories/route.ts (+2 -1)
📝 frontend/tsconfig.json (+12 -4)

📄 Description

✍️ Description

This workflow crawls available versions from newreleases.io to ultimatly display them on the Website.

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:

  • [] 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 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.

📋 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/3192 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `versions_wf` --- ### 📝 Commits (2) - [`47b86f6`](https://github.com/community-scripts/ProxmoxVE/commit/47b86f6679a5cb1cf158a52e5b6bedce5f3a9fad) Add worflow to crawl verisons - [`b21c59a`](https://github.com/community-scripts/ProxmoxVE/commit/b21c59ad96c9442676af6b0610c8a51f927ad320) Update Test ### 📊 Changes **5 files changed** (+695 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/crawl-versions.yaml` (+113 -0) ➕ `frontend/public/json/versions.json` (+562 -0) 📝 `frontend/src/__tests__/public/validate-json.test.ts` (+6 -3) 📝 `frontend/src/app/api/categories/route.ts` (+2 -1) 📝 `frontend/tsconfig.json` (+12 -4) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> This workflow crawls available versions from newreleases.io to ultimatly display them on the Website. ## ✅ 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 Select all that apply: - [] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **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. ## 📋 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>
saavagebueno added the pull-request label 2025-11-20 06:08:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4138