1. 07 Sep, 2018 3 commits
  2. 05 Sep, 2018 4 commits
  3. 24 Aug, 2018 2 commits
  4. 20 Aug, 2018 1 commit
    • Zeger-Jan van de Weg's avatar
      Remove non Gitaly code paths · d856f300
      Zeger-Jan van de Weg authored
      All shell access goes through Gitaly, so dead code paths exist to
      support the legacy way too.
      
      This change mostly removes the dead code from `#process_cmd`.
      d856f300
  5. 17 Aug, 2018 1 commit
  6. 16 Aug, 2018 2 commits
  7. 15 Aug, 2018 14 commits
  8. 14 Aug, 2018 2 commits
  9. 13 Aug, 2018 3 commits
  10. 09 Aug, 2018 6 commits
  11. 08 Aug, 2018 2 commits
    • Robert Speicher's avatar
      Merge branch 'rd-support-git-config-options' into 'master' · 2fb6ea3e
      Robert Speicher authored
      Pass custom git_config_options to Gitaly
      
      See merge request gitlab-org/gitlab-shell!221
      2fb6ea3e
    • Ævar Arnfjörð Bjarmason's avatar
      Fix two regressions in SSH certificate support · c4b5a076
      Ævar Arnfjörð Bjarmason authored
      Fix two regressions in my 2e8b6702 ("Add support for SSH certificate
      authentication", 2018-06-14) merged in gitlab-org/gitlab-shell!207.
      
      This fixes the issue noted in gitlab-org/gitlab-shell#145 where the
      command-line contains things other than the key/user/username, and
      also a regression where SSH certificates are being used, and the
      username presented in the key is unknown to GitLab.
      
      In that case, we should log the user in as "Anonymous" (on an instance
      that allows public access), but because of how the error checking
      around api.discover() was implemented we ended up erroring out
      instead.
      c4b5a076