Remix.run Logo
tapoxi 8 hours ago

I've been running GitLab internally on k8s for 6 years, it handles code, CI, security scans, build artifacts, helm charts, etc. It runs a nightly backup to a GCS bucket.

Monthly upgrades are painless. Once a year the major versions (18 to 19, for example) bump external dependencies and we need about an hour on it.

I've been using GitHub for other projects and for the life of me I can't see a single area where its better. Actions is worse without versioned and self documenting components, there's no concept of a project hierarchy or inherited permissions, even simple things like setting up deploy keys are more annoying than they need to be.

I can't speak for GitLab.com - I've never used it.

gchamonlive 7 hours ago | parent | next [-]

Gitlab.com used to be slightly less available than GitHub but recently I think the tables have turned and Gitlab saas is relatively stable.

I also enjoy Gitlab as a platform. It's got everything, good board, good repo, good issues, good CI, extremely good registries. It's got the equivalent of gists and pages... It a better product all things considered.

GitHub just wins because of popularity. It's WordPress all over again, the thing people use because it's a thing people use.

liquidgecka 7 hours ago | parent | prev | next [-]

> I've been using GitHub for other projects and for the life of me I can't see a single area where its better.

Triggering github actions manually is way, way cleaner. Also the pipeline configuration feels cleaner to me bit that might be personal preference more than anything else.. Otherwise I agree. =)

foobarian 7 hours ago | parent | prev [-]

Enterprise pricing is a huge factor.