summaryrefslogtreecommitdiff
path: root/lib/gitlab/middleware
Commit message (Collapse)AuthorAgeFilesLines
* Fix go-get support for projects in nested groupsdm-nested-groups-go-getDouwe Maan2017-03-071-9/+57
|
* fix missing @ symbolMike Greiling2017-02-271-1/+1
|
* ensure webpack dev server proxy connects regardless of request headersfix-webpack-dev-server-proxyMike Greiling2017-02-271-6/+6
|
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
|
* add rack middleware to proxy webpack dev serverMike Greiling2017-02-011-0/+24
|
* Inject ::UploadedFile from Multipart middlewareJacob Vosmaer2016-12-211-2/+6
| | | | | | I mistakenly concluded Rack::Multipart injects File instances into the params. These should be UploadedFile instances. This reuses a mock UploadedFile class we already had in GitLab.
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-151-0/+99
|
* Fix typo in gitlab-workhorse headerJacob Vosmaer2016-08-191-1/+1
|
* Enable Style/Semicolon rubocop style copstyle/enable-semicolon-rubocop-copGrzegorz Bizon2016-06-011-1/+1
| | | | See #17478
* Rename metric to 'rails queue duration'Jacob Vosmaer2016-05-261-2/+2
|
* Align class name with field nameJacob Vosmaer2016-05-251-1/+1
|
* Send data to InfluxDB instead of stdoutJacob Vosmaer2016-05-251-4/+6
|
* Measure proxy timing: needs influxdb codeJacob Vosmaer2016-05-241-0/+22
|
* Revert "Revert "Merge branch 'support-go-subpackages' into 'master' ""Stan Hu2016-03-121-0/+50
| | | This reverts commit 5a586f364c5d2b866d6a074eff7996f05585b7d5
* Revert "Merge branch 'support-go-subpackages' into 'master' "Douwe Maan2016-03-121-50/+0
| | | This reverts merge request !3191
* Ensure PATH_INFO exists for go-getStan Hu2016-03-121-1/+1
|
* Simplify codeStan Hu2016-03-121-4/+3
|
* Support Golang subpackage fetchingsupport-go-subpackagesStan Hu2016-03-121-0/+51
| | | | Closes #13805
* Revert "Increase timeout for Git-over-HTTP requests."Dmitriy Zaporozhets2015-03-191-13/+0
| | | | | | | This reverts commit 516bcabbf42d60db2ac989dce4c7187b2a1e5de9. Conflicts: Gemfile
* Increase timeout for Git-over-HTTP requests.Douwe Maan2015-03-041-0/+13
|
* Satisfy Rubocop.Douwe Maan2015-02-201-1/+1
|
* Use modified ActionDispatch::Static to let uploads go through to routes.Douwe Maan2015-02-201-0/+13