[PR #612] [MERGED] New Script: Onedev #2808

Closed
opened 2026-02-26 13:31:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/612
Author: @quantumryuu
Created: 11/30/2024
Status: Merged
Merged: 12/3/2024
Merged by: @MickLesk

Base: mainHead: onedev


📝 Commits (6)

📊 Changes

3 files changed (+177 additions, -0 deletions)

View changed files

ct/onedev.sh (+99 -0)
install/onedev-install.sh (+44 -0)
json/onedev.json (+34 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

Made install script for OneDev

Fixes # (issue)
#47
Project Board

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

Since the DevOne package can be downloaded from the site directly, the update script checks the release.properties file which contains the version.
If release.properties = github release then it updates!

If there are other pull requests or discussions related to this change, please link them here:
Previews PR was not reviewed so take this PR as a reference point!


🔄 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/612 **Author:** [@quantumryuu](https://github.com/quantumryuu) **Created:** 11/30/2024 **Status:** ✅ Merged **Merged:** 12/3/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `onedev` --- ### 📝 Commits (6) - [`4bc9e5d`](https://github.com/community-scripts/ProxmoxVE/commit/4bc9e5deb617e2f7de56288854d30d2391d80e38) onedev - [`743ea18`](https://github.com/community-scripts/ProxmoxVE/commit/743ea1897b6aff7a82286c07981dd5dbc83b0916) Initial commit - [`fb40331`](https://github.com/community-scripts/ProxmoxVE/commit/fb403314b71d0c6d36b18e6b04da2af090351ba6) fixes fixes fixes - [`33caa1f`](https://github.com/community-scripts/ProxmoxVE/commit/33caa1f822e0c8da307b85fd12bec070b9595dea) more fixes - [`446bbba`](https://github.com/community-scripts/ProxmoxVE/commit/446bbba2198227b513738dad6211963a55031ead) fixes on update - [`71c19f7`](https://github.com/community-scripts/ProxmoxVE/commit/71c19f7a3da2280294d2ce5c95b4a794a794db41) Ready for PR! ### 📊 Changes **3 files changed** (+177 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/onedev.sh` (+99 -0) ➕ `install/onedev-install.sh` (+44 -0) ➕ `json/onedev.json` (+34 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description Made install script for [OneDev](https://onedev.io/) Fixes # (issue) #47 [Project Board](https://github.com/orgs/community-scripts/projects/9/views/1?pane=issue&itemId=87952038) ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Since the DevOne package can be downloaded from the site directly, the update script checks the release.properties file which contains the version. If release.properties = github release then it updates! ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: **Previews PR was not reviewed so take this PR as a reference point!** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:31:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2808
No description provided.