15 Jul, 2014

3 commits

  • Restricted visibility levels
    
    This merge-request enables the __restricted_visibility_levels__ option in the gitlab config file (`/etc/gitlab/gitlab.rb`).
    
    By default, it enables all the options: public, internal and private.
    
    To disable __public__ and enable __internal__ and __private__, add the following line to your `/etc/gitlab/gitlab.rb`:
    gitlab_rails['gitlab_restricted_visibility_levels'] = [ "public" ]
    
    To disable __public__ and __internal__, and enable __private__, add one of the following lines to your `/etc/gitlab/gitlab.rb` (both are equivalent):
    gitlab_rails['gitlab_restricted_visibility_levels'] = [ "public", "internal"]
    gitlab_rails['gitlab_restricted_visibility_levels'] = [ "public", "internal", "private" ]
    Jacob Vosmaer
     
  • Don't give git sudo rights
    Sytse Sijbrandij
     
  • As suggested by jacobvosmaer, see:
    https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/162/diffs#note_159900
    Javier Palomo Almena
     

14 Jul, 2014

4 commits


11 Jul, 2014

3 commits


10 Jul, 2014

2 commits


09 Jul, 2014

2 commits


08 Jul, 2014

1 commit


07 Jul, 2014

2 commits


03 Jul, 2014

2 commits


02 Jul, 2014

3 commits


01 Jul, 2014

2 commits


27 Jun, 2014

1 commit


26 Jun, 2014

9 commits


25 Jun, 2014

5 commits


24 Jun, 2014

1 commit