Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-13 | Bump to version 8.5.9 | Ben Cooper | |
2023-07-12 | Bump to version 8.5.8 | Ben Cooper | |
2023-07-12 | Bump to version 8.5.7 | Ben Cooper | |
2023-07-07 | Bump to version 8.5.6 | Ben Cooper | |
2023-07-03 | Bump to version 8.5.5 | Ben Cooper | |
2023-07-03 | Bump to version 8.5.4 | Ben Cooper | |
2023-06-28 | Bump to version 8.5.2 | Ben Cooper | |
2023-06-28 | Bump to version 8.5.1 | Ben Cooper | |
2023-06-26 | Bump to version 8.5.0 | Ben Cooper | |
2023-06-23 | Bump to version 8.4.2 | Ben Cooper | |
2023-06-23 | Bump to version 8.4.1 | Ben Cooper | |
2023-06-23 | Bump to version 8.4.0 | Ben Cooper | |
2023-06-11 | Bump to version 8.3.8 | Ben Cooper | |
2023-06-07 | Bump to version 8.3.7 | Ben Cooper | |
2023-06-07 | Bump to version 8.3.6 | Ben Cooper | |
2023-06-07 | Bump to version 8.3.5 | Ben Cooper | |
2023-06-05 | Bump to version 8.3.4 | Ben Cooper | |
2023-06-05 | Bump to version 8.3.3 | Ben Cooper | |
2023-06-05 | Bump to version 8.3.2 | Ben Cooper | |
2023-05-31 | Bump to version 8.3.1 | Ben Cooper | |
2023-05-31 | Bump to version 8.3.0 | Ben Cooper | |
2023-05-29 | Bump to version 8.2.8 | Ben Cooper | |
2023-05-26 | Bump to version 8.2.7 | Ben Cooper | |
2023-05-23 | Bump to version 8.2.6 | Ben Cooper | |
2023-05-18 | Bump version to 8.2.5 | Ben Cooper | |
2023-05-16 | Bump to version 8.2.4 | Ben Cooper | |
2023-05-15 | Change update wrapper script to use fixed UID/GID | Ben Cooper | |
The helper script currently uses the onedev user/group name to chown the live directory after creating/updating it. However on first installation this script is run before the user/group have been created, causing this step to fail and the installation to not work out of the box. This commit modifies the wrapper script to use the fixed UID and GID specified in the sysusers configuration which fixes the above problem. | |||
2023-05-15 | Fix java runtime requirement at version 17 | Ben Cooper | |
OneDev is not currently compatible with JRE 20, and specifying a dependency with a version range via a PKGBUILD leads to confusing UI whilst installing, so fixing the JRE version at the highest supported seemed the most sensible option. | |||
2023-05-15 | Bump to version 8.2.3 | Ben Cooper | |
2023-05-15 | Bump to version 8.2.2 | Ben Cooper | |
2023-05-10 | Bump to version 8.2.1 | Ben Cooper | |
This commit also disables automatic restart of the systemd service during package upgrade. | |||
2023-05-08 | Bump to version 8.2.0 | Ben Cooper | |
2023-05-06 | Bump to version 8.1.6 | Ben Cooper | |
2023-05-06 | Bump to version 8.1.5 | Ben Cooper | |
2023-04-28 | Bump to version 8.1.4 | Ben Cooper | |
2023-04-27 | Upgrade to version 8.1.3 | Ben Cooper | |
2023-03-02 | Forgot to bump version and removed jdk11 | Polarian | |
2023-03-02 | Bump version to 8.0.5 | Polarian | |
2023-02-22 | Bump version to 8.0.4 | Polarian | |
2023-02-20 | Removed redundant dependencies and functions | Polarian | |
2023-02-19 | Bumped version to 8.0.3 | Polarian | |
2023-02-17 | Pull request #4 - Update to version 8.0.0 | polarian | |
2023-02-17 | Pull request #2 - Migration of data when updating OneDev package | polarian | |
As brought up in issue #1 onedev data was not being migrated when the package was updated, this now works provided you overwrite the changed files from the update.sh script. The package now provides two packages: onedev -> the main package containing the onedev users, and systemd scripts onedev-new -> package containing only the new content, the update.sh script should be called on /opt/onedev, and then you can remove onedev-new and install onedev This is a working workaround for the current JSW issues, this is very raw at the moment, but can be ironed out along the way, at least it is better than nothing. As a sidenote this can not be merged as the systemd service file no longer functions correctly! | |||
2023-02-12 | Fixed divergent branches | Polarian | |
2023-02-12 | Move projectid and buildid to variables | Polarian | |
2023-01-13 | Hopefully working migrations | Polarian | |
2023-01-13 | Fixed PKGBUILD | Polarian | |
2023-01-13 | Bumped version to 7.9.4 | Polarian | |
2023-01-12 | Added unzip to makedepends | Polarian | |
2023-01-09 | Revert to original dependencies | Polarian | |
See reason here: https://code.onedev.io/onedev/docs/~issues/2#IssueComment-3394 |