Reputation: 1587
I read this comparison https://about.gitlab.com/pricing/self-managed/feature-comparison/ on Gitlab, lot of things are still unclear. I would like to ask about the limitation at some points:
using Gitlab CE for git repositories hosting, are there any limitation of
For ticket system, any limitation in
using CI/CD, any limitation of runners, pipelines, executors, number of projects, number of environments ...
Upvotes: 9
Views: 12245
Reputation: 580
General differences between CE and EE can be found on GitLab website.
Additionally, GitLab pricing page outlines the differences between various plans. If you are running CE, you are running Free plan, so that is the column which will apply to you.
To address your question specifically, most, if not all, of the stuff you asked about will be the same both for CE and EE, there are no limits in terms of numbers. Main difference (aside from the codebase) is the feature set, which is outlined on the second link I shared.
Upvotes: 2