summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix SSH support for Git for Windows v2.14sh-fix-git-upload-packStan Hu2017-08-063-5/+25
| | | | | | | Git For Windows 2.14 has a patch that changes `git-upload-pack` to `git upload-pack`. To make this work for gitlab-shell, just map this to `git-upload-pack`. Closes gitlab-org/gitlab-ce#36028
* Bump version to v5.7.0v5.7.0Stan Hu2017-08-041-1/+1
|
* Merge branch 'sh-support-gitaly-upload-pack-unhide-refs' into 'master'Stan Hu2017-08-043-7/+25
|\ | | | | | | | | Support unhiding of all refs via Gitaly See merge request !153
| * Add CHANGELOG entry for unhiding refs via GitalyStan Hu2017-08-041-0/+3
| |
| * Use git_config_options instead of git_config_parameters for Gitaly requestssh-support-gitaly-upload-pack-unhide-refsStan Hu2017-08-032-7/+22
|/
* Bump version to v5.6.2v5.6.2Douwe Maan2017-08-032-3/+6
|
* Merge branch 'update-redis-rb-3.3.3' into 'master'Douwe Maan2017-08-036-16/+74
|\ | | | | | | | | Bump redis-rb library to 3.3.3 See merge request !151
| * Bump redis-rb library to 3.3.3update-redis-rb-3.3.3Stan Hu2017-07-226-16/+74
| |
* | Merge branch '100-require-tempfile' into 'master'v5.6.1Douwe Maan2017-08-024-14/+25
|\ \ | | | | | | | | | | | | | | | | | | Fix SSH key and known_hosts support Closes #100 See merge request !156
| * | Release v5.6.1Nick Thomas2017-08-022-1/+5
| | |
| * | Fix setting permissions of SSH key tempfilesNick Thomas2017-08-022-13/+19
| | |
| * | Require tempfile to avoid a missing constant errorNick Thomas2017-08-021-0/+1
|/ /
* | Merge branch 'sh-bump-gitaly-proto-23-0' into 'master'Jacob Vosmaer (GitLab)2017-08-016-142/+431
|\ \ | | | | | | | | | | | | Bump gitaly-proto to v0.23.0 See merge request !155
| * | Bump gitaly-proto to v0.23.0sh-bump-gitaly-proto-23-0Stan Hu2017-07-296-142/+431
| | |
* | | Bump version to 5.6.0v5.6.0Douwe Maan2017-07-312-1/+4
| | |
* | | Merge branch '95-ruby-ssh-auth-support' into 'master'Douwe Maan2017-07-312-19/+139
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Implement SSH authentication support in Ruby Closes #95 See merge request !154
| * | Implement SSH authentication support in RubyNick Thomas2017-07-312-19/+139
|/ /
* | Merge branch 'sh-defer-reference-counter-load' into 'master'Robert Speicher2017-07-261-2/+6
|\ \ | | | | | | | | | | | | Optimize gitlab-projects by deferring the loading of gitlab_reference_counter See merge request !149
| * | Optimize gitlab-projects by deferring the loading of gitlab_reference_countersh-defer-reference-counter-loadStan Hu2017-07-211-2/+6
| | | | | | | | | | | | | | | | | | Loading gitlab_reference_counter loads gitlab_net, which adds an additional 100-200 ms of time. That file pulls in a vendored Redis library among other things.
* | | Merge branch 'sh-bump-gitaly-proto' into 'master'Alejandro Rodríguez2017-07-266-119/+540
|\ \ \ | | | | | | | | | | | | | | | | Bump gitaly-proto version to 0.20.0 See merge request !152
| * | | Bump gitaly-proto version to 0.20.0Stan Hu2017-07-256-119/+540
|/ / /
* | | Merge branch 'sh-show-all-refs' into 'master'Robert Speicher2017-07-256-7/+35
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Support unhiding of all refs for Geo Nodes Closes gitlab-ee#2959 See merge request !150
| * | Bump VERSION to 5.5.0Stan Hu2017-07-251-1/+1
| | |
| * | Make geo_node a default parametersh-show-all-refsStan Hu2017-07-245-7/+10
| | |
| * | Support unhiding of all refs for Geo NodesStan Hu2017-07-215-10/+35
|/ / | | | | | | | | | | By default, we hide certain refs (e.g. keep-around/XXX) to save user download time. We need to preserve these references on secondary Geo nodes to have a true copy.
* | Bump version to 5.4.0v5.4.0Sean McGivern2017-07-201-1/+1
| |
* | Merge branch 'update-gitaly-definition' into 'master'Sean McGivern2017-07-2012-191/+1062
|\ \ | | | | | | | | | | | | Update vendoring for Gitaly See merge request !148
| * | Update vendoring for gitalyupdate-gitaly-definitionKim "BKC" Carlbäcker2017-07-2012-191/+1062
|/ /
* | Bump version to 5.3.1v5.3.1Sean McGivern2017-07-121-1/+1
| |
* | Merge branch 'only-parse-mr-urls-on-success' into 'master'Rémy Coutable2017-07-123-7/+29
|\ \ | |/ |/| | | | | Handle internal API errors when getting merge request URLs See merge request !145
| * Handle internal API errors when getting merge request URLsonly-parse-mr-urls-on-successSean McGivern2017-07-123-7/+29
|/
* Bump version to 5.3.0v5.3.0Stan Hu2017-07-081-1/+1
|
* Merge branch 'gitaly-ssh-changelog' into 'master'Stan Hu2017-07-091-0/+3
|\ | | | | | | | | Update CHANGELOG See merge request !144
| * Update CHANGELOGKim Carlbäcker2017-07-091-0/+3
|/
* Merge branch 'gitaly-124-gitaly-ssh' into 'master'Robert Speicher2017-07-0731-566/+5436
|\ | | | | | | | | Gitaly SSH Client See merge request !139
| * no more single-value mergeKim "BKC" Carlbäcker2017-07-071-3/+1
| |
| * metrics makes no sense because 'exec'Kim "BKC" Carlbäcker2017-07-071-4/+2
| |
| * hashes have .include? not .has?Kim "BKC" Carlbäcker2017-07-071-1/+1
| |
| * tokens!Kim "BKC" Carlbäcker2017-07-073-3/+3
| |
| * refactor Gitaly dialOptsgitaly-124-gitaly-sshKim "BKC" Carlbäcker2017-07-073-18/+15
| |
| * don't make up exitCodesKim "BKC" Carlbäcker2017-07-072-6/+6
| |
| * Go 1.8...Kim "BKC" Carlbäcker2017-07-072-5/+1
| |
| * update gitaly-protoKim "BKC" Carlbäcker2017-07-0712-556/+2377
| |
| * type-oKim "BKC" Carlbäcker2017-07-061-1/+1
| |
| * We need metrics loggingKim "BKC" Carlbäcker2017-07-061-2/+4
| |
| * Update README Go1.7 as minimum requirementKim "BKC" Carlbäcker2017-07-061-1/+1
| |
| * no more attrsKim "BKC" Carlbäcker2017-07-061-1/+1
| |
| * simplify specsKim "BKC" Carlbäcker2017-07-061-2/+2
| |
| * AuthenticationKim "BKC" Carlbäcker2017-07-062-2/+18
| |
| * fix vendorKim "BKC" Carlbäcker2017-07-066-56/+71
| |