summaryrefslogtreecommitdiff
path: root/lib/gitlab/middleware/read_only/controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+5
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eeGitLab Bot2021-05-141-4/+12
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-3/+8
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-21/+18
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-3/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-251-6/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-1/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-031-1/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-1/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-2/+2
|
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
| | | | | | Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
* Bang up predicate methods and use #internal_route?Ash McKenzie2019-01-161-3/+7
| | | | | Extract internal route logic check out into #internal_route? Add ? to #grack_route and #lfs_route predicate methods
* Allow sidekiq admin requests, regardless of rootAsh McKenzie2019-01-161-3/+7
|
* Switch use of Rack::Request to ActionDispatch::RequestStan Hu2019-01-071-1/+1
| | | | | | | | | | As mentioned in https://gitlab.com/gitlab-org/gitlab-ee/issues/9035#note_129093444, Rails 5 switched ActionDispatch::Request so that it no longer inherits Rack::Request directly. A middleware that uses Rack::Request to read the environment may see stale request parameters if another middleware modifies the environment via ActionDispatch::Request. To be safe, we should be using ActionDispatch::Request everywhere.
* Enable even more frozen string for lib/gitlabgfyoung2018-11-161-0/+2
| | | | | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/hook_data/**/*.rb * lib/gitlab/i18n/**/*.rb * lib/gitlab/import/**/*.rb * lib/gitlab/import_export/**/*.rb * lib/gitlab/kubernetes/**/*.rb * lib/gitlab/legacy_github_import/**/*.rb * lib/gitlab/manifest_import/**/*.rb * lib/gitlab/metrics/**/*.rb * lib/gitlab/middleware/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
* Refactor rspec matchers in read_only_spec.rbBrett Walker2018-07-071-0/+1
|
* Better route matching for read-only detectionAsh McKenzie2018-07-021-9/+24
|
* Move constants and update for feedback42572-release-controllerLin Jen-Shin2018-03-031-3/+6
|
* Put controller in its separate fileLin Jen-Shin2018-02-071-0/+83