summaryrefslogtreecommitdiff
path: root/lib/gitlab/middleware
Commit message (Expand)AuthorAgeFilesLines
* move dev server middleware to new namespaceMike Greiling2018-05-011-26/+0
* Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil Trzciński2018-04-051-1/+1
* Fix "A copy of Gitlab::Middleware::Readonly has been removed from the module ...Stan Hu2018-03-211-1/+1
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
* Move constants and update for feedback42572-release-controllerLin Jen-Shin2018-03-032-5/+6
* Merge remote-tracking branch 'upstream/master' into 42572-release-controllerLin Jen-Shin2018-03-032-5/+13
|\
| * Allow token authentication on go-get requestDouwe Maan2018-02-231-1/+9
| * Honour workhorse provided file nameac/4878-fix-attachments-extAlessio Caiazza2018-02-121-4/+4
* | Put controller in its separate fileLin Jen-Shin2018-02-072-79/+84
* | Release the entire envLin Jen-Shin2018-02-072-9/+14
* | Use a controller to hold request valuesLin Jen-Shin2018-02-071-58/+67
* | Try not to hold env and release the controllerLin Jen-Shin2018-02-072-1/+10
|/
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-012-3/+3
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+2
* Revert "check for `read_only?` first before seeing if request is disallowed"digitalMoksha2017-11-211-1/+1
* check for `read_only?` first before seeing if request is disallowedsh-optimize-read-only-checkdigitalMoksha2017-11-211-1/+1
* use `Gitlab::Routing.url_helpers` instead of `Rails.application.routes.url_he...digitalMoksha2017-11-211-1/+1
* Optimize read-only middleware so that it does not consume as much CPUStan Hu2017-11-201-0/+6
* Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* | Fix go-import meta data when enabled_git_access_protocol is a blank stringDouwe Maan2017-11-171-3/+2
|/
* Merge branch 'feature-change-signout-route' into 'master'Douwe Maan2017-11-081-5/+1
|\
| * Updates tests to reflect sign_out route changeJoe Marty2017-11-071-5/+1
* | move metrics for ActiveRecord, RailsCache and queue duration to instance vari...Pawel Chojnacki2017-11-021-8/+10
* | Avoid using Send (but is it better?) + small rubocop cleanupPawel Chojnacki2017-11-021-9/+7
* | Convert rails_queue_duration to metric_rails_queue_duration_secondsPawel Chojnacki2017-11-021-1/+12
|/
* Geo route whitelisting is too optimisticBrett Walker2017-11-021-2/+3
* Returns a ssh url for go-get=1Guilherme Vieira2017-10-311-2/+13
* Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+88
* Merge branch 'dm-go-get-xss' into 'security-9-3'Robert Speicher2017-09-071-10/+23
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Better categorize test coverage resultsrs-coverage-updatesRobert Speicher2017-08-111-0/+2
* 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
* 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
* 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
* Revert "Merge branch 'support-go-subpackages' into 'master' "Douwe Maan2016-03-121-50/+0
* Ensure PATH_INFO exists for go-getStan Hu2016-03-121-1/+1
* Simplify codeStan Hu2016-03-121-4/+3