Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

9 AWS reviews

External reviews

874 reviews
from and

External reviews are not included in the AWS star rating for the product.


5-star reviews ( Show all reviews )

    Md Khairul A.

Best DevOps application for covering almost all stages of the DevOps cycle.

  • July 07, 2020
  • Review provided by G2

What do you like best about the product?
GitLab provides the best features comparing the other DevOpsf applications and prices.

It covers all the necessary stages of the DevOps cycle which makes it more choice able.

It has well documentations for every parts.

It has good security facilities.

Version control using the Git Lab is very reliable and its command line feature also ippressive.

Further the web application of GitLab is so easy to find the necessary features and options easily and organized. .
What do you dislike about the product?
The merging problem is an issue which occures very rare during merging the branches & rarely during roll back . But this is very rare maybe no one may faces except me.
Othee wise this is okay.
What problems is the product solving and how is that benefiting you?
Everyone one of our team also me control the versions of all the projects of our office and all the software & applications we developed.

We maintain the DevOps stages through GitLab.

We also keep track the changes , changes times and commit so that we can roll back to any stage at any time.

We also stores our source code thre safely and accessible to the team member.

We maintain branches to work smoothly and safely.
Recommendations to others considering the product:
I will recommend to use GitLab which is the single application of but solutions for all the major stages of DevOps operations.

I will also recommend to the developer to try .
it has easy integration , ease of use and complete package.


    Amri F.

It's the best Git repositories tools that I ever used.

  • May 28, 2020
  • Review provided by G2

What do you like best about the product?
Unlimited public and private repositories. The price per user is cheep.
What do you dislike about the product?
Actually I don't have any lack of Gitlab. It's a perfect tools.
What problems is the product solving and how is that benefiting you?
Gitlab becomes one of our CI/CD DevOps tools chain. It's can automatically trigger to other tools with just commiting the codes.
Recommendations to others considering the product:
It's the best Git repositories tools and easy to use and manage.


    Lucas V.

Gitlab

  • May 11, 2020
  • Review provided by G2

What do you like best about the product?
With Gitlab free version we could have unlimited private repository, one of the big advantages that I see that made me migrate from the Github. GIthub only allow me to have the public repository for free.

Where I work they also use Gitlab with Jenkins integration and it works perfect.

I also love the Gitlab for not being owned by Microsoft. I like they are independent and hope they receive a lot of migrations from big projects that are current on Github.

My github account is pretty much creating nets, as I normally use it just to access open source project and sometimes make some contribution.
What do you dislike about the product?
I did not like that Atom does not have a good support for Gitlab. I would love if there is more integration with Visual Code, Atom and other editors.

I would love to see an official app from Gitlab (for mobile), I am using Gitfox, that is great, but has only view permission. I cannot aprove and PR and things like that.
What problems is the product solving and how is that benefiting you?
I am developing Backend and Apps with Gitlab.

I am currently developing a solution that allow doctors to get information from pacients (with COVID-19) from app. They can manage their equipment (breath equipment) remotely. And Gitlab free private repository helps me to do this voluntary job without any extras costs. Since we do not have received any money apport so far it is pretty good.

And if anyone wants to make an apport or support the ideia please fell free to contact.

I am working with several colleagues from university to develop a cheap breath equipment with integration for app and server - to keep ours doctors safe!

My user is @lcsvcn.
Recommendations to others considering the product:
Try Gitlab if you are using Github right now


    Luca F.

Look up and you'll see GitLab

  • May 07, 2020
  • Review provided by G2

What do you like best about the product?
GitLab has been my go-to got platform for about 2 years now. I was presented to it by the team I joined back them, my first impression was "Wow, this looks a lot nicer than GitHub", as I am a sucker for good UI/UX.

With experience on the platform I became more and more impressed with the whole ecosystem GitLab provides, from a project management stand and a developer stand, GitLab features a lot of tools to aid software teams.

For me, the most impressive part of their toolchain would have to be the CI/CD Platform, the ease of use and it's flexibility is wonderful. Building CI/CD pipelines never felt easier.
What do you dislike about the product?
One small problem I've had is that GitLab's search feature is sometimes wonky with it's results, sometimes dismissing personal/private projects in favor of other projects entirely, and sometimes it isn't.

Another one that is not entirely the fault of the platform, would have to be the lack of open source projects that are hosted on it. The reason for that I'd have to guess is that the name "GitHub" has become the default when talking about OSS.
What problems is the product solving and how is that benefiting you?
Software development related problems, those being web apps, web servers, monitoring tools, developer tools, etc.

Having both a fully feature project management suite and a highly integrated CI/CD platform are, most definitely, the biggest benefits over other Git platforms.
Recommendations to others considering the product:
Consider using GitLab if you want a world class CI/CD platform fully integrated with each and every project, great project management tools, a built-in package registry, great UI/UX experience on all platforms, fair pricing and the ability to roll your own.


    Haim A.

Why we chose GitLab and never looked back

  • May 07, 2020
  • Review provided by G2

What do you like best about the product?
With GitLab we didn't just store our source code. we also used it as our main CI/CD system.
Once we started using it we didn't look back.

Creating pipeline is easy, building docker images, storing them with release tags, integrating with Cloud provider such as AWS, to quickly launch runners with different instance types for different GitLab jobs.
All of those just work.

Creating a GitLab CI Template allowed us to run multiple projects pipelines from a single pipeline code (gitlab-ci.yml)
Integration with Kubernetes (EKS) allows us to quickly deploy our code.

Deploying code using the built in SECRETS helps to keep our source code secure.
Building and storing Artifacts is very simple to do.

Ease of use: from the time we started with GitLab and explained other teams how to use it, they just did it.
Simplicity is the main key, but when we needed to build some complex CI, it was also possible to do without too much effort.
What do you dislike about the product?
GitLab is not like Jenkins.
For example it is not possible to create a scheduled job which has a drop down menu for variables.
That is definitely a feature we would love to have on GitLab.
What problems is the product solving and how is that benefiting you?
A few years a go i had to migrate a 3rd party product into the company: take the source code, build and deploy it as a new apps.
In order to do that i tried Gitlab for the first time.

The problem i had at the time was multiple source code repositories, without any CI code and no deployment flow that needed to be created.
The source code also had Tokens and other information that should have not be there.

After cleaning those, i created the GitLab repositories and started to work on the CI/CD.

In just a few days i had 4 new microservices running as docker containers on ECS.

As a DevOps Engineer, i managed to save a lot of time, while creating an easy to understand CI/CD Flow.
That solved the "how to build and deploy microservices? " question for me, and opened the way for other teams to start using GitLab and Docker every day.
Recommendations to others considering the product:
Gitlab can help DevOps and developers to easily build and ship code.
I think that once you get to know it, you will stick with it.


    Prakash C.

Swift Code Repository and Version Control Software for Enterprise

  • April 25, 2020
  • Review provided by G2

What do you like best about the product?
The best thing that I like about GitLab is that it's ability to be deployed as a separate instance inside a company's firewall along with the simplicity to use, maintain and deploy. This simply provides a greater control and ensures the security.
What do you dislike about the product?
Some features like the ssh key integrations and other 3rd party integrations can be improved.
What problems is the product solving and how is that benefiting you?
We use a custom instance of GitLab inside the company firewall for maintaining our entire codebase. This gives us the 100% control over the application.
Recommendations to others considering the product:
If you are looking for a secure, agile ,custom deployable SCM solution for Enterprise applications, this is the one for you!


    Rohit C.

Easy to use!

  • April 25, 2020
  • Review provided by G2

What do you like best about the product?
I love the interface GitLab has and I love the fact that it's extremely easy and intuitive to use. I've used GitHub and always had trouble understanding where to go and how some things work. GitLab is so damn easy to use. I believe anyone can get started in a very short amount of time. Having CI/CD as a part just simplifies things further.
What do you dislike about the product?
I wished CI was easier to set-up. There is a very detailed set of instructions of how to, but as a beginner I have had trouble following it and wish it was a bit easier.
What problems is the product solving and how is that benefiting you?
I'm fairly new to GitLab but it has made me work faster. It's very easy to use and that adds a lot to productivity and speed.


    Marton N.

The very strong brand/ working culture is working in the favour of GitLab against GitHub

  • April 17, 2020
  • Review provided by G2

What do you like best about the product?
The UI is better and CI/CD is way more robust. GitLab has also got a great working culture ("remote is the future of work" for sure!) and a very strong brand, and good communication and presence on various platforms.
What do you dislike about the product?
Nothing, I can't really complain. Maybe they could have a Windows installer?
What problems is the product solving and how is that benefiting you?
Source code repository, QA checking through Pull Requests and Issue management.
The benefit is that everything one place.


    Justin S.

Outstanding platform for DevOps development

  • March 03, 2020
  • Review provided by G2

What do you like best about the product?
GitLab provides just about everything that software development team would need to develop according to DevOps principles. I love that they're continuing to roll out innovative functionality to make it a truly end-to-end tool. It's so much easier than trying to maintain a gaggle of separate services.
What do you dislike about the product?
GitLab's pricing at the highest end is pretty insane, and some of their truly interesting features, like static analysis, are stuck there. It would be nice if it had a system for sending out alerts based on certain events - similar to Phabricator's "Herald" system.
What problems is the product solving and how is that benefiting you?
I started off on the IT team at a software development company. Our developers had cobbled together a complicated workflow comprised of many tools. We wanted something more straightforward for our needs, and GitLab was it.

We've been able to do things with GitLab that even our software engineers haven't been able to do with their more traditional workflow - with a big focus on CI/CD pipelines courtesy of GitLab CI.

I'm hoping to eventually convince them to switch over to GitLab.


    Kerby R.

Amazing app store.

  • February 29, 2020
  • Review provided by G2

What do you like best about the product?
Every time I think of a program that I need gitlab has it. Plus it's just fun to browse and look for new stuff. I love gitlab.
What do you dislike about the product?
Some of the build descriptions are very vague. Like they forget not everyone is a computer.
What problems is the product solving and how is that benefiting you?
Every time I need software and don't have time to shop gitlab has me covered. Great selection for every platform.
Recommendations to others considering the product:
Be prepared to spend some time looking for new cool stuff.