summaryrefslogtreecommitdiff
path: root/app/helpers/workhorse_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removing workhorse_set_content_type feature flagFrancisco Javier López2018-12-191-3/+2
| | | | | Removing workhorse_set_content_type feature flag introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22667
* Add feature flag for workhorse content type calculationFrancisco Javier López2018-12-061-0/+9
|
* Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López2018-10-171-1/+1
|
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Refactor code for single file download in repositoryKia Mei Somabes2018-07-131-2/+2
|
* Set content-disposition header for single file download in repositoryKia Mei Somabes2018-07-121-2/+2
|
* [Rails5] Fix response headers sending through workhorseblackst0ne2018-06-061-1/+1
|
* Add option to suppress archive commit shaJames Ramsay2018-04-041-2/+2
| | | | | | | | | | | | 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
* Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-0/+4
|
* Merge branch 'send-entry-via-Gitlab-Workhorse-Send-Data' into 'master' Douwe Maan2016-07-111-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Use Gitlab-Workhorse-Send-Data to send entry:Lin Jen-Shin2016-07-051-0/+6
| | | | | | | | | | | | | | Closes #19224, Closes #19128 Also requires this MR to work: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/53
* | Add send_git_patch helperDouwe Maan2016-07-061-1/+8
|/
* Add send_git_diff helperDouwe Maan2016-06-081-1/+8
|
* Add workhorse controller and API helpersDouwe Maan2016-06-061-0/+17