1. 13 2月, 2013 2 次提交
  2. 12 2月, 2013 2 次提交
    • M
      Update lib/tasks/sidekiq.rake · 4c0c9086
      Michael Lee 提交于
      Mac OS uses launchd instead of /etc/init.d to start daemons and tasks to be started by launchd MUST NOT daemon itself. So "nohup" here won't work for Mac OS. 
      
      Can we add a "launchd" task to the rake file so that we can start sidekiq as "bundle exec rake sidekiq:launchd" ?
      4c0c9086
    • D
      No gitolite in project any more · d64090b8
      Dmitriy Zaporozhets 提交于
      d64090b8
  3. 11 2月, 2013 2 次提交
  4. 09 2月, 2013 3 次提交
  5. 07 2月, 2013 1 次提交
  6. 05 2月, 2013 1 次提交
  7. 02 2月, 2013 2 次提交
  8. 28 1月, 2013 3 次提交
  9. 26 1月, 2013 1 次提交
  10. 25 1月, 2013 1 次提交
  11. 23 1月, 2013 1 次提交
  12. 19 1月, 2013 2 次提交
  13. 18 1月, 2013 2 次提交
  14. 17 1月, 2013 2 次提交
  15. 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
  16. 12 1月, 2013 3 次提交
  17. 10 1月, 2013 3 次提交
  18. 09 1月, 2013 3 次提交
  19. 08 1月, 2013 5 次提交