Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-12-19Removing workhorse_set_content_type feature flagFrancisco Javier López
Removing workhorse_set_content_type feature flag introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22667
2018-12-07Add feature flag for workhorse content type calculationFrancisco Javier López
2018-10-17Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-07-13Refactor code for single file download in repositoryKia Mei Somabes
2018-07-12Set content-disposition header for single file download in repositoryKia Mei Somabes
2018-06-06[Rails5] Fix response headers sending through workhorseblackst0ne
2018-04-04Add option to suppress archive commit shaJames Ramsay
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add append_sha option (defaults true) to provide a method for toggling this feature. Support added to GitLab Workhorse by gitlab-org/gitlab-workhorse!232
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-07-11Merge branch 'send-entry-via-Gitlab-Workhorse-Send-Data' into 'master' Douwe Maan
Use Gitlab-Workhorse-Send-Data to send entry ## What does this MR do? Use Gitlab-Workhorse-Send-Data to send entry: Closes #19224, Closes #19128 Also requires this MR to work: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/53 ## Are there points in the code the reviewer needs to double check? Do we have a test for this? ## Why was this MR needed? This way gitlab-workhorse does not have to call any API. See merge request !5094
2016-07-07Add send_git_patch helperDouwe Maan
2016-07-05Use Gitlab-Workhorse-Send-Data to send entry:Lin Jen-Shin
Closes #19224, Closes #19128 Also requires this MR to work: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/53
2016-06-08Add send_git_diff helperDouwe Maan
2016-06-06Add workhorse controller and API helpersDouwe Maan