Debian and GNOME announce plans to migrate communities to GitLab
101–110 of 164 posts
Re: Debian and GNOME announce plans to migrate communities to GitLab
#102Earlier quoted context omitted.
Then you also didn't work on the kernel, the community where git came from ;) There you have to attach the patch to a weird e-mail and hope somebody picks it up. But it's true - a pull system is nice for drive-by contributions. In some projects I noticed that after being listed in GitHub (be it as mirror or primary place) the number of contributions improved, but also many low-quality contributions came in.
> a pull system is nice for drive-by contributions Did you mean a patch system? With a patch, you just send upstream the patch, and you're done. Pull-based syncing is good for (and was designed for) frequent collaborators. As a one-time contributor doing pull requests, after you've cloned the repo and made your changes, you have to set up some public remote so that others can pull from, push up your changes to that r…
Re: Debian and GNOME announce plans to migrate communities to GitLab
#103Earlier quoted context omitted.
Because github still has 99% of that market. Just look at how many repositories opened by Google, Facebook, Apple, Microsoft, NSA, GCHQ and 100s of others big players are on Github and how many on Gitlab.
People/companies go to GitHub to be social. It's the Facebook of computer code. That's why all the big players are there, so they can share/market themselves. It's also where a lot of programmers put their code so they can show it for interviews. That's why there are so many public repositories there.
However, I have seen a drastic decrease in interaction (PRs, issues, etc) with my self-hosted repos even though you can auth with your Github credentials.
Re: Debian and GNOME announce plans to migrate communities to GitLab
#104Re: Debian and GNOME announce plans to migrate communities to GitLab
#105I'd really appreciate Web based way of Debian bug reporting. It doens't need to replace the current one, I suppose they can make some Gitlub plugin for e-mail method.
Re: Debian and GNOME announce plans to migrate communities to GitLab
#106From where? Article doesn't mention where they're migrating from.
Re: Debian and GNOME announce plans to migrate communities to GitLab
#107> GitLab, a software product used by 2/3 of all enterprises, ... This claim is false. The linked survey shows that GitLab has a 2/3 market share in self-hosted Git providers. Not every enterprise self-hosts a git repository.
I bought this up on HN in the past[1], but it gets instantly downvoted( by gitlab employees?) , my comment was a response to CEO claiming how their marketing is honest[2]. They also declared Gitlab CI as number one CI by excluding Jenkins because of their made up defintion of "modern" . 1. https://news.ycombinator.com/item?id=15590240 2. https://news.ycombinator.com/item?id=15589654
Re: Debian and GNOME announce plans to migrate communities to GitLab
#108Re: Debian and GNOME announce plans to migrate communities to GitLab
#109Earlier quoted context omitted.
It's not so easy. Which lunch are you talking about? Self-hosted or hosted? I don't think GL will ever have anything much in the hosted sector, for two main reasons: 1. GH's infrastructure is far ahead of GL, and 2. the social factor also affects companies that have private repositories, but also public ones - it wouldn't make sense to only move the private repositories to save money When we think about the self-host…
The way I see it going is that many, many large companies will have a bunch of teams on GitHub (with good reason), with both public and private repos. They will also have a bunch of teams on GitLab instances that have been wildcatted into existence, possibly before GitHub had decent inroads, but more probably so the code doesn't leave the firewall. At some point, a Boss who may or may not have Pointy Hair will look a…
So long as gitHub provides value we will stay there. Support is worth it when several thousand developers get an unplanned paid vacation every time a server goes down (of course git is distributed so the a few minutes of downtime will affect nobody, but much more than that and people notice).
Re: Debian and GNOME announce plans to migrate communities to GitLab
#110As someone who has attempted to contribute to the GNOME project, this makes me super happy. The current process is archaic: attaching patch files to weird bug trackers and then sorta just waiting for someone to get back to you... A proper pull request system with code review would lower the barrier of entry for contributions to these projects significantly.