summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/workhorse_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-43/+9
* Add latest changes from gitlab-org/gitlab@14-10-stable-eeGitLab Bot2022-05-041-8/+0
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+8
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+18
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-1/+43
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-31/+0
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-10/+37
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+33
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+5
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+18
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-61/+27
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-0/+2
* Extract Workhorse <-> GitLab authentication to make it reusable61927-internal-api-jwt-authKrasimir Angelov2019-09-041-51/+0
* Support Gitaly feature flags in workhorseJacob Vosmaer2019-08-281-0/+13
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
* Use persistent Redis cluster for Workhorse pub/sub notificationssh-use-shared-state-cluster-pubsubStan Hu2019-07-221-0/+1
* Add a feature flag for subdirectory archivesNick Thomas2019-04-161-25/+58
* JSON-encoded binary fields should use Base64::encode64Nick Thomas2019-04-161-1/+1
* Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-161-12/+19
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-111-19/+12
* Renamed terminal_specification to channel_specificationFrancisco Javier López2019-04-041-5/+5
* Download a folder from repositoryPatrick Bajao2019-04-021-12/+19
* Allow multiple repositories per projectBob Van Landuyt2019-03-261-5/+5
* Update GitLab Workhorse to v8.0.0Nick Thomas2018-12-111-2/+0
* Add receive_max_input_size setting to Application settingsRubén Dávila2018-09-071-0/+16
* Remove last flags from Blob and WorkhorseJacob Vosmaer2018-07-111-27/+15
* Merge branch 'gitaly-mandatory-20180709-jv' into 'master'Douwe Maan2018-07-101-13/+11
|\
| * Use Gitaly for fetches and creating bundlesJacob Vosmaer2018-07-091-13/+11
* | Use stable gitlab-styles and eliminate offensesLin Jen-Shin2018-07-091-1/+1
|/
* Make blob and other RPC's mandatoryJacob Vosmaer (GitLab)2018-07-091-27/+15
* Make all Gitaly diff flags mandatoryJacob Vosmaer2018-07-061-27/+15
* Move git archives downloading to GitalyZeger-Jan van de Weg2018-05-171-11/+1
* Add an API endpoint to download git repository snapshotsNick Thomas2018-04-191-0/+22
* Add new repository archive routeJames Ramsay2018-04-061-2/+2
* Gitlab-workhorse still needs RepoPath on Git HTTPJacob Vosmaer (GitLab)2018-03-291-0/+3
* 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-3/+0
* Make all workhorse gitaly calls opt-outJacob Vosmaer (GitLab)2018-03-271-4/+4
* Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-1/+1
* Upgrade GitLab Workhorse to v3.6.0Kamil Trzciński2018-02-061-0/+17
* Add option to disable git archive caching in workhorseoption-disable-archive-cacheJacob Vosmaer2018-01-091-0/+14
* Support show-all-refs for git over HTTPNick Thomas2017-10-301-2/+16
* Fix a liniting error introduced by !14652Ahmad Sherif2017-10-101-2/+2
* Merge branch 'feature/migrate-workhorse-send-git-diff-patch-to-gitaly' into '...Robert Speicher2017-10-101-11/+55
|\
| * Migrate Workhorse Send{Diff,Patch} to Gitalyfeature/migrate-workhorse-send-git-diff-patch-to-gitalyAhmad Sherif2017-10-091-11/+55