| +1 (Or can I give +1million?) to Gitlab. GitLab is now one of the core products in our business and we (Devs, Ops and PM's) love it. For Ops:
* It's easy to deploy. * It's easy to manage / support. * Gitlab-CI now builds all our Docker images which is great. * Gitlab-CI runners are a pain in the ass to deploy. For Devs: * It's workflow and code review is great. * GitLab CI is a great alternative to using external CI systems / Jenkins. For Everyone: * It's wiki is great (and getting better over time). * It's fast. * It's very reliable. * The community is great as is GitLab as a company. * GitLab's momentum of the last 6 months has been great and shows no sign of slowing. We don't have it hosted on very powerful hardware but it flies - so much faster than using Github, or our old internal setup of Gitolite+Gitweb/Redmine I tried out Gogs yesterday and this is what I took away: * It's incredibly fast. * It's incredibly lightweight. * At first it looks 'pretty' but quickly you it becomes clear that it's actually quite unintuitive to use (for example, it took everyone that tried it here longer than it should to find how to log a new issue). * There is no wiki. * There is no CI. * There is no Debian package which would be nice. * It's written in a language that most Devs / Ops can't contribute to or bug fix. All and all, I'm very excited about Gogs for my personal git hosting at home / on my VPS' - but I don't think it's even close to providing the system that GitLab has at present. |
> * There is no Debian package which would be nice.
True. AFAIK there aren't any packages in Debian that depend on go/golang yet, not even in sid. That doesn't mean one can't make out-of-band debs, of course, but gogs unfortunately isn't alone here. Does anyone know of any util/tool/package in go (other than golang) that's packaged for Debian?
> * It's written in a language that most Devs / Ops can't contribute to or bug fix.
As opposed to what? I'd think being able to patch something in go would be within the grasp of most Ops, and also most devs?