1. 06 5月, 2013 1 次提交
  2. 30 4月, 2013 1 次提交
  3. 20 4月, 2013 1 次提交
  4. 16 4月, 2013 3 次提交
  5. 15 4月, 2013 1 次提交
  6. 29 3月, 2013 1 次提交
  7. 25 3月, 2013 1 次提交
  8. 12 3月, 2013 1 次提交
  9. 20 2月, 2013 1 次提交
  10. 13 2月, 2013 2 次提交
  11. 12 2月, 2013 1 次提交
  12. 11 2月, 2013 1 次提交
  13. 09 2月, 2013 1 次提交
  14. 02 2月, 2013 2 次提交
  15. 26 1月, 2013 1 次提交
  16. 19 1月, 2013 1 次提交
  17. 17 1月, 2013 2 次提交
  18. 14 1月, 2013 1 次提交
    • V
      Fix git group detection for gitolite ssh user. · 471b5910
      VonC 提交于
      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
      471b5910
  19. 12 1月, 2013 2 次提交
  20. 10 1月, 2013 2 次提交
  21. 09 1月, 2013 1 次提交
  22. 08 1月, 2013 4 次提交
  23. 04 1月, 2013 1 次提交
  24. 31 12月, 2012 1 次提交
  25. 24 12月, 2012 6 次提交