1. 13 Feb, 2019 1 commit
  2. 15 Jan, 2019 3 commits
    • Nick Thomas's avatar
      Merge branch 'bvl-feature-flag-commands' into 'master' · 1fcb56f4
      Nick Thomas authored
      Parse commands to enable feature flags
      
      See merge request gitlab-org/gitlab-shell!270
      1fcb56f4
    • Bob Van Landuyt's avatar
      Don't fall back to ruby for non SSH connections · d762f4ec
      Bob Van Landuyt authored
      When SSH_CONNECTION is not set, we don't fall back to ruby, but
      instead fail directly in go writing the error to stderr.
      d762f4ec
    • Bob Van Landuyt's avatar
      Allow enabling gitlab-shell "discover"-feature · 7215126b
      Bob Van Landuyt authored
      This adds the possibility to enable features for GitLab shell.
      
      The first feature being recognized is "Discover": It's the command
      that is executed when running `ssh git@gitlab.example.com` and is
      called without a command.
      
      The gitlab key id or username is already parsed from the command line
      arguments.
      
      Currently we only support communicating with GitLab-rails using unix
      sockets. So features will not be enabled if the GitLab-url is using a
      different protocol. The url for this read from the config yaml.
      
      Pending ruby-specs have been added for the gitlab-shell command.
      
      Refactor to have separate command packages
      7215126b
  3. 14 Jan, 2019 1 commit
  4. 09 Jan, 2019 2 commits
  5. 07 Jan, 2019 1 commit
  6. 04 Jan, 2019 2 commits
  7. 21 Dec, 2018 2 commits
  8. 20 Dec, 2018 6 commits
  9. 17 Dec, 2018 1 commit
  10. 14 Dec, 2018 7 commits
  11. 13 Dec, 2018 5 commits
  12. 11 Dec, 2018 2 commits
  13. 07 Dec, 2018 2 commits
  14. 06 Dec, 2018 2 commits
  15. 28 Nov, 2018 3 commits