1. 17 Jul, 2015 1 commit
    • Dmitriy Zaporozhets's avatar
      Merge branch 'faster-rm-key' into 'master' · 27af59cc
      Dmitriy Zaporozhets authored
      Remove keys from authorized_keys in-place
      
      This will speed up the rm-key operation. The downside is that
      authorized_keys will not shrink when you remove a key. If this ever
      becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.
      
      See merge request !66
      27af59cc
  2. 16 Jul, 2015 2 commits
  3. 06 Jul, 2015 1 commit
  4. 03 Jul, 2015 1 commit
  5. 01 Jul, 2015 2 commits
  6. 29 Jun, 2015 1 commit
  7. 15 Jun, 2015 1 commit
  8. 11 Jun, 2015 2 commits
  9. 14 Apr, 2015 2 commits
  10. 13 Apr, 2015 4 commits
  11. 10 Apr, 2015 2 commits
  12. 09 Apr, 2015 2 commits
  13. 06 Apr, 2015 6 commits
  14. 16 Mar, 2015 2 commits
  15. 15 Mar, 2015 1 commit
  16. 04 Mar, 2015 2 commits
  17. 03 Mar, 2015 2 commits
  18. 27 Feb, 2015 2 commits
  19. 26 Feb, 2015 2 commits
    • Valery Sizov's avatar
      Merge branch 'no-recursive-install' into 'master' · 1b20cc7d
      Valery Sizov authored
      Remove recursive commands from bin/install
      
      It is not clear what we need these for anymore. Because these commands
      would recurse once through all existing files in all Git repositories,
      and then another time through all directories these commands could
      take very long on a server with a lot of repositories.
      
      We keep the 'chmod' on config.repos_path, to deny world access to all
      files and directories beneath it.
      
      See merge request !63
      1b20cc7d
    • Jacob Vosmaer's avatar
      Remove recursive commands from bin/install · 1d7900b0
      Jacob Vosmaer authored
      It is not clear what we need these for anymore. Because these commands
      would recurse once through all existing files in all Git repositories,
      and then another time through all directories these commands could
      take very long on a server with a lot of repositories.
      
      We keep the 'chmod' on config.repos_path, to deny world access to all
      files and directories beneath it.
      1d7900b0
  20. 24 Feb, 2015 2 commits