gitlabhq/config/initializers
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
..
1_settings.rb Fix git group detection for gitolite ssh user. 2013-01-14 11:44:27 +00:00
2_app.rb Epic: Gitlab configuration with default values 2012-07-02 21:51:48 +03:00
3_grit_ext.rb Update uses of Gitolite.config.foo settings 2012-12-20 16:54:28 +01:00
4_sidekiq.rb sidekiq with green tests 2013-01-09 09:14:05 +03:00
5_backend.rb Use similar interface to access gitolite 2012-08-29 00:04:06 +03:00
backtrace_silencers.rb init commit 2011-10-09 00:36:38 +03:00
carrierwave.rb upload file's name support non-english words 2012-01-16 14:36:30 +08:00
connection_fix.rb added connection fix initializer, helps long running resque workers not fail 2012-06-11 15:58:58 -05:00
devise.rb Fix gravatar and ldap config 2012-12-20 16:54:28 +01:00
gemoji.rb Update gems 2012-11-18 21:51:53 +01:00
inflections.rb Add an inflector to mark "commits" as uncountable 2012-09-26 16:32:23 -04:00
kaminari_config.rb add kaminari config with default and max per_page values 2012-09-03 04:22:49 -07:00
mime_types.rb Register diff mime type 2012-11-22 20:22:44 +01:00
postgresql_limit_fix.rb patch rails to ignore text limit 2012-10-10 13:17:48 +04:00
secret_token.rb init commit 2011-10-09 00:36:38 +03:00
session_store.rb Secure and httponly options on cookie. 2012-09-26 16:02:31 +02:00
wrap_parameters.rb init commit 2011-10-09 00:36:38 +03:00