gitlabhq/lib
VonC 471b5910a6 Fix git group detection for gitolite ssh user.
The tasks gitlab:env:info mixes user and group, and presume as a group 'git'.
However, gitolite group name can be anything.

That patch add the git group name in the config,
and check gitolite.ssh_user group against git.group
(which defaults to 'git', as before this patch, if undefined).

M config/gitlab.yml.example:
  Add 'group' in 'git' section
  Mention default value for the two extra settings
M lib/tasks/gitlab/check.rake:
  Check that gitolite.ssh_user *group* is the one defined in git.group.
  Make sure to default to 'git' as the expected group
    if said group is undefined in the config.
  Note: uses a more complete regexp for the group detection
        (the group can start, end or be in the middle or the list of groups
         of gitolite.ssh_user)
M: config/initializers/1_settings.rb:
  Add default values for gitolite.group and gitlab.user
2013-01-14 11:44:27 +00:00
..
api Rspec fixes 2013-01-04 18:50:31 +02:00
assets move assets from lib directory to vendor 2012-05-29 17:56:48 +05:00
gitlab Public git read-only access via http 2013-01-13 17:25:18 +02:00
hooks sidekiq with green tests 2013-01-09 09:14:05 +03:00
redcarpet/render Fixed wierd gitlab markdown issue 2012-12-22 14:18:40 +02:00
support Add subdir support for rewrite-hooks script 2012-12-31 17:46:40 +02:00
tasks Fix git group detection for gitolite ssh user. 2013-01-14 11:44:27 +00:00
api.rb Up API version to v3 2012-12-21 18:55:39 +01:00
event_filter.rb Added EventFilter class. Compeleted first version of dashbaord filtering 2012-11-05 20:12:26 +02:00
extracts_path.rb Merge pull request #2484 from netdata/fix_url_encode 2013-01-09 00:35:32 -08:00
file_size_validator.rb Fully embrace Ruby 1.9 hash syntax 2012-08-10 18:25:15 -04:00
gitolited.rb more refactoring using models/concerns 2013-01-03 09:06:07 +02:00
static_model.rb Fixed styles, ProjectHook specs etc 2013-01-05 00:35:38 +02:00