summaryrefslogtreecommitdiff
path: root/lib/gitlab/middleware
Commit message (Expand)AuthorAgeFilesLines
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-052-2/+1
* Migrate correlation and tracing code to LabKitan-use-labkitAndrew Newdigate2019-04-181-1/+1
* Fix health checks not working behind load balancersStan Hu2019-03-121-1/+7
* Log queue duration in production_json.logStan Hu2019-02-121-0/+3
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Bang up predicate methods and use #internal_route?Ash McKenzie2019-01-161-3/+7
* Allow sidekiq admin requests, regardless of rootAsh McKenzie2019-01-161-3/+7
* Switch use of Rack::Request to ActionDispatch::RequestStan Hu2019-01-072-2/+2
* Fix multipart attachments not uploadingsh-fix-multipart-uploads-failureStan Hu2019-01-051-1/+1
* Remove authentication via warden and PRIVATE_TOKEN headermortyccp2019-01-031-19/+2
* Fix lint errormortyccp2019-01-031-2/+5
* Allow basic authentication on go get middlewaremortyccp2019-01-031-5/+22
* Remove rails4 specific codeJasper Maes2018-12-161-5/+1
* Add `::` to Gitlab::Middleware::CorrelationIdKamil Trzciński2018-12-071-1/+1
* Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński2018-12-061-0/+35
* Enable even more frozen string for lib/gitlabgfyoung2018-11-167-1/+16
* Make sure there's only one slash as path separatorsh-53180-append-pathStan Hu2018-11-091-1/+1
* Fix multipart error on rails reloadAndrew Newdigate2018-09-051-1/+1
* Add public/uploads/tmp to allowed upload pathsjprovazn-fix-form-uploadsJan Provaznik2018-08-211-3/+7
* Use /-/health instead of breaking /-/livenessStan Hu2018-07-281-4/+4
* Simplify /-/liveness check to avoid connecting to the databaseStan Hu2018-07-281-0/+43
* Add FileUploader.root to allowed upload pathsJan Provaznik2018-07-081-1/+1
* Refactor rspec matchers in read_only_spec.rbBrett Walker2018-07-071-0/+1
* Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)2018-07-041-7/+9
|\
| * Updated multipart to support workhorse direct uploadsJan Provaznik2018-06-271-7/+9
* | Better route matching for read-only detectionAsh McKenzie2018-07-021-9/+24
|/
* 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
|\