1. 11 Nov, 2015 2 commits
  2. 10 Nov, 2015 6 commits
  3. 22 Oct, 2015 1 commit
  4. 21 Oct, 2015 2 commits
  5. 01 Oct, 2015 3 commits
  6. 29 Sep, 2015 1 commit
  7. 27 Sep, 2015 1 commit
  8. 10 Sep, 2015 2 commits
  9. 09 Sep, 2015 2 commits
  10. 08 Sep, 2015 1 commit
  11. 17 Aug, 2015 1 commit
    • Douwe Maan's avatar
      Merge branch 'create-hooks-broken-symlink' into 'master' · 836ace5b
      Douwe Maan authored
      Handle broken symlinks in create-hooks
      
      If a repository contained a broken symlink named 'hooks', this would
      raise ENOENT in lib/gitlab_projects.rb, which got ignored in
      bin/create-hooks. This commit fixes that by making sure we handle
      broken symlinks in lib/gitlab_projects.rb.
      
      See merge request !19
      836ace5b
  12. 12 Aug, 2015 1 commit
    • Jacob Vosmaer's avatar
      Handle broken symlinks in create-hooks · a10d4723
      Jacob Vosmaer authored
      If a repository contained a broken symlink named 'hooks', this would
      raise ENOENT in lib/gitlab_projects.rb, which got ignored in
      bin/create-hooks. This commit fixes that by making sure we handle
      broken symlinks in lib/gitlab_projects.rb.
      a10d4723
  13. 11 Aug, 2015 1 commit
  14. 05 Aug, 2015 2 commits
  15. 04 Aug, 2015 1 commit
  16. 17 Jul, 2015 2 commits
  17. 16 Jul, 2015 4 commits
  18. 06 Jul, 2015 1 commit
  19. 03 Jul, 2015 1 commit
  20. 01 Jul, 2015 2 commits
  21. 29 Jun, 2015 1 commit
  22. 15 Jun, 2015 1 commit
  23. 11 Jun, 2015 1 commit
    • Dmitriy Zaporozhets's avatar
      Merge branch 'note_in_config' into 'master' · 678bb48c
      Dmitriy Zaporozhets authored
      Add a note that changing example configuration files requires changing omnibus-gitlab.
      
      Keeping track of changes in these files is not easy and they usually require change in omnibus-gitlab.
      
      Added a note so everyone is aware of this.
      
      Similar is added to gitlab-ce and gitlab-ci.
      
      Discussed in gitlab-org/omnibus-gitlab#605
      
      See merge request !13
      678bb48c