gitlab
Gitlab: team member project access levels
2013: The project_security_spec.rb test each profile capabilities, which are listed in ability.rb: (2017 GitLab 10.x: this would be more likely in app/policies/project_policy.rb) See also, as noted in jdhao’s answer: “Project members permissions” Those rules are quite explicit: def public_project_rules [ :download_code, :fork_project, :read_project, :read_wiki, :read_issue, :read_milestone, :read_project_snippet, :read_team_member, :read_merge_request, :read_note, :write_issue, :write_note ] end def … Read more
What’s the difference between “Submit review” and “Add comment now” in GitLab’s merge request discussions?
Just heard this from my colleagues, so not sure if this is 100% accurate: Add comment now: instantly adds the comment to the review and notifies the reviewer that a comment has been added. So if you choose this option X times, the reviewer receives X notifications. Submit review: You can add as many comments … Read more
How to transfer project from one group to a user in gitlab CE 9?
Go to Settings ▶ General ▶ Advanced ▶ Transfer project ▶ Select a new namespace
502 Whoops, GitLab is taking too much time to respond
I saw issue like this several times. If GitLab has been worked fine please do not touch anything. Just wait. It seems GitLab has not been started properly 🙁 I mean that after booting system you have to wait 1-2 minutes before using GitLab. GitLab needs some time for starting.