summaryrefslogtreecommitdiff
path: root/lib/gitlab/workhorse.rb
Commit message (Expand)AuthorAgeFilesLines
* Add receive_max_input_size setting to Application settingsRubén Dávila2018-09-071-1/+10
* Remove last flags from Blob and WorkhorseJacob Vosmaer2018-07-111-18/+6
* Make blob and other RPC's mandatoryJacob Vosmaer (GitLab)2018-07-091-15/+8
* Make all Gitaly diff flags mandatoryJacob Vosmaer2018-07-061-10/+6
* Move git archives downloading to GitalyZeger-Jan van de Weg2018-05-171-6/+1
* Add an API endpoint to download git repository snapshotsNick Thomas2018-04-191-0/+14
* Merge branch 'jramsay-38830-tarball' into 'master'Douwe Maan2018-04-061-2/+2
|\
| * Add new repository archive routeJames Ramsay2018-04-061-2/+2
| * Add option to suppress archive commit shaJames Ramsay2018-04-041-2/+2
* | Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-051-4/+0
|/
* Gitlab-workhorse still needs RepoPath on Git HTTPJacob Vosmaer (GitLab)2018-03-291-10/+9
* Make all workhorse gitaly calls opt-out, take 2Jacob Vosmaer2018-03-281-4/+4
* Revert "Merge branch 'workhorse-gitaly-mandatory' into 'master'"Sean McGivern2018-03-281-4/+4
* Remove some easy cases of 'path_to_repo' useJacob Vosmaer (GitLab)2018-03-281-2/+0
* Merge branch 'ac/lfs-direct-upload-ee-to-ce' into 'master'Kamil Trzciński2018-03-281-8/+0
|\
| * Port LFS direct_upload from EEac/lfs-direct-upload-ee-to-ceAlessio Caiazza2018-03-271-8/+0
* | Make all workhorse gitaly calls opt-outJacob Vosmaer (GitLab)2018-03-271-4/+4
|/
* naming thingsKim "BKC" Carlbäcker2018-03-071-2/+2
* Make git push mandatoryKim "BKC" Carlbäcker2018-03-061-18/+4
* Upgrade GitLab Workhorse to v3.6.0Kamil Trzciński2018-02-061-0/+12
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-3/+6
* 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