Hosted on github. Ah the irony. Feels like a missed opportunity. On another note no have been using the GitHub cli client and it is great to be able to quickly create a PR from where I did the last push.
I maintain a bunch of docker images that are purposed to run on gitlab ci, they are obviously hosted on github because only github has push-event integrations with docker hub. I make a push, docker hub builds and publishes the image, the image is only pulled by gitlab ci. Gitlab is great, but it lacks many popular integrations that must come from not-gitlab.
Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
21–30 of 76 posts
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#22Hosted on github. Ah the irony. Feels like a missed opportunity. On another note no have been using the GitHub cli client and it is great to be able to quickly create a PR from where I did the last push.
I maintain a bunch of docker images that are purposed to run on gitlab ci, they are obviously hosted on github because only github has push-event integrations with docker hub. I make a push, docker hub builds and publishes the image, the image is only pulled by gitlab ci. Gitlab is great, but it lacks many popular integrations that must come from not-gitlab.
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#23Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#24Earlier quoted context omitted.
I have somewhat similar experience. I have 16GB of RAM, 12 CPU. You can reduce the number of unicorn workers in `config/gitlab.rb`.
what are you seeing in the logs? OOM-killer? Also, newer versions use Puma which lower RAM needs if you are seeing Unicorn OOM Killer
Thanks for the heads-up.
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#25Earlier quoted context omitted.
Hugely ironic, but not surprising since projects on GitHub get better exposure and also the ability to raise funds with GitHub sponsors.
This is true and important. But I also have to admit that I like the interface of GH more and I am just used to searching on GH - it always has been like google search for code for me.
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#26Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#27Hosted on github. Ah the irony. Feels like a missed opportunity. On another note no have been using the GitHub cli client and it is great to be able to quickly create a PR from where I did the last push.
I have created a small tool that automatically mirrors public repos from GitLab to GitHub: https://github.com/grdl/gitlab-mirror-maker Meaning, a repo can be hosted on GL but still benefit from better exposure and disoverability of GH.
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#28Anyone else switched entirely to Tekton or another CI/CD platform because GitLab feels like a bloated monolith and too centralized at this point?
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#29My new hobby is installing vanilla Gitlab CE on a vanilla server and waiting until it crashes the whole thing. Takes something between 8 to 36 hours. The server is completely gone, no ping, no ssh. It takes frantic remote power button pushes to even turn it off. Afterwards I reconfigure various config lines and repeat.
Would love to read about the actual config issues you're having and how you're solving them one by one -- are you writing about it anywhere?
Re: Take Gitlab to the command line with GLab, an open-source Gitlab CLI tool
#30Hosted on github. Ah the irony. Feels like a missed opportunity. On another note no have been using the GitHub cli client and it is great to be able to quickly create a PR from where I did the last push.
I have created a small tool that automatically mirrors public repos from GitLab to GitHub: https://github.com/grdl/gitlab-mirror-maker Meaning, a repo can be hosted on GL but still benefit from better exposure and disoverability of GH.
> git remote set-url --add --push origin
> git remote set-url --add --push origin
This way I have an automatic backup to the second remote.