summaryrefslogtreecommitdiff
path: root/lib/gitlab/workhorse.rb
Commit message (Expand)AuthorAgeFilesLines
* Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH ...Jacob Vosmaer (GitLab)2018-01-221-1/+4
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Add option to disable git archive caching in workhorseoption-disable-archive-cacheJacob Vosmaer2018-01-091-0/+7
* Remove Ci::Build#artifacts_file?Zeger-Jan van de Weg2017-12-031-1/+1
* Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Support show-all-refs for git over HTTPNick Thomas2017-10-301-2/+3
* Migrate Workhorse Send{Diff,Patch} to Gitalyfeature/migrate-workhorse-send-git-diff-patch-to-gitalyAhmad Sherif2017-10-091-10/+36
* Send extra Gitaly params for `send_git_archive` if neededAlejandro Rodríguez2017-10-021-0/+7
* add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner2017-09-291-1/+1
* Backport the EE signature of Gitlab::Workhorse#send_artifacts_entryrc/backport-workhorse-send_artifacts_entry-signature-from-eeRémy Coutable2017-09-081-2/+2
* Make it explicit that workhorse needs artifact pathGrzegorz Bizon2017-09-051-2/+2
* Make Gitaly PostUploadPack mandatoryJacob Vosmaer (GitLab)2017-09-011-4/+1
* Remove deprecated field from workhorse API responsesworkhorse-deprecate-gitaly-addressJacob Vosmaer2017-08-151-1/+0
* Enable gitaly_post_upload_pack by defaultJacob Vosmaer2017-07-251-1/+4
* Use a unique feature name for Workhorse send blob migrationfix/use-another-gitaly-feature-name-for-workhorse-send-blobAhmad Sherif2017-07-241-1/+1
* Merge branch 'migrate-workhorse-send-blob-to-gitaly' into 'master'Robert Speicher2017-07-121-4/+22
|\
| * Migrate Workhorse SendBlob to GitalyAhmad Sherif2017-07-111-4/+22
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
|/
* Remove option to disable Gitaly completelyJacob Vosmaer2017-07-071-21/+19
* Rubocop and comment fixesJacob Vosmaer2017-06-201-1/+1
* Send gitaly token to workhorse when neededJacob Vosmaer2017-06-201-3/+8
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Allow PostReceivePack to be enabled with Gitalyenable-gitaly-receive-packAlejandro Rodríguez2017-05-301-2/+1
* Don't reuse gRPC channelsJacob Vosmaer2017-05-151-1/+1
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-4/+4
* Pass GL_REPOSITORY in Workhorse responses29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ceAlejandro Rodríguez2017-05-051-2/+4
* Make location of gitlab_workhorse_secret configurableJakub Jirutka2017-04-191-1/+1
* Send more Gitaly::Repository fieldsJacob Vosmaer2017-04-071-8/+2
* Remove deprecated field from workhorse responseJacob Vosmaer2017-04-051-6/+1
* Merge branch 'workhorse-gitaly-address' into 'master' Sean McGivern2017-04-041-1/+6
|\
| * Pass GitalyAddress to workhorseJacob Vosmaer2017-04-041-1/+6
* | Disable support for Gitaly PostReceivePackfix/disable-gitaly-post-receive-packAhmad Sherif2017-04-041-1/+2
|/
* Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-031-2/+14
* Pass Gitaly Repository messages to workhorseJacob Vosmaer2017-04-031-2/+10
* Change socket_path to gitaly_addressJacob Vosmaer2017-03-291-4/+5
* Update notification codeKamil Trzcinski2017-03-061-3/+2
* Add specs for notificationsKamil Trzcinski2017-03-031-1/+1
* Add support for Workhorse notificationsKamil Trzcinski2017-03-031-0/+14
* Enable Style/MutableConstantDouwe Maan2017-02-231-4/+4
* Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-1/+2
* Pass Gitaly resource path to gitlab-workhorse if Gitaly is enabledfeature/gitaly-feature-flagAhmad Sherif2017-01-181-1/+8
* Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-191-0/+13
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-151-1/+5
* Explain the extra chmodJacob Vosmaer2016-09-261-1/+1
* Use base SHA for patches and diffsNick Thomas2016-09-221-6/+6
* Allow trailing newline in secret base64 dataJacob Vosmaer2016-09-131-1/+1
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-2/+50
* If version file is unavailable unknown statusKatarzyna Kobierska2016-07-231-3/+2