Hmm, I still will use Gitlab instead of Github. Unlimited public and private repos for free is nice.
Does anyone know how Gitlab plan to sustain that?
Introducing unlimited private repositories
101–110 of 662 posts
Re: Introducing unlimited private repositories
#102I'm sure a lot of people will be moving from Bitbucket to this, Bitbucket's plans were great for hundreds of repos, but Github's ecosystem is definitely preferable.
I'm not sure, Bitbucket's price effectively is $1/user and Github's $9/user. I wouldn't expect organisations to move to Bitbucket either, as change is generally costly in terms of man-hour, but current price structure makes Bitbucket eight-fold cheaper.
Re: Introducing unlimited private repositories
#103Re: Introducing unlimited private repositories
#104I am strongly considering moving to gitlab.
Re: Introducing unlimited private repositories
#105A small comparison: Team | Cost Before | Cost Now 1 repo, 5 users | $25 | $25 1 repo, 10 users | $25 | $70 11 repos, 5 users | $50 | $25 11 repos, 10 users | $50 | $70 5 repos, 50 users | $25 | $430 50 repos, 5 users | $100 | $25 50 repos, 50 users | $100 | $430 I'm not sure how common are organizations with few users and large number of repose - I guess software houses that keep old projects (for maintenance and fut…
We have a tons of repositories, most are currently on BItbucket, because GitHub was to expensive. Only our largest projects are on GitHub. Our team is maybe 8 developers, depending on consultants, interns and other temporary employments, but we have 20 - 30 repos. I think for small companies that do all development in-house, having large number of repos, and few developer is a pretty normal. The way I look at it, Git…
Re: Introducing unlimited private repositories
#106A small comparison: Team | Cost Before | Cost Now 1 repo, 5 users | $25 | $25 1 repo, 10 users | $25 | $70 11 repos, 5 users | $50 | $25 11 repos, 10 users | $50 | $70 5 repos, 50 users | $25 | $430 50 repos, 5 users | $100 | $25 50 repos, 50 users | $100 | $430 I'm not sure how common are organizations with few users and large number of repose - I guess software houses that keep old projects (for maintenance and fut…
Re: Introducing unlimited private repositories
#107I'm sure a lot of people will be moving from Bitbucket to this, Bitbucket's plans were great for hundreds of repos, but Github's ecosystem is definitely preferable.
Why? BitBucket is superior in every respect, plus importantly they give free private repos for every user. No price gouging like we're seeing with GitHub.
Re: Introducing unlimited private repositories
#108Pretty angry that Github have made this change with no mechanism for adding machine users without paying a per month charge. It seems like a key feature, which is currently horribly painful to manage and now expensive. How does everyone else create credentials that CI can use to checkout code?
Both Travis and Circle automatically install a deploy key into the project. It doesn't require additional machine users.
https://developer.github.com/guides/managing-deploy-keys/
It's also what GitHub does internally.
Re: Introducing unlimited private repositories
#109Pretty angry that Github have made this change with no mechanism for adding machine users without paying a per month charge. It seems like a key feature, which is currently horribly painful to manage and now expensive. How does everyone else create credentials that CI can use to checkout code?
Deploy keys