Live data from Hacker News

Gitlab S-1

sec.gov

101–110 of 295 posts

Re: Gitlab S-1

#101
post #36

I realize plenty of tech companies IPO and aren’t profitable. But it seems scary to be losing more money than what you generated in total revenues. REVENUE: 2021: $152m (loss of $192m) 2020: $81m (loss of $130m) EDIT: reworded for clarity.

this is actually quite surprising to me given what their product is...

Re: Gitlab S-1

#102
post #77
post #48

So GitLab is advertising that it's the one place to do the entire software development lifecycle. Are there any big shops that have converted to 100% (or almost 100%) GitLab? Out of the six big names they list on their website, the only one that they have a case study for is Thomson Reuters, and they used Jenkins for CI (and it's from 2017, so a lot of this other functionality wasn't built yet). It's just a somewhat…

I am not a big shop - I work on a team on the order of 10 We use GitLab as our "one place to do the entire software development lifecycle". It's a really good CI/CD runner in my opinion, the .gitlab-ci.yml files are expressive and enable reuse thru a pretty nice inheritance model, and integrating new service (container) builds is literally 4 lines of code to have every push build a new container and put it in GitLab…

NPM Private registry doesn't really work for me with Yarn and NPM v7 when trying to run binaries. This is a major blocker for a lot of things.

Also the `npm install` is really flaky multiple times a day I get 404s for packages in the private registry. You need to keep retrying jobs that use that command until succeeds.

Re: Gitlab S-1

#103

I haven't personally had a compelling enough reason to move from GitHub to GitLab, so I mostly just use it to mirror a couple of my repos there in case people prefer to browse various open source projects via GitLab. Regardless, I think competition in the space is a great thing. GitLab has come a long way and there are certain things I really like about the company. For example, I love how they tend to do everything…

Mind to share a "quick link" to the mentioned documents?

https://about.gitlab.com/handbook/

Re: Gitlab S-1

#104
Our entire company was on Gitlab.com for 4 years without paying a single dime to them. Unfortunately we moved off (decisions above my head) but I loved how simple everything worked. Their CI is top-notch.

Re: Gitlab S-1

#105
post #36

I realize plenty of tech companies IPO and aren’t profitable. But it seems scary to be losing more money than what you generated in total revenues. REVENUE: 2021: $152m (loss of $192m) 2020: $81m (loss of $130m) EDIT: reworded for clarity.

Most S1 on HN are companies that spend $3 to get $1 in revenue. It was explained to me that this is totally normal and very different from DotCom companies literally buying revenue.

Re: Gitlab S-1

#106
post #99

Last valuation was $6 billion, they initially wanted to go public in November of 2020 but because of COVID they delayed it. Doesn't sound cheap to me for a company who isn't profitable yet... (Microsoft payed 7,5 billion for GitHub and I think we can all agree that GitLab isn't used as much so nearly the same valuations seems a bit high too me)

Well, we have to ask ourselves two things:

1. What would GitHub actually be valued at now? It's possible that all valuations have risen.

2. What does GitLab provide that GitHub doesn't? We went with it for our on-site Git hosting because of a lot of features, but also because we were able to engage their dev team and add support for some of our software to their product (above the non-free tier) so that we can do 2fa git-over-ssh using our own OTP software and API. Definitely couldn't get that with Gitlab.

On the other hand, GitLab suffers from "not the best" syndrome; GitHub is the best, and everyone everywhere supports it. GitLab is not the best, so support for it is extremely limited across the board. At this point, I'm surprised if we find software that natively supports Gitlab integration beyond just "pull a repository using a key or password".

Re: Gitlab S-1

#107

I'm grateful to GitLab for providing an alternative to GitHub, and an open source one. It's an open core product with the community edition providing a lot of value. Here are some community hosted instances: https://wiki.p2pfoundation.net/List_of_Community-Hosted_GitL... The CI system is quite powerful, and Travis CI's struggles before and after acquisition has shown that it's hard to host a major CI platform. I hope…

Yes, Gitlab has been leading the way for a while now, consistently introducing new features that Github eventually copies. It's a real testament to the power of competition. I first started using Gitlab due to free private repositories, which Github eventually added. Gitlab had free built-in CI/CD first, and Github eventually followed. I'm still on Gitlab these days despite Github catching up, and still enjoying features like organizations with subfolders that Github lacks.

Re: Gitlab S-1

#108
post #79

If you are looking for a self-hosted git system, I highly recommend Gitea. Very lightweight and an order of magnitude easier to install and maintain. I am super impressed.

Gitea has a ton of issues, sadly. We self-hosted an instance where we had a number of mirrors and whatnot to have redundant copies of third-party dependencies. The server would deadlock, mirror tasks would time out and then couldn't be restarted, etc. We filed an issue (or maybe two) and the developers were... eh. A bit rude, to be honest. Dismissive that it was really an issue, where restarting and deleting/re-confi…

I've ran it for years and never had a deadlock. How big were your code bases, how many users?.. idk if that is even the reason why

Re: Gitlab S-1

#109

I m in one of the companies they quoted as case study. The lies are so horrible I hesitate to do something: they fucked us completely replacing a wonderful github/teamcity combo, it crashes all the time, features are so amateurish (vs teamcity especially) that we're struggling just to do basic things. I dont know what to do, but public investors should stay away: the product is not ready for people to pay for it. It'…

Counterpoint: we've moved to GitLab internally (from SVN, granted), and while GitHub would have been easier because it's far more widely supported in tooling and integrations, GitLab has been great for us so far.

I would have preferred to switch to GitHub if we had an internal hosted GitHub Enterprise kind of situation, but so far Gitlab is doing fine for us.

It could be a matter of scale, though; perhaps for larger teams, larger repositories, or pre-existing Git-based MR/CI workflows, it's a dumpster fire, but that's not us so we can't speak to it.

Who knows though, maybe in a few years I'll regret writing this comment.

Re: Gitlab S-1

#110

I haven't personally had a compelling enough reason to move from GitHub to GitLab, so I mostly just use it to mirror a couple of my repos there in case people prefer to browse various open source projects via GitLab. Regardless, I think competition in the space is a great thing. GitLab has come a long way and there are certain things I really like about the company. For example, I love how they tend to do everything…

I'm the opposite actually. I do all my dev on Gitlab, and mirror on Github for the exposure.
Post reply on HN