[PR #3184] [MERGED] Relocate the Json Files #4132

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

📋 Pull Request Information

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

Base: mainHead: reorder_json_files


📝 Commits (1)

📊 Changes

323 files changed (+123 additions, -126 deletions)

View changed files

📝 .github/autolabeler-config.json (+2 -2)
📝 .github/workflows/frontend-cicd.yml (+0 -2)
📝 .github/workflows/update-json-date.yml (+3 -3)
📝 .github/workflows/validate-filenames.yml (+1 -1)
frontend/public/json (+0 -1)
📝 frontend/public/json/2fauth.json (+0 -0)
📝 frontend/public/json/actualbudget.json (+0 -0)
📝 frontend/public/json/add-lxc-iptag.json (+0 -0)
📝 frontend/public/json/add-netbird-lxc.json (+0 -0)
📝 frontend/public/json/add-tailscale-lxc.json (+0 -0)
📝 frontend/public/json/adguard.json (+0 -0)
📝 frontend/public/json/adventurelog.json (+0 -0)
📝 frontend/public/json/agentdvr.json (+0 -0)
📝 frontend/public/json/all-templates.json (+0 -0)
📝 frontend/public/json/alpine-it-tools.json (+0 -0)
📝 frontend/public/json/alpine.json (+0 -0)
📝 frontend/public/json/apache-cassandra.json (+0 -0)
📝 frontend/public/json/apache-couchdb.json (+0 -0)
📝 frontend/public/json/apache-guacamole.json (+0 -0)
📝 frontend/public/json/apache-tika.json (+0 -0)

...and 80 more files

📄 Description

✍️ Description

To simpliyfie the Fronten and to clean up the main Structure of the Project we need do relocate the json files from /json to frontend/public/json. This is running in the DEV Repo since yesterday,

This allows better changes to the Frontend in the future.

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/3184 **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:** `reorder_json_files` --- ### 📝 Commits (1) - [`aaef34e`](https://github.com/community-scripts/ProxmoxVE/commit/aaef34e6fd6210c677094eb9c27aa6f40ce1be0b) Refactor Json Location ### 📊 Changes **323 files changed** (+123 additions, -126 deletions) <details> <summary>View changed files</summary> 📝 `.github/autolabeler-config.json` (+2 -2) 📝 `.github/workflows/frontend-cicd.yml` (+0 -2) 📝 `.github/workflows/update-json-date.yml` (+3 -3) 📝 `.github/workflows/validate-filenames.yml` (+1 -1) ➖ `frontend/public/json` (+0 -1) 📝 `frontend/public/json/2fauth.json` (+0 -0) 📝 `frontend/public/json/actualbudget.json` (+0 -0) 📝 `frontend/public/json/add-lxc-iptag.json` (+0 -0) 📝 `frontend/public/json/add-netbird-lxc.json` (+0 -0) 📝 `frontend/public/json/add-tailscale-lxc.json` (+0 -0) 📝 `frontend/public/json/adguard.json` (+0 -0) 📝 `frontend/public/json/adventurelog.json` (+0 -0) 📝 `frontend/public/json/agentdvr.json` (+0 -0) 📝 `frontend/public/json/all-templates.json` (+0 -0) 📝 `frontend/public/json/alpine-it-tools.json` (+0 -0) 📝 `frontend/public/json/alpine.json` (+0 -0) 📝 `frontend/public/json/apache-cassandra.json` (+0 -0) 📝 `frontend/public/json/apache-couchdb.json` (+0 -0) 📝 `frontend/public/json/apache-guacamole.json` (+0 -0) 📝 `frontend/public/json/apache-tika.json` (+0 -0) _...and 80 more files_ </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> To simpliyfie the Fronten and to clean up the main Structure of the Project we need do relocate the json files from /json to frontend/public/json. This is running in the DEV Repo since yesterday, This allows better changes to the Frontend in the future. ## ✅ 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:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4132