summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More accurate expaction around warning outputsh-bump-ruby-versionAsh McKenzie2018-12-133-9/+2
|
* Ensure a local config.yml does not impact testsAsh McKenzie2018-12-131-0/+2
|
* Send check_permissions exception output to stdoutAsh McKenzie2018-12-132-3/+3
|
* Fix go:1.11 using golang:1.10 imageAsh McKenzie2018-12-131-1/+1
|
* Remove rspec:ruby2.2 from CIAsh McKenzie2018-12-131-9/+0
|
* Ruby 2.5 only testsAsh McKenzie2018-12-131-1/+5
|
* Allow targeting of Ruby version in testsAsh McKenzie2018-12-131-0/+2
|
* More explicit stubbingAsh McKenzie2018-12-131-3/+5
|
* Use open3 so we have more control over outputAsh McKenzie2018-12-132-10/+17
|
* Update rspec-parameterized gemAsh McKenzie2018-12-131-7/+5
|
* Add pry-byebug to list of dev gemsAsh McKenzie2018-12-132-0/+13
|
* Update rubocop gemAsh McKenzie2018-12-132-3/+3
|
* Address rubocop offencesAsh McKenzie2018-12-1311-32/+41
|
* Fix gitlab_keys_spec for File.open changesStan Hu2018-12-121-1/+3
|
* Increase method parameter size for RubocopStan Hu2018-12-121-2/+2
|
* Add empty lines after guard clauses and use File.openStan Hu2018-12-126-1/+13
|
* Exclude support/ from .rubocop.ymlStan Hu2018-12-121-0/+1
|
* Fix regexpStan Hu2018-12-121-1/+1
|
* Upgrade json and simplecovStan Hu2018-12-123-10/+10
|
* Fix URI.join to work with Ruby 2.5Stan Hu2018-12-121-1/+1
|
* Remove support for Ruby 2.1Stan Hu2018-12-121-9/+0
|
* Upgrade dependenciesStan Hu2018-12-123-14/+14
|
* Upgrade to Ruby 2.5.3Stan Hu2018-12-122-2/+20
|
* Merge branch 'vendor-update' into 'master'Douwe Maan2018-12-11373-33426/+81807
|\ | | | | | | | | Vendor updates See merge request gitlab-org/gitlab-shell!264
| * Vendor updatesAndrew Newdigate2018-12-11373-33426/+81807
|/
* Merge branch 'revert-0662bdd1' into 'master'Nick Thomas2018-12-0741-2530/+2243
|\ | | | | | | | | Revert "Merge branch 'zj-rename-gitalypb' into 'master'" See merge request gitlab-org/gitlab-shell!263
| * Revert "Merge branch 'zj-rename-gitalypb' into 'master'"revert-0662bdd1Zeger-Jan van de Weg2018-12-0741-2530/+2243
|/ | | This reverts merge request !262
* Merge branch 'zj-rename-gitalypb' into 'master'Nick Thomas2018-12-0641-2243/+2530
|\ | | | | | | | | Upgrade gitaly Client dependency See merge request gitlab-org/gitlab-shell!262
| * Upgrade gitaly Client dependencyZeger-Jan van de Weg2018-12-0641-2243/+2530
|/ | | | | The client now has TLS support. So this gets pulled into this component. To make it work, we have to upgrade the proto too.
* Merge branch 'sh-release-8-4-3' into 'master'v8.4.3Robert Speicher2018-11-282-1/+4
|\ | | | | | | | | Release v8.4.3 See merge request gitlab-org/gitlab-shell!259
| * Release v8.4.3sh-release-8-4-3Stan Hu2018-11-282-1/+4
|/
* Merge branch 'sh-fix-circular-dependency-errors' into 'master'Robert Speicher2018-11-283-3/+5
|\ | | | | | | | | | | | | Remove circular dependency between HTTPHelper and GitlabNet Closes #169 See merge request gitlab-org/gitlab-shell!258
| * Remove circular dependency between HTTPHelper and GitlabNetsh-fix-circular-dependency-errorsStan Hu2018-11-273-3/+5
|/ | | | | | | | | 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
* Merge branch 'release-8-4-2' into 'master'v8.4.2Nick Thomas2018-11-082-1/+4
|\ | | | | | | | | Release v8.4.2 See merge request gitlab-org/gitlab-shell!255
| * Release v8.4.2Nick Thomas2018-11-082-1/+4
|/
* Merge branch 'ashmckenzie/8114-geo-push-ssh-lfs-http-auth-bug' into 'master'Nick Thomas2018-11-085-26/+82
|\ | | | | | | | | Include LFS operation when requesting auth See merge request gitlab-org/gitlab-shell!254
| * Include LFS operation when making auth requestashmckenzie/8114-geo-push-ssh-lfs-http-auth-bugAsh McKenzie2018-11-085-26/+82
|/ | | | Operation is either upload or download
* Release v8.4.1v8.4.1Douwe Maan2018-10-252-1/+4
|
* Merge branch 'add-http-gateway-time-out-handling' into 'master'Douwe Maan2018-10-251-1/+1
|\ | | | | | | | | Adds handling of Net::HTTPGatewayTimeOut exception to GitlabNet See merge request gitlab-org/gitlab-shell!251
| * Changes the HTTP error code from Gateway timeout to Service Unavailableadd-http-gateway-time-out-handlingTiago Botelho2018-10-241-1/+1
| |
| * Adds handling of Net::HTTPGatewayTimeOut exception to GitlabNetTiago Botelho2018-10-241-1/+1
|/
* Release v8.4.0v8.4.0Sean McGivern2018-10-101-1/+1
|
* Merge branch 'gitaly-auth-v2' into 'master'Sean McGivern2018-10-1027-6/+1957
|\ | | | | | | | | | | | | Use Gitaly's v2 auth scheme Closes gitaly#1319 See merge request gitlab-org/gitlab-shell!250
| * Use Gitaly's v2 auth schemegitaly-auth-v2Alejandro Rodríguez2018-10-0927-6/+1957
|/
* Merge branch 'readme-overview' into 'master'Douwe Maan2018-10-011-29/+19
|\ | | | | | | | | Update overview in readme See merge request gitlab-org/gitlab-shell!248
| * Update overview in readmeJacob Vosmaer2018-10-011-29/+19
|/
* Merge branch 'gitlab-shell-no-glid-argument' into 'master'Nick Thomas2018-10-012-22/+1
|\ | | | | | | | | | | | | Remove mistaken support for `gitlab-shell user-123` Closes #151 See merge request gitlab-org/gitlab-shell!247
| * Remove mistaken support for `gitlab-shell user-123`gitlab-shell-no-glid-argumentJacob Vosmaer2018-09-282-22/+1
| |
* | Merge branch '74-go-go-go-go-go' into 'master'Douwe Maan2018-09-287-19/+130
|\ \ | |/ |/| | | | | | | | | Feature flag for go/ruby gitlab-shell implementations Closes #74 See merge request gitlab-org/gitlab-shell!233
| * Allow the config directory to be specifiedNick Thomas2018-09-283-17/+31
| |