GitLab 6.3 released: open-source software to collaborate on code
1–10 of 54 posts
Re: GitLab 6.3 released: open-source software to collaborate on code
#23.0 release (Oct. 2012): https://news.ycombinator.com/item?id=4687455
4.0 release (Dec. 2012): https://news.ycombinator.com/item?id=4959417
5.0 release (Mar. 2013): https://news.ycombinator.com/item?id=5422950
6.0 release (Aug. 2013): https://news.ycombinator.com/item?id=6270446
Re: GitLab 6.3 released: open-source software to collaborate on code
#3Re: GitLab 6.3 released: open-source software to collaborate on code
#4For those who already use it, this is a good time to upgrade, because multiple security vulnerabilities were recently fixed [1]. (You can upgrade to a patch version within the same major/minor release, e.g. 6.2.3 to 6.2.4, but it's not too much more effort to just upgrade to the latest 6.3 release).
[1] http://blog.gitlab.org/multiple-critical-vulnerabilities-in-...
Re: GitLab 6.3 released: open-source software to collaborate on code
#5Re: GitLab 6.3 released: open-source software to collaborate on code
#6Re: GitLab 6.3 released: open-source software to collaborate on code
#7If you want to give it a try in your computer or in the cloud you can use one of the images from bitnami. We already have updated them to gitlab 6.3 http://bitnami.com/stack/gitlab
Re: GitLab 6.3 released: open-source software to collaborate on code
#8Does it have public repos?
Re: GitLab 6.3 released: open-source software to collaborate on code
#9I'm considering GitLab for use at work. How does it stack up against Atlassian Stash? ( https://www.atlassian.com/software/stash/overview )
GitLab, on the other hand, has two advantages over Stash. Firstly it's open source (+free). Secondly and most importantly, GitLab is under active development and there is a new release with reasonable amount of content every month.
I haven't installed Stash, but for what it's worth GitLab installation and upgrades have been really straightforward.
Re: GitLab 6.3 released: open-source software to collaborate on code
#10I'm considering GitLab for use at work. How does it stack up against Atlassian Stash? ( https://www.atlassian.com/software/stash/overview )
I've had to compare the two. At the current state, Stash is better than GitLab in almost all ways. Better UI, more features and other small things that make a big difference (e.g. repo sync). GitLab, on the other hand, has two advantages over Stash. Firstly it's open source (+free). Secondly and most importantly, GitLab is under active development and there is a new release with reasonable amount of content every mon…