I really really want to like Gitlab, I love their openness and I love having the competition with Github. But it seems like every 6 months they have an issue of some description. It's unfortunate the expectations we place on cloud providers but my clients have similar expectations from me so I need to work with providers that can assure me they can offer the kind of uptime I'm expected to provide. Plus the modern way…
Repos are disappearing from Gitlab
11–20 of 43 posts
Re: Repos are disappearing from Gitlab
#12Earlier quoted context omitted.
But git is a decentralized system/protocol, so in theory if Gitlab is down, you could very easily resort to using a different origin.
When you have CI/CD in place your central repo going down is a huge hassle.
Re: Repos are disappearing from Gitlab
#13I really really want to like Gitlab, I love their openness and I love having the competition with Github. But it seems like every 6 months they have an issue of some description. It's unfortunate the expectations we place on cloud providers but my clients have similar expectations from me so I need to work with providers that can assure me they can offer the kind of uptime I'm expected to provide. Plus the modern way…
Re: Repos are disappearing from Gitlab
#14Earlier quoted context omitted.
When you have CI/CD in place your central repo going down is a huge hassle.
That's why you should make your CI / CD code-based, so you can recreate it from scratch within minutes. At worst you'd lose your previous build states.
Re: Repos are disappearing from Gitlab
#15Re: Repos are disappearing from Gitlab
#16I really really want to like Gitlab, I love their openness and I love having the competition with Github. But it seems like every 6 months they have an issue of some description. It's unfortunate the expectations we place on cloud providers but my clients have similar expectations from me so I need to work with providers that can assure me they can offer the kind of uptime I'm expected to provide. Plus the modern way…
Re: Repos are disappearing from Gitlab
#17I really really want to like Gitlab, I love their openness and I love having the competition with Github. But it seems like every 6 months they have an issue of some description. It's unfortunate the expectations we place on cloud providers but my clients have similar expectations from me so I need to work with providers that can assure me they can offer the kind of uptime I'm expected to provide. Plus the modern way…
But git is a decentralized system/protocol, so in theory if Gitlab is down, you could very easily resort to using a different origin.
The reason people opt for cloud solutions is to decrease complexity, not increase it. So if I'm having to run multiple git origins then I would be better off self hosting and just moving those complexities in house.
Re: Repos are disappearing from Gitlab
#18I really really want to like Gitlab, I love their openness and I love having the competition with Github. But it seems like every 6 months they have an issue of some description. It's unfortunate the expectations we place on cloud providers but my clients have similar expectations from me so I need to work with providers that can assure me they can offer the kind of uptime I'm expected to provide. Plus the modern way…
Try RhodeCode, you will get both mercurial and git. Since I prefer Mercurial over git I don't have any other option than to run my own instance.
Re: Repos are disappearing from Gitlab
#19Earlier quoted context omitted.
But git is a decentralized system/protocol, so in theory if Gitlab is down, you could very easily resort to using a different origin.
In theory yes. But in practice it's not quite so straightforward. If you're working to tight deadlines then having to reconfigure your pipeline because of an outage is both scary and a huge pain in the arse. The reason people opt for cloud solutions is to decrease complexity, not increase it. So if I'm having to run multiple git origins then I would be better off self hosting and just moving those complexities in hou…
Re: Repos are disappearing from Gitlab
#20Earlier quoted context omitted.
Try RhodeCode, you will get both mercurial and git. Since I prefer Mercurial over git I don't have any other option than to run my own instance.
Try bitbucket. We use it at work and it is a nice service that includes Mercurial support
Gitlab for Git and Rhodecode for Mercurial are so much better.