- 14 Dec, 2018 5 commits
-
-
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
-
- 27 Nov, 2018 1 commit
-
-
Stan Hu authored
HttpHelper depended on exceptions defined in GitLabNet, but GitLabNet included HttpHelper. Specs in Ruby 2.5 were breaking as a result of Action::Custom not able to reference constants in GitLabNet: https://gitlab.com/gitlab-org/gitlab-shell/-/jobs/126362702. Closes https://gitlab.com/gitlab-org/gitlab-shell/issues/169
-
- 08 Nov, 2018 3 commits
-
-
Nick Thomas authored
Release v8.4.2 See merge request gitlab-org/gitlab-shell!255
-
Nick Thomas authored
-
Nick Thomas authored
Include LFS operation when requesting auth See merge request gitlab-org/gitlab-shell!254
-
- 07 Nov, 2018 1 commit
-
-
Ash McKenzie authored
Operation is either upload or download
-
- 25 Oct, 2018 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
Adds handling of Net::HTTPGatewayTimeOut exception to GitlabNet See merge request gitlab-org/gitlab-shell!251
-
- 24 Oct, 2018 2 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 10 Oct, 2018 2 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
Use Gitaly's v2 auth scheme Closes gitaly#1319 See merge request gitlab-org/gitlab-shell!250
-
- 09 Oct, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 01 Oct, 2018 3 commits
-
-
Douwe Maan authored
Update overview in readme See merge request gitlab-org/gitlab-shell!248
-
Jacob Vosmaer authored
-
Nick Thomas authored
Remove mistaken support for `gitlab-shell user-123` Closes #151 See merge request gitlab-org/gitlab-shell!247
-
- 28 Sep, 2018 6 commits
-
-
Douwe Maan authored
Feature flag for go/ruby gitlab-shell implementations Closes #74 See merge request gitlab-org/gitlab-shell!233
-
Nick Thomas authored
-
Nick Thomas authored
-
Jacob Vosmaer authored
-
Nick Thomas authored
Since the Go code now wraps the Ruby script, this makes sense and tests the interaction of the two codebases. Over time, the number of Ruby tests to run will approach 0.
-
Nick Thomas authored
-