HackerTrans
トップ新着トレンドコメント過去質問紹介求人

robinshen

no profile record

投稿

[untitled]

1 ポイント·投稿者 robinshen·2 年前·0 コメント

My Ten-Year Product Welcomed Its First Commercial Customer

robinshen.medium.com
4 ポイント·投稿者 robinshen·3 年前·2 コメント

[untitled]

1 ポイント·投稿者 robinshen·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 robinshen·4 年前·0 コメント

[untitled]

1 ポイント·投稿者 robinshen·4 年前·0 コメント

OneDev5 – open-source self-hosted GitHub alternative

github.com
1 ポイント·投稿者 robinshen·5 年前·0 コメント

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

3 ポイント·投稿者 robinshen·5 年前·0 コメント

OneDev 4.3: CI/CD configuration reuse made easy

robinshen.medium.com
1 ポイント·投稿者 robinshen·5 年前·0 コメント

コメント

robinshen
·2 年前·議論
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
·3 年前·議論
Hi, OneDev author here. Thanks for mentioning it. For any questions, please visit https://code.onedev.io/onedev/server/~issues to get support.
robinshen
·4 年前·議論
Thanks for the comment. What area of OneDev UI you feel is unpolished?
robinshen
·4 年前·議論
Turns out the front end apache process is crawling for some reason. Restarted and is ok now.
robinshen
·4 年前·議論
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
·4 年前·議論
Disclaimer I am the author (not OP). I guess the user re-posted by simply copying my original one...
robinshen
·4 年前·議論
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
·4 年前·議論
Docs definitely needs to be improved. Currently I am writing all docs in OneDev itself, which may not be appropriate.
robinshen
·4 年前·議論
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
·4 年前·議論
Thank you for seconding OneDev!
robinshen
·4 年前·議論
We are dogfooding here: https://code.onedev.io/

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