Live data from Hacker News

OneDev UI is 10x~30x faster than Gitlab

robinshen.medium.com

1–3 of 3 posts

Re: OneDev UI is 10x~30x faster than Gitlab

#2
Better Speed for Gitlab would be nice but they have some many useful compliance/security features that make the Head of Compliance happy that it is difficult to switch. This solution appears to miss blocking PRs when licenses of dependencies are not in the allowed list, disallow merging PRs when it doesn't drop the code/test coverage etc

Also I don't really want to have the responsibility to host a Gitlab like product alongside my product offerings to the customers. Especially, when it is using the Java runtime.

Re: OneDev UI is 10x~30x faster than Gitlab

#3
post #2

Better Speed for Gitlab would be nice but they have some many useful compliance/security features that make the Head of Compliance happy that it is difficult to switch. This solution appears to miss blocking PRs when licenses of dependencies are not in the allowed list, disallow merging PRs when it doesn't drop the code/test coverage etc Also I don't really want to have the responsibility to host a Gitlab like produc…

Thanks for the comment. OneDev has built-in CI/CD which can be used to block pull requests not satisfying desired criteria... This should be a matter of calling into third party license/security check tool such as SonarQube etc.