top | item 46296422

(no title)

ukd1 | 2 months ago

Gitea. Gitlab (ish?).

discuss

order

deepsun|2 months ago

GitLab actually implemented Actions first back in the day (called CI/CD). I remember GitHub was following their lead.

metaphor|2 months ago

Which is funny reading how TFA tries to feign ignorance:

> When we shipped Actions in 2018, we had no idea how popular it would become.

justsid|2 months ago

Gitea scales really badly with large repos in my experience. Gitlab works a lot better mostly because you can just throw more hardware at it. This is with a pretty large git repo and a lot of daily commits.

komali2|2 months ago

On the other hand, gitlab is a memory hog. You need a big vm dedicated to it.

We were on codeberg for a couple years and it was fine.

carlmr|2 months ago

>Gitea scales really badly with large repos in my experience.

Isn't it written in this super scaling language that everybody says scales super well?

What is the problem with it?