HackerTrans
TopNewTrendsCommentsPastAskShowJobs

robinshen

no profile record

Submissions

[untitled]

1 points·by robinshen·vor 2 Jahren·0 comments

My Ten-Year Product Welcomed Its First Commercial Customer

robinshen.medium.com
4 points·by robinshen·vor 3 Jahren·2 comments

[untitled]

1 points·by robinshen·vor 4 Jahren·0 comments

[untitled]

1 points·by robinshen·vor 4 Jahren·0 comments

[untitled]

1 points·by robinshen·vor 4 Jahren·0 comments

OneDev5 – open-source self-hosted GitHub alternative

github.com
1 points·by robinshen·vor 5 Jahren·0 comments

OneDev 4.9: the open source Git server with built-in CI/CD

3 points·by robinshen·vor 5 Jahren·0 comments

OneDev 4.3: CI/CD configuration reuse made easy

robinshen.medium.com
1 points·by robinshen·vor 5 Jahren·0 comments

comments

robinshen
·vor 2 Jahren·discuss
Tod is a command line tool to test/debug OneDev CI/CD jobs against local changes to avoid the modify/commit/push/run/check cycles.

Under the hood, tod stashes local changes to a commit and pushes to server under a temporal ref to run specified job. Log of running job is streamed back to tod so that you can check job progress and status without leaving terminal.

Since job runs on server, it does not have many quirks and limitations of other tools (gitlab-runner exec or nektos/act for instance), such as requiring you to set up job environments, unable to handle job dependencies, etc. And you can still get fast feedback via shallow clone and cache.

For details, please check tod project at https://github.com/theonedev/tod
robinshen
·vor 3 Jahren·discuss
Hi, OneDev author here. Thanks for mentioning it. For any questions, please visit https://code.onedev.io/onedev/server/~issues to get support.
robinshen
·vor 4 Jahren·discuss
Thanks for the comment. What area of OneDev UI you feel is unpolished?
robinshen
·vor 4 Jahren·discuss
Turns out the front end apache process is crawling for some reason. Restarted and is ok now.
robinshen
·vor 4 Jahren·discuss
The UI internally generates a yaml file to store in the repository. For instance OneDev uses this yaml to build itself:

https://code.onedev.io/projects/160/files/main/.onedev-build...

The advantage is that you can get things working quickly while still be able to diff changes, or generate the file with some other tool.
robinshen
·vor 4 Jahren·discuss
Disclaimer I am the author (not OP). I guess the user re-posted by simply copying my original one...
robinshen
·vor 4 Jahren·discuss
Besides git, OneDev only has one JVM process which actually saves resources compared to other products packaging dozens of processes.

In future, I will explore graalvm (or Jave native) to further reduce resources.
robinshen
·vor 4 Jahren·discuss
Docs definitely needs to be improved. Currently I am writing all docs in OneDev itself, which may not be appropriate.
robinshen
·vor 4 Jahren·discuss
It is running on a single 2 core medium class EC2 server. I am starting a powerful machine hoping to get things better during this HN traffic.
robinshen
·vor 4 Jahren·discuss
Thank you for seconding OneDev!
robinshen
·vor 4 Jahren·discuss
We are dogfooding here: https://code.onedev.io/

All development happens here, and GitHub serves as a mirror
robinshen
·vor 4 Jahren·discuss
It is running on a medium EC2 server with 2 core. So might be slow during in this HN traffic...
robinshen
·vor 4 Jahren·discuss
The correct url is: https://code.onedev.io/projects/160
robinshen
·vor 4 Jahren·discuss
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.
robinshen
·vor 4 Jahren·discuss
This is exactly what I am doing for OneDev: https://github.com/theonedev/onedev
robinshen
·vor 5 Jahren·discuss
Checkout https://github.com/theonedev/onedev for a serious self-hosted git server, with CI/CD baked in.

From a user of OneDev:

>> As an open source project, it is too good to be true