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 (Expand)Author
2019-01-16Bang up predicate methods and use #internal_route?Ash McKenzie
2019-01-16Allow sidekiq admin requests, regardless of rootAsh McKenzie
2019-01-07Switch use of Rack::Request to ActionDispatch::RequestStan Hu
2019-01-05Fix multipart attachments not uploadingStan Hu
2019-01-03Remove authentication via warden and PRIVATE_TOKEN headermortyccp
2019-01-03Fix lint errormortyccp
2019-01-03Allow basic authentication on go get middlewaremortyccp
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-07Add `::` to Gitlab::Middleware::CorrelationIdKamil Trzciński
2018-12-06Log and pass correlation-id between Unicorn, Sidekiq and GitalyKamil Trzciński
2018-11-17Enable even more frozen string for lib/gitlabgfyoung
2018-11-10Make sure there's only one slash as path separatorStan Hu
2018-09-05Fix multipart error on rails reloadAndrew Newdigate
2018-08-21Add public/uploads/tmp to allowed upload pathsJan Provaznik
2018-07-29Use /-/health instead of breaking /-/livenessStan Hu
2018-07-29Simplify /-/liveness check to avoid connecting to the databaseStan Hu
2018-07-08Add FileUploader.root to allowed upload pathsJan Provaznik
2018-07-07Refactor rspec matchers in read_only_spec.rbBrett Walker
2018-07-04Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)
2018-07-02Better route matching for read-only detectionAsh McKenzie
2018-06-27Updated multipart to support workhorse direct uploadsJan Provaznik
2018-05-01move dev server middleware to new namespaceMike Greiling
2018-04-05Add `direct_upload` setting for artifactsKamil Trzciński
2018-03-22Fix "A copy of Gitlab::Middleware::Readonly has been removed from the module ...Stan Hu
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto
2018-03-02Move constants and update for feedbackLin Jen-Shin
2018-03-02Merge remote-tracking branch 'upstream/master' into 42572-release-controllerLin Jen-Shin
2018-02-23Allow token authentication on go-get requestDouwe Maan
2018-02-12Honour workhorse provided file nameAlessio Caiazza
2018-02-07Put controller in its separate fileLin Jen-Shin
2018-02-07Release the entire envLin Jen-Shin
2018-02-07Use a controller to hold request valuesLin Jen-Shin
2018-02-07Try not to hold env and release the controllerLin Jen-Shin
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-11-21Revert "check for `read_only?` first before seeing if request is disallowed"digitalMoksha
2017-11-21check for `read_only?` first before seeing if request is disalloweddigitalMoksha
2017-11-21use `Gitlab::Routing.url_helpers` instead of `Rails.application.routes.url_he...digitalMoksha
2017-11-21Optimize read-only middleware so that it does not consume as much CPUStan Hu
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
2017-11-17Fix go-import meta data when enabled_git_access_protocol is a blank stringDouwe Maan
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-08Merge branch 'feature-change-signout-route' into 'master'Douwe Maan
2017-11-07Updates tests to reflect sign_out route changeJoe Marty
2017-11-02move metrics for ActiveRecord, RailsCache and queue duration to instance vari...Pawel Chojnacki
2017-11-02Avoid using Send (but is it better?) + small rubocop cleanupPawel Chojnacki
2017-11-02Convert rails_queue_duration to metric_rails_queue_duration_secondsPawel Chojnacki
2017-11-02Geo route whitelisting is too optimisticBrett Walker
2017-11-01Returns a ssh url for go-get=1Guilherme Vieira