any opinions on best repo provider and CI/CD? gitl...
# random
u
any opinions on best repo provider and CI/CD? gitlab anyone? circle ci?
d
I recently switched to GitHub actions (from Azure Pipelines). It's working well for me. It works for Windows, Linux and MacOS and you don't have to leave GitHub.
u
you like github better than gitlab?
d
Objectively speaking, not really. I mostly use GitHub because the ecosystems I'm in live on GitHub too, which makes GitHub what I'm comfortable with. So I prefer it.
u
Even for commercial closed source stuff?
d
Yes
u
Im looking at it right now, there are no manually triggered workflows?
r
We’re using Gitlab and I hate it. It’s always down
There are different features between Github and Gitlab, but Github at least has an acceptable uptime
r
Nobody mentioned JetBrains Space yet? 😄
☑️ 1
😅 1
u
Ugh, im trying out github + actions, and I can setup ci to block merges to master, but I need to review it as well, and I cannot self review as a solo developer of the project ..ehhhh
what is a CI worth if it cannot enforce anything
n
Note that Git Lab has a on premise version ( https://about.gitlab.com/install/ ).
g
It can enforce by setting status to PR or even you can set review mark as special CI user, but you need additional user just for CI