Live data from Hacker News

GitLab 8.5 released

about.gitlab.com

131–140 of 246 posts

Re: GitLab 8.5 released

#131
post #128

Maybe a stupid question but is there a publicly hosted GitLab that provides free repo space (and the usual pay for private repos) or is it only self hosted?

https://gitlab.com/ with free public and private repositories

Ok I didn't see that. The rest of the copy on the (particularly the pricing page) seems to indicate it's only local.

Re: GitLab 8.5 released

#132

Looking at this thread here, Gitlab seems to be much more open about their development than Github, and has a real sense of community, yet Github (still) remains the popular option, despite their more community-hostile traditional board-meeting decision process. Is there a gradual shift in the FOSS community towards Gitlab (which in all honesty would make more sense), or am I just seeing the enthusiast in this thread…

GitLab has a ton of strengths, but still has large weaknesses in the area: gitlab.com implementation and design.

gitlab.com is the public 'demo' version which people compare to github. It's missing a few key items that would make it appealing to open source developers (and that I'd like to see them prioritize.) E.g.:

* Site search. It's been broken for months or possibly years. (Response time > 45 secs., Relevancy is miscalculated: "gitlab" itself does not appear in the search results.)

* Repo / project discovery and social features are extremely primitive.

Re: GitLab 8.5 released

#133
post #113
post #108

Earlier quoted context omitted.

I can't tell if there is a real shift, I would say no. GitHub, in a lot of people, is synonymous to Git. GitLab is superior in a lot of ways, more feature, open source, very open as you pointed out. Their pricing model supports free private repos. Not sure what it would take to really make people reconsider GitHub as the default goto place to host OSS repos.

"GitHub failing hard". GitLab is great, but it's kind of a copycat project. Nothing wrong with that, it's just there really isn't a compelling reason to join beyond "less-predatory pricing". And the people who care about that use private repos, not OSS.

> predatory pricing

I've always thought GitHub's pricing is awesome and very accessible. Can you explain?

Re: GitLab 8.5 released

#134

Their performance graph shows response timings up to 25 seconds [1]. GitHub's mean web response time goes up to 200 milliseconds. The difference is two orders of magnitude. Is GitLab really that much slower?! [1] https://about.gitlab.com/images/8_5/issue_timings.png [2] https://status.github.com/

That's the 95th percentile, not the mean. This means that 95% of all transactions completed _within_ the time, with only 5% exceeding it. Right now our 95th percentile hovers between 1.5 and 2 seconds, the mean hovers between 500 and 700 ms.

Your 95th percentile ought to be 200ms. That's the standard that Google set for itself a decade ago.

Re: GitLab 8.5 released

#135

We're super excited with GitLab 8.5. It's much faster, no matter the size of your instance (but especially for larger instances). The Todos, ability to revert commits and CNAME support for Pages, are things that have been much requested and we're happy to have now. As always, we're here if anyone has any questions about anything.

Have you deployed it to gitlab.com?

Re: GitLab 8.5 released

#136
post #120

Earlier quoted context omitted.

Github's shortcomings only really came to the fore in the last couple of months, due to a combination of factors. GitLab is working hard to exploit the current window of opportunity to make waves. I'm slightly surprised BitBucket is not doing the same, but their Atlassian masters seem more interested in pushing irrelevant features at the moment (like SSO across products I don't care about). It's too early to talk abo…

> especially considering git migrations are literally just one push to a new origin. A pain point here is that GH issues cannot be migrated easily as a git migration (but GH does have a REST api).

But gitlab has a Github migrator which supports pretty much a repos complete history (PRs, issues, wikis, etc).

Re: GitLab 8.5 released

#137

Are there any blog posts about techniques used to improve performance you guys would care to share? Thanks!

Not yet, but I've been thinking of doing so. The difficulty is that you basically have to write the blog post (or at least take a lot of notes) while solving problems as otherwise you'll end up forgetting all the intricate little details.

That's fine, I'm just curious because you usually learn a great deal. If anything the biggest performance changes could be nice, though it may mostly be small tid bits here and there (though large overall). Thanks for all you guys did!

Re: GitLab 8.5 released

#138
post #113

Earlier quoted context omitted.

"GitHub failing hard". GitLab is great, but it's kind of a copycat project. Nothing wrong with that, it's just there really isn't a compelling reason to join beyond "less-predatory pricing". And the people who care about that use private repos, not OSS.

> predatory pricing I've always thought GitHub's pricing is awesome and very accessible. Can you explain?

It'ss quite bad for my company. We have to pay per repo and we like to create quite a lot of small libs and microservices. I'd like to have a option of per user payment.

Re: GitLab 8.5 released

#139
post #138

Earlier quoted context omitted.

> predatory pricing I've always thought GitHub's pricing is awesome and very accessible. Can you explain?

It'ss quite bad for my company. We have to pay per repo and we like to create quite a lot of small libs and microservices. I'd like to have a option of per user payment.

Ah hah, that's interesting. Yep, the per-repo metric does weigh more heavily on architectures based on smaller more granular projects.

Re: GitLab 8.5 released

#140
post #131

Earlier quoted context omitted.

https://gitlab.com/ with free public and private repositories

Ok I didn't see that. The rest of the copy on the (particularly the pricing page) seems to indicate it's only local.

There is no pricing information there because it is free with forum support. But I agree it is confusing and made https://gitlab.com/gitlab-com/www-gitlab-com/issues/567 to remedy that.
Post reply on HN