Earlier quoted context omitted.
I mean, with GitHub's price being 7.5 billion, it's not outrageous as one of their leading competitors. I also was feeling like a Google acquisition wasn't impossible, they did move their entire platform to Google Cloud recently. Microsoft and Google seem on pretty good terms lately, but right now, a lot of Google's public projects are posted on a Microsoft code hosting platform. I could see a day where Google says t…
> a lot of Google's public projects are posted on a Microsoft code hosting platform Curious to know what that platform is.
Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
31–40 of 368 posts
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#32Question to current Gitlab users: Why do you use Gitlab instead of Github? What are the killer features that make it worth switching to?
I want to say it's the freedom to self-host, but really it's the CI. Throwing a .gitlab-ci.yml file into my repo is by far the easiest way to get CI/CD incorporated into a product. The configuration of test runners (or lack thereof) is both a breeze and extremely powerful. I'm not even talking about the auto-devops thing that I haven't tried; writing your own gitlab-ci file worked in frictionless ways that CircleCI,…
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#33Earlier quoted context omitted.
I'd love for Gitlab to stay independent. Of course that is risky and who am I to deny the founders a billion dollar windfall but I feel that such critical resources should not be acquired by the likes of Google, Amazon or Microsoft who already have much more power than they should have.
Unfortunately, the fact that you feel that way is exactly why it's a good decision for Google or Amazon to buy them.
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#34I am curious how the Gitlab is so valuable. I've never used the service, but HN posts keep me informed superficially. Could someone explain the valuation?
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#35Question to current Gitlab users: Why do you use Gitlab instead of Github? What are the killer features that make it worth switching to?
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#36Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#37Their Product team is the absolute worst too. There are so many things that can make life easier for users (better configurability for CODEOWNERS notification?) and they will flat out ignore you.
Gitlab on the other hand seem much more responsive to users... their actions speak volumes. They recognized the need for integrated CI/CD with code and instead of stealing TravisCIs ideas (cough GitHub Actions Cough), they built one years ago.
I really do hope they grow to be the tool of choice for devs. GitHub has lost its way: from being the place that devs loved, to a corporate soul sucking behemoth made of a seemingly insensitive product team.
Gitlab on the other hand, release new features, have better support, give interesting talks etc. Very excited to see where they go and I wish them the very best.
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#38Question to current Gitlab users: Why do you use Gitlab instead of Github? What are the killer features that make it worth switching to?
The "Create merge request" (from issue) button. It creates a new branch, with a smart name like 123-my-issue-title, and a new "pull request" for that issue and branch.
Issues are good place for asking input and feedback, and also help in keeping feature branches focused and short lived. Definitely my favorite git workflow.
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#39Question to current Gitlab users: Why do you use Gitlab instead of Github? What are the killer features that make it worth switching to?
Personally: I leverage both GitHub and GitLab. GitHub has the greater community, but GitLab Pages is far easier to use. So my workflow process is to have GitLab mirror GitHub repos.
Free private repos was a feature of GitLab, but once GitHub implemented that it just resulted in me dropping the paid tier I was on.
So I guess GitLab Pages is the feature I use it for the most.
Re: Gitlab More Than Doubles Valuation to $2.75B Ahead of Planned 2020 IPO
#40Question to current Gitlab users: Why do you use Gitlab instead of Github? What are the killer features that make it worth switching to?
Can self-host behind an enterprise firewall and get all the benefits of open-source software model within the company without exposing proprietary software projects to the whole world.