Earlier quoted context omitted.
There are some high-profile FOSS projects using GitLab, but they're not as visible as they would be on GitHub because they host their own instances: - https://gitlab.gnome.org/ - https://gitlab.freedesktop.org/ - https://salsa.debian.org/ (AFAIK this is an ongoing migration) Others are considering a migration: - KDE: https://gitlab.com/gitlab-org/gitlab/issues/24900 - GNU Emacs: https://gitlab.com/gitlab-org/gitlab/i…
The Debian migration is actually finished.
Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
211–220 of 368 posts
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#212Related question. Is it possible to use Gitlab CI with a runner running on your own hardware to get unlimited CI time? I'd like to take a machine at my home and use it to run automated tests/etc, especially because some of the integration tests can be quite long (ie, chewing up CI minutes) . I thought this was possible, but after searching I was often confused. I imagine I'm using poor terms during my search. Thought…
Edit: see https://docs.gitlab.com/runner/executors/docker_machine.html
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#213Related question. Is it possible to use Gitlab CI with a runner running on your own hardware to get unlimited CI time? I'd like to take a machine at my home and use it to run automated tests/etc, especially because some of the integration tests can be quite long (ie, chewing up CI minutes) . I thought this was possible, but after searching I was often confused. I imagine I'm using poor terms during my search. Thought…
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#214Kudos to the team. While my current workspace is tied to GitHub, I will most certainly switch to Gitlab given the option to. Why? Only one reason: GitHub support is fucking horrible. It’s insanely bad, even for paying enterprise customers. Open a support ticket, you will get some superficial pointers to documentation, and then be completely ignored. Their Product team is the absolute worst too. There are so many thin…
We are Gitlab customers since 2017 and I can tell you that your expectations for what support can do for you are very unrealistic. Per their own policy all they do is finding relevant tickets and send you there, from there on you are not their problem anymore. You as customers is also not a developer/product manager problem either, they do their planning and priotization using their own ideas and unless ticket is in…
We care very much about support issues, regularly prioritize a large portion of each release to addressing them, and can not do it effectively without ongoing involvement and feedback from the wider community.
I will say that it is sometimes hard to separate the signal from the noise, given my team currently has 3k+ open issues. Please ping me (@gweaver) on issues that are relevant to you and I'll do my best to provide a status update / more information or bring in the relevant PM who can.
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#215Earlier quoted context omitted.
Hi! GitLab employee, if you wanna reach out to me directly, I can try to triage to the right team: ecook@gitlab.com
It's awesome that you're willing to help out, but increasingly these kind of interactions leave me with a bad impression -- I don't want to have to complain in a public forum to get some kind of meaningful response. Not calling you out on this personally, just noting a general trend that's become really common the last few years.
I don’t see it from competitors nor do I see the long string of terrible complaints, handle your business in advance this doesn’t have to happen.
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#216Related question. Is it possible to use Gitlab CI with a runner running on your own hardware to get unlimited CI time? I'd like to take a machine at my home and use it to run automated tests/etc, especially because some of the integration tests can be quite long (ie, chewing up CI minutes) . I thought this was possible, but after searching I was often confused. I imagine I'm using poor terms during my search. Thought…
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#217Is Sytse on vacation? It's the first time I don't see a response from him :p
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#218Related question. Is it possible to use Gitlab CI with a runner running on your own hardware to get unlimited CI time? I'd like to take a machine at my home and use it to run automated tests/etc, especially because some of the integration tests can be quite long (ie, chewing up CI minutes) . I thought this was possible, but after searching I was often confused. I imagine I'm using poor terms during my search. Thought…
Buildkite is an excellent CI tool.
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#219While my org uses perforce extensively; we also have a gitlab premium license (with far too many seats than we have users due to a fuck-up deploying mattermost org wide then promptly disbanding the effort after the damage was done) which we use enjoyably. Despite the fact the people who host our gitlab internal do not update it often or support it well I do think it’s a great product at the enterprise level. So much…
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#220Related question. Is it possible to use Gitlab CI with a runner running on your own hardware to get unlimited CI time? I'd like to take a machine at my home and use it to run automated tests/etc, especially because some of the integration tests can be quite long (ie, chewing up CI minutes) . I thought this was possible, but after searching I was often confused. I imagine I'm using poor terms during my search. Thought…
Yes - if you bring your own runner to GitLab.com you can run unlimited build minutes on it - the build minutes we count are only those on our shared compute (2000 minutes for free, etc.).
The other huge benefit is that you can put that runner behind your firewall without poking any holes - itbjust needs access to GitLab.com and it can run your builds.