Sign in Agent Mode
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

885 reviews
from and

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


5-star reviews ( Show all reviews )

    Marketing and Advertising

Great tool for project collaboration

  • August 19, 2021
  • Review provided by G2

What do you like best about the product?
The ability to work on different parts of project in branches, without affecting the main code base.
The amount of times this has helped me from breaking my projects is too damn high
What do you dislike about the product?
in the year I have been using this, twice i have had issues where my branches just dissappered. Took a couple of days for them to come back
What problems is the product solving and how is that benefiting you?
Code Collaboration and project managment (code wise)


    Computer Software

GitLab Review

  • August 19, 2021
  • Review provided by G2

What do you like best about the product?
Fast and easy to use
Can integrate with more than on tool
What do you dislike about the product?
Does not have a Desktop application like GitHub
What problems is the product solving and how is that benefiting you?
uploading code and controlling the code versions


    Computer Software

A very Effective Devops and SCM Management Tool

  • August 17, 2021
  • Review provided by G2

What do you like best about the product?
Great UI to manage GIT workflows such as merges, reviews, pipelines and devops
What do you dislike about the product?
There should be more flexibility in merge requests in order to manage which branch the request would be merged to - for instance, once the code has been merged to a test branch and testing has finished - then there could be an option to merge the code to the master branch. However currently merge requests are very basic in nature
What problems is the product solving and how is that benefiting you?
Managing our codebase through Gitlab. Allowing multiple users to contribute to multiple projects.


    Brock H.

Straightforward version control everyone can use

  • August 17, 2021
  • Review provided by G2

What do you like best about the product?
GitLab is the golden standard for version control. It is straightforward and provides a web interface for users that may need to merge code or updates but may not be familiar with branch structure/versions. It also allows you to merge at the terminal level as well which provides a faster and expert level of use.
What do you dislike about the product?
Few controls are in place that one can select or create before a merge is allowed. While it does integrate into Jira very well, it doesn't have direct global control on merges.
What problems is the product solving and how is that benefiting you?
Version control is made efficient and easy, and a legible history of the software is laid bare with GitLabs logs.


    M M F.

Gitlab is great, fun to work with

  • August 17, 2021
  • Review provided by G2

What do you like best about the product?
The interface is best, compared to other git tools
What do you dislike about the product?
Sometimes it is tough to tag up with secured materials with passwords
What problems is the product solving and how is that benefiting you?
I work on developing software with this, for collaboration within teams I use that


    Consumer Electronics

Gitlab for embedded development and CI

  • August 11, 2021
  • Review provided by G2

What do you like best about the product?
Powerful web functions, continuous integration with the Gitlab runner. Very stable system once is written exclusively in c. Reviews and merge requests can be easily done even for remote teams.
What do you dislike about the product?
Sometimes is very tricky to undo things.
There is no posiblility to comment a random line of code for review.
What problems is the product solving and how is that benefiting you?
Development and building and automatically testing the software using cmake, unit tests, and pyunit integration tests.
Software review using merge requests.
Automatic releasing of the software.


    Kevin O.

It's a complete DevOps Platform.

  • July 25, 2021
  • Review provided by G2

What do you like best about the product?
Its my favourite DevOps life cycle application with integration of application security testing.
It allows my company to make step ahead that is needed for assurance of every application atleast bare minimum security.
What do you dislike about the product?
So ffar so good,i have no dislike. I appreciate the existence of intuitive customer service.
What problems is the product solving and how is that benefiting you?
GitLab performance a comprehensive security audit of application code.
The dashboards-reports and real-time alerts to predict and eliminate delays,enable Visibility Activity of cycle-time,deployment frequency.
Recommendations to others considering the product:
Consider Gitlab for its experience and existing security features are on another level.


    Faisal I.

The best SCM tool used ever

  • July 23, 2021
  • Review provided by G2

What do you like best about the product?
The bestest thing i liked in gitlab is their CI/CD pipeline functionality. It have my life easier in creating CI/CD pipeline for deployment on firebase and other platforms as respected. Other than that all of tools available in gitlab which differs from other scm tools are also up to the point sich as webhooks for triggering pipelines of jenkins is also the best thing i tested and worked on in gitlab.
What do you dislike about the product?
Nothing find anything to dislike. One thing can make it more better is that you have to go premium if you want to give specific person permission to push or merge code.if they allow free users also that would be great for all gitlab users.
What problems is the product solving and how is that benefiting you?
I completed my task which was assigned to me to create pipelines for firebase for deployment whenever developer pushes the code this was my first experience with gitlab. And from then i just loved using gitlab for day to day tasks.
Recommendations to others considering the product:
If you want to create pipelines free and dont want to use any Public cloud vm for ci/cd then gitlab is what you need.


    Computer Software

Gitlab is such an essential tool for us that every employee, not just engineers, work with it daily

  • July 05, 2021
  • Review provided by G2

What do you like best about the product?
We've been using Gitlab CE for ~5 years. I initially chose to migrate to GitLab from GitHub because of its, then unique, offering of built-in CI/CD functionality with the ability to use one's own servers as runners which was much more flexible and cost-effective compared to other alternatives. Since then, Gitlab has evolved, each month bringing new functionalities and improvements.

Initially, it was mainly used by our engineers/developers writing code, with a couple of other people using GitLab's issue tracker. All engineers/developers loved it immediately, with its unified simple interface to manage git repos, issue trackers, and CI/CD pipelines.

Sysops was the next logical step. By moving shell scripts, ansible/chef/puppet, docker files, helm charts etc to GitLab and authoring pipelines for their build, execution, and deployment, management of our entire infrastructure was now documented, automated and revision-controlled.

At pretty much the same time, our company was struggling with what, at first glance, seemed like a completely unrelated issue: We had to maintain and constantly update extensive official documentation, like Software Product Technical Files, our Quality Management System, internal procedures, and a plethora of other documents. These are essentially very large, mostly-text, files or collections of files that need to be version-controlled while any changes to them need to be reviewed and approved under strict policies. And effectivily managing them in Google Docs was quickly becoming untenable. It was then that, being a software company, we noticed the similarities between the requirements of handling such documentation and handling software code. We ported all these documents to GitLab, organized in a few projects containing several markdown files. Git provides us with a clear audit log of all changes. All employees use Gitlab's Merge Requests and its integrated simple editor or web IDE to propose changes to these documents. Changes can be discussed by everyone and merged/approved by authorized personnel. Automated CI/CD pipelines build the documentation files in PDFs and websites deployed via GitLab Pages.

We now also create GitLab Projects for several work projects, even if there's no coding required. They may contain issue trackers or wikis and help to organize, gather and share information. And this way, GitLab is now our most essential tool, used daily by every member of our team.

And please note the fact that all this is by using the free and open-source edition of GitLab, not its more feature-rich paid edition.
What do you dislike about the product?
There's honestly nothing I dislike about GitLab, I'm very happy with it. A dark them was a long-standing request of mine, but it has now been taken care of.
What problems is the product solving and how is that benefiting you?
Software development, project management, documentation management, single tool used by the entire company


    Information Technology and Services

Git lab the best open source devopps platform

  • June 25, 2021
  • Review provided by G2

What do you like best about the product?
I like the below features:

1) Reduce cost.

2) Reduce developer time thus increasing productivity.

3) we can see the changes before pushing the change.

4) ui is quite good.

5) approval process can be setup to ensure changes are correct for the purpose of review.
What do you dislike about the product?
I don't think I can dislike any feature right now.
What problems is the product solving and how is that benefiting you?
I am solving below problems:

1) I am able to save time.

2) productivity is increased.

3) quite simple process to push the development changes.

4) I can see what changes I have made before pushing the changes to branch.
Recommendations to others considering the product:
I would definitely recommend this tool.