1. 26 Aug, 2016 1 commit
  2. 19 Aug, 2016 3 commits
  3. 18 Aug, 2016 2 commits
  4. 11 Aug, 2016 4 commits
  5. 10 Aug, 2016 6 commits
  6. 05 Aug, 2016 1 commit
  7. 04 Aug, 2016 3 commits
  8. 03 Aug, 2016 3 commits
  9. 02 Aug, 2016 1 commit
    • Jacob Vosmaer's avatar
      Improve authorized_keys check · f9a55789
      Jacob Vosmaer authored
      The old check only looked if authorized_keys exists. With this change, we look
      whether we can actually open the file for reading and writing. When this fails
      we try to print useful diagnostic information.
      f9a55789
  10. 01 Aug, 2016 3 commits
    • Douwe Maan's avatar
      Bump version to 3.3.1 · a7d2fed0
      Douwe Maan authored
      a7d2fed0
    • Douwe Maan's avatar
      Merge branch 'keys-chmod' into 'master' · f8cf4981
      Douwe Maan authored
      Manage authorized_keys permissions continuously
      
      We can lazily create authorized_keys and set its permissions. This
      adds negligible overhead and it allows us to remove a setup step from
      GitLab both on source and in omnibus-gitlab.
      
      See merge request !78
      f8cf4981
    • Jacob Vosmaer's avatar
      Manage authorized_keys permissions continuously · d12d210f
      Jacob Vosmaer authored
      We can lazily create authorized_keys and set its permissions. This
      adds negligible overhead and it allows us to remove a setup step from
      GitLab both on source and in omnibus-gitlab.
      d12d210f
  11. 27 Jul, 2016 4 commits
  12. 26 Jul, 2016 3 commits
  13. 21 Jul, 2016 1 commit
    • Robert Speicher's avatar
      Merge branch 'remove-env-set' into 'master' · 2e2af9ac
      Robert Speicher authored
      Unset GL_ID and GL_PROTOCOL immediately
      
      Neither other code executing in the hook process nor subprocesses of
      the hook process need access to the GL_ID / GL_PROTOCOL variables so
      we can just unset them the moment we fetch them.
      
      See merge request !73
      2e2af9ac
  14. 20 Jul, 2016 3 commits
  15. 06 Jul, 2016 2 commits