GitLab offers git repository management, code reviews, issue tracking, activity feeds and wikis.
1
vote
1answer
414 views
Gitlab workflow, forcing code review or merge request on branch
I'm working towards implementing Gitlab at my company with a workflow strategy. My idea is that developers will be given access to repositories but, anytime they try to commit, their code must be ...
1
vote
2answers
369 views
CI runner on same server of GitLab?
I'm setting up a GitLab server in my company and now I'm adding GitLab CI to it.
Before start this task I'd like to understand if there are any disadvantages running my runners on the same server ...