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.
Gitlab S-1
101–110 of 295 posts
Re: Gitlab S-1
#102So 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…
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
#103I 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?
Re: Gitlab S-1
#104Re: Gitlab S-1
#105I 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.
Re: Gitlab S-1
#106Last 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)
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
#107I'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…
Re: Gitlab S-1
#108If 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…
Re: Gitlab S-1
#109I 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'…
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
#110I 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…