Gitlab Dedicated
GitLabReviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
871 reviews
from
External reviews are not included in the AWS star rating for the product.
Great Automation Tools with Easy Pipelines and Strong Documentation
What do you like best about the product?
Great tools for automation. Development and documentation. Piplining is easy to do.
What do you dislike about the product?
Needs to be trained first. The configuration needs to be done properly and is very complex for the first time. Project setup is abit complex at first.
What problems is the product solving and how is that benefiting you?
Automation, Collaborative working environment.
All-in-One Platform That Streamlines Workflow—Even on the Free Tier
What do you like best about the product?
Everything is in one place, so I don’t have to jump between five different tools just to get a feature live. Code hosting, CI/CD pipelines, security scanning, and even project planning (like Kanban boards) are all under one roof, which makes the workflow feel much more streamlined. The "Free" tier also goes a long way: you get a lot of useful features, including private repositories and a decent amount of CI/CD runner minutes, that other platforms might charge for.
What do you dislike about the product?
Lonely community: GitHub is the “social network” for code. If you’re looking for contributors for an open-source project, you’ll get far more visibility on GitHub than on GitLab.
What problems is the product solving and how is that benefiting you?
It keeps security from becoming an afterthought. Instead of the “security guy” coming back a week later to yell at me, GitLab scans my code as I’m writing it and flags potential vulnerabilities right away.
And if you’re at a company that has to prove it follows strict rules (compliance), GitLab automatically tracks what you need. You don’t have to manually cobble together an audit trail.
And if you’re at a company that has to prove it follows strict rules (compliance), GitLab automatically tracks what you need. You don’t have to manually cobble together an audit trail.
Reliable, User-Friendly GitLab with Powerful Automation and Integrations
What do you like best about the product?
GitLab brings together key features for code versioning, pipelines, and webhooks in one place. Its automation is very effective and significantly reduces manual effort. In my experience, it runs reliably and integrates smoothly with other infrastructure tools such as Kubernetes, CloudFront, and similar services. Gitlab's UI is super user friendly
What do you dislike about the product?
For a new user it can be a bit complex to understand and start using it, it might take some time to efficiently use it
What problems is the product solving and how is that benefiting you?
GitLab helps consolidate multiple development tools into a single platform. Instead of relying on separate systems for version control, CI/CD, issue tracking, and code reviews, it brings everything together in one place, making day-to-day work easier to manage and keep organized.
Fine-Grained Permissions and Self-Hosting Make GitLab a Win
What do you like best about the product?
I mostly use GitLab for Git repository management and CI/CD pipelines. The pipeline system is very flexible and makes it easy to automate builds, tests, and deployments. I know GitLab has many more features like issue and bug tracking, but I haven’t used those much yet. What I do like is the fine-grained control over permissions, and the fact that it can be self-hosted, which gives us more control over our infrastructure.
What do you dislike about the product?
I have not encountered any negative points so far
What problems is the product solving and how is that benefiting you?
Beyond the basic Git features, GitLab also powers our full CI/CD pipeline and hosts our private npm, Composer, and Docker registries. We currently run over 200 private repositories on our self-hosted GitLab instance, so it has become a central part of how we manage code and deployments.
GitLab makes it much easier for our development teams to collaborate across multiple projects. With CI/CD pipelines in place, code is automatically checked, built, and deployed, which has saved our teams a significant amount of time and reduced manual steps in our release process. We have set up our own self hosted runners for the CI/CD pipelines and the documentation on setting up the auto scaling for this is very good.
there is also a fully automated API which we have used for automation and various other tasks.
GitLab makes it much easier for our development teams to collaborate across multiple projects. With CI/CD pipelines in place, code is automatically checked, built, and deployed, which has saved our teams a significant amount of time and reduced manual steps in our release process. We have set up our own self hosted runners for the CI/CD pipelines and the documentation on setting up the auto scaling for this is very good.
there is also a fully automated API which we have used for automation and various other tasks.
Easy Pipeline Integration with Strong Non-Repudiation
What do you like best about the product?
As a cloud cybersecurity engineer, I love how easy it is to integrate our security tools into the pipelines and the level of non-repudiation.
What do you dislike about the product?
The default search is extremely bad. We've looked at multiple tools to replace the default search with and every single one has been better than the supplied search.
What problems is the product solving and how is that benefiting you?
Code repository and CI/CD.
Effortless Collaboration with Robust Automation
What do you like best about the product?
I like the automation feature in GitLab, which runs tests on its own every day. It's really helpful that it makes accessibility for other team members very easy, allowing us to actively collaborate on the project and maintain a common repository to be shared with everyone. Also, the initial setup of GitLab is very easy and straightforward.
What do you dislike about the product?
There's nothing specific like that. But the push and pull can be a bit better. The code, which I have pushed, if I can't revert a specific part of it, I have to revert everything back if there is any issue with the code.
What problems is the product solving and how is that benefiting you?
I use GitLab to store all project files and repositories in one place. It automates daily tests, enhancing accessibility and collaboration for my team.
All-in-One Platform for Code Hosting, CI/CD, and Issue Tracking
What do you like best about the product?
Good to store code and keep track of different issues include features:
Git repository hosting, CI/CD pipelines, Issue tracking & boards, Code reviews & merge requests, Container registry, Security scanning tools
Git repository hosting, CI/CD pipelines, Issue tracking & boards, Code reviews & merge requests, Container registry, Security scanning tools
What do you dislike about the product?
well most features are good and useful but UI is sometime slow if project is large, for self hosted it uses more resources. need to learn before uses else can get lost
What problems is the product solving and how is that benefiting you?
it helps keeping source code secure and within boundary of company for employee and client. keep list of tasks, bugs for project.
Powerful Integrated CI/CD and Merge Requests for Seamless Code Reviews
What do you like best about the product?
The absolute standout feature is the integrated CI/CD. the gitlab yml file is a very powerful tool. Merge requests feature is also amazing for peer coding and proper reviews
What do you dislike about the product?
i personally dont like the search functionality inside the code base, many times you will search for a word or phrase and it wont be able to fetch it in the files
What problems is the product solving and how is that benefiting you?
GitLab provides all capabilities (code, cicd, docker hub registry) in a single application
All-in-one DevOps platform that keeps our team aligned and shipping faster
What do you like best about the product?
Everything in one place - code, CI/CD, issues, and deployments. The CI/CD pipeline is powerful and easy to configure. Code review and merge requests work well for our workflow. The built-in container registry and package registry are convenient. GitLab Pages is great for hosting docs. The self-hosted option gives us control when needed. Overall, it streamlines our DevOps workflow.
What do you dislike about the product?
The UI can be slow, especially with large repos or many pipelines. Some advanced features are only in higher tiers. The search could be better. The interface can feel cluttered. Documentation is extensive but sometimes hard to find. Runner management can be tricky at scale.
What problems is the product solving and how is that benefiting you?
Before GitLab, we used separate tools for version control, CI/CD, and project management. GitLab consolidates everything, reducing context switching and improving visibility. The CI/CD pipelines automate testing and deployment, catching issues earlier. This speeds up releases and reduces manual work. Having code, issues, and pipelines in one place makes collaboration easier.
Excellent for Collaboration, but UI Improvement Is Needed
What do you like best about the product?
GitLab is very user-friendly because of its clean and intuitive interface, especially the web editor that resembles VS Code and allows me to view, edit, comment, and commit code changes all in one screen without having to use multiple tools. Ease of implementation is also a huge plus because I can begin working immediately without having to install any software, which is very convenient when traveling or working on a mobile device. The need for customer support is minimal because the documentation is very clear and well-organized, and in most cases, it is more than enough to solve problems without having to contact customer support. The usage rate is very high because it is part of my daily routine for tasks such as collaboration, code reviews, and quick fixes. GitLab provides a whole array of functionalities such as repository management, CI/CD, issue tracking, and code editing, which makes it a very powerful all-in-one solution. GitLab also integrates very well with the existing development workflow and tools, which makes it easy for teams to adopt without having to make any significant changes.
What do you dislike about the product?
In my personal opinion, the interface of GitLab can be improved further. In comparison to other version control systems, the color scheme of GitLab can be more balanced and refined. Moreover, many important settings of GitLab are hidden deep inside the menu system, making it difficult for users to access them, especially for those who are using GitLab less frequently. Accessing important settings from more prominent locations would greatly improve the user experience.
What problems is the product solving and how is that benefiting you?
GitLab fixes the issue of code change management, collaboration, and project stability all in one place. GitLab offers me a stable version control system that ensures my code is always safe and easily trackable, so I can easily see what happened when a bug or crash happens and easily revert or repair it. GitLab also makes collaboration easy by allowing team members to review, comment, and work on code right from the platform, without having to go through any hassle of setting up or transferring files.
showing 1 - 10