We primarily use GitLab for code migration and version management. It helps us maintain metadata, manage versions, and facilitate continuous integration when working in teams. When working on a feature, we create a feature branch, which allows us to work on the feature independently. Once the feature is complete, it must be merged into the main branch. This streamlines the process of deploying the application to the production environment.
GitLab Premium
GitLabExternal reviews
External reviews are not included in the AWS star rating for the product.
Improved our CI/CD processes in software dependency management
What is our primary use case?
How has it helped my organization?
We use some orchestration tools to do it. We have our own built packet manager, and that package manager interacts with the excellent migration and everything internally.
What is most valuable?
The important feature is the entire process of versioning source code maintenance and easy deployment. It is a necessity for the CI/CD pipeline.
What needs improvement?
There is a need to improve or adopt AI into the ecosystem like a co-pilot, which Microsoft has done with GitHub.
For how long have I used the solution?
I have been using GitLab for nine years. I have worked across version management for continuous integration and deployment.
What do I think about the stability of the solution?
The product sometimes crashes.
I rate the solution’s stability a seven out of ten.
What do I think about the scalability of the solution?
The solution’s scalability is good.
I rate the solution’s scalability an eight out of ten.
Which solution did I use previously and why did I switch?
I have used GitHub before. GitHub now comes with an AI Assistant, similar to a copilot, its most significant advantage. With this copilot, it assists you in writing code. It provides examples and helps you rectify errors, especially during migration processes. Additionally, it offers previews of how migration can be performed. These enhancements are attributed to Microsoft’s support and involvement in OpenAI.
How was the initial setup?
The initial setup is easy and depends on the target enrollment; it typically takes just a few minutes to complete. Migration is also handled efficiently, typically in less than a few minutes or between three to five minutes, depending on the data size you want to migrate. The only drawback or consequence is that you need a private Git repository, which GitLab should provide by default.
What's my experience with pricing, setup cost, and licensing?
For small-scale usage, GitLab offers a free tier. For enterprise pricing, GitLab is more expensive than GitHub, as it's not as widely adopted. GitLab is the preferred choice for many developers despite its higher monthly pricing plan, which is around $126.
What other advice do I have?
GitLab has improved our CI/CD processes in software dependency management. It handles conflicts between versions seamlessly, such as when merging different features into the main branch. With GitLab, there are no conflicts in the code itself. Versioning is also efficiently managed within GitLab, allowing us to easily track the latest main branches, previous branches, and releases. For example, if a software depends on specific versions, it's easily traceable using GitLab. One of the most significant advantages is the built-in DTS, which supports ample file storage. This capability allows us to store 30-40 gigabytes of repository sizes.
The code diffs available in GitLab show the differences between the older version and the current one, indicating what has been added, deleted, or modified across the codebase. This helps you understand which portions of the code have changed within a particular file, such as a Python script, aiding in traceability and version management.
The merge request feature is standard and available even in GitHub, making it accessible on most Git platforms. It is one of the fundamental features of GitLab, a free product.
Overall, I rate the solution a seven out of ten.
Review for git lab
All-in-one DevSecOps platform
It's not only dedicated to tech and experimented profiles, it's also easy to onboard and to use for juniors and for non-tech profiles. Therefore, GitLab is the central tool of your project lifecycle, bringing visibility, enhancing productivity and security into your projects
Github vs gitlab
Extremely pleasant experience for storing and building code.
2. Ease of access due to clean User interface.
3. Very secure as access it based on permission based model. There are various levels of access like member, owner etc.
4. One of the things that I loved was intergration with CI/CD pipelines. It saves additional effort from developers, runs pipelines such as tests and add validation conditons on those pipelines.
5. Always use this for my professional work