- 13 Feb, 2019 1 commit
-
-
Stan Hu authored
This is done to ensure we don't run into unknown fields as we saw in https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/364.
-
- 15 Jan, 2019 3 commits
-
-
Nick Thomas authored
Parse commands to enable feature flags See merge request gitlab-org/gitlab-shell!270
-
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.
-
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
-
- 14 Jan, 2019 1 commit
-
-
Bob Van Landuyt authored
Add testify as test helpers
-
- 09 Jan, 2019 2 commits
-
-
Nick Thomas authored
Force install bunder See merge request gitlab-org/gitlab-shell!272
-
Bob Van Landuyt authored
This avoids errors like: $ gem install --bindir /usr/local/bin bundler -v "$INSTALL_BUNDLER_VERSION" ERROR: Error installing bundler: "bundle" from bundler conflicts with /usr/local/bin/bundle
-
- 07 Jan, 2019 1 commit
-
-
Nick Thomas authored
Remove unused vendored code See merge request gitlab-org/gitlab-shell!265
-
- 04 Jan, 2019 2 commits
-
-
Douwe Maan authored
Specify bundler 1.17 for ruby 2.1 and 2.2 See merge request gitlab-org/gitlab-shell!271
-
Bob Van Landuyt authored
-
- 21 Dec, 2018 2 commits
-
-
Douwe Maan authored
Make better use of constants in lib/gitlab_shell.rb See merge request gitlab-org/gitlab-shell!269
-
Jacob Vosmaer authored
-
- 20 Dec, 2018 6 commits
-
-
Douwe Maan authored
Gitaly hook transistion changes See merge request gitlab-org/gitlab-shell!268
-
Jacob Vosmaer authored
-
Douwe Maan authored
Fix rspec deprecation warning See merge request gitlab-org/gitlab-shell!267
-
Douwe Maan authored
Fix spec failure with Ruby 2.5 See merge request gitlab-org/gitlab-shell!266
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 17 Dec, 2018 1 commit
-
-
Jacob Vosmaer authored
-
- 14 Dec, 2018 7 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
Handle push options See merge request gitlab-org/gitlab-shell!166
-
Jonathon Reinhart authored
See the discussion on gitlab-org/gitlab-shell!166
-
Jonathon Reinhart authored
-
Jonathon Reinhart authored
push_opts[] is named as such so that it becomes an array in the GitLab internal Grape::API params hash. If it were named push_opts, only the final (scalar) push_opts parameter would be present. Also update specs to include push_opts parameter: - gitlab_post_receive_spec - gitlab_net_spec for the internal API change
-
Jonathon Reinhart authored
This module is responsible for converting the GIT_PUSH_OPTION_* environment variables into an array. See https://gitlab.com/gitlab-org/gitlab-ce/issues/18667
-
- 13 Dec, 2018 5 commits
-
-
Robert Speicher authored
Remove unused lib/names_helper.rb See merge request gitlab-org/gitlab-shell!173
-
Douwe Maan authored
This reverts merge request !257
-
Douwe Maan authored
Upgrade to Ruby 2.5.3 See merge request gitlab-org/gitlab-shell!257
-
Stan Hu authored
-
Jonathon Reinhart authored
As of 7eb45672, NamesHelper is no longer used.
-
- 11 Dec, 2018 2 commits
-
-
Douwe Maan authored
Vendor updates See merge request gitlab-org/gitlab-shell!264
-
Andrew Newdigate authored
-
- 07 Dec, 2018 2 commits
-
-
Nick Thomas authored
Revert "Merge branch 'zj-rename-gitalypb' into 'master'" See merge request gitlab-org/gitlab-shell!263
-
Zeger-Jan van de Weg authored
This reverts merge request !262
-
- 06 Dec, 2018 2 commits
-
-
Nick Thomas authored
Upgrade gitaly Client dependency See merge request gitlab-org/gitlab-shell!262
-
Zeger-Jan van de Weg authored
The client now has TLS support. So this gets pulled into this component. To make it work, we have to upgrade the proto too.
-
- 28 Nov, 2018 3 commits
-
-
Robert Speicher authored
Release v8.4.3 See merge request gitlab-org/gitlab-shell!259
-
Stan Hu authored
-
Robert Speicher authored
Remove circular dependency between HTTPHelper and GitlabNet Closes #169 See merge request gitlab-org/gitlab-shell!258
-