We're a building a SaaS app with no open source components at the moment.
Ask HN: GitHub or Gitlab
1–10 of 15 posts
Re: Ask HN: GitHub or Gitlab
#2Re: Ask HN: GitHub or Gitlab
#3Re: Ask HN: GitHub or Gitlab
#4@GitLab Way too cool than GH, no need for separate special branch for html publishing, free private repos.
Re: Ask HN: GitHub or Gitlab
#5Re: Ask HN: GitHub or Gitlab
#6Re: Ask HN: GitHub or Gitlab
#7@GitLab Way too cool than GH, no need for separate special branch for html publishing, free private repos.
On GitLab CE, you don't have the possibility to see the history of edited comments.
Indeed, if you need to manage a community or even to simply have full traceability, this is an important feature that is missing.
Furthermore, the ability to approve an MR is something that I miss using GitLab.
Re: Ask HN: GitHub or Gitlab
#8Re: Ask HN: GitHub or Gitlab
#9First impression is that it's a great package. The only downside for us is that we have a lot of legacy baggage, mostly rather opinionated build tools set up the way we liked it. Getting that to work with GitLab, which itself has a very opinionated view of the CI/CD pipeline is a bit of effort. But for a greenfield project I would go with GitLab in a second!
GitLab is a "batteries included" kind of tool. They've put together a lot of excellent stuff and integrated different tools very well together. For example, we need to perform security scans on our code and artifacts and GitLab offers that with minimal effort and awesome integrations into your pull request (which they call merge requests) mechanism.
Some may not like their approach, especially if they already have something that doesn't quite fit. But if you're starting from scratch, you really should give them a chance. They really know what they're doing ;-)
Re: Ask HN: GitHub or Gitlab
#10@GitLab Way too cool than GH, no need for separate special branch for html publishing, free private repos.
GitLab is great but I believe it depends on the need of the project, here are a few examples of the things that might an issue On GitLab CE, you don't have the possibility to see the history of edited comments. Indeed, if you need to manage a community or even to simply have full traceability, this is an important feature that is missing. Furthermore, the ability to approve an MR is something that I miss using GitLab…