gitlab-org--gitlab-foss/app/controllers/admin
Toon Claes d13669716a Create idea of read-only database
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
secondary node). But in GitLab CE it also might be useful to have the
"read-only" idea around. So port it back to GitLab CE.

Also having the principle of read-only in GitLab CE would hopefully
lead to less errors introduced, doing write operations when there
aren't allowed for read-only calls.

Closes gitlab-org/gitlab-ce#37534.
2017-10-06 22:37:40 +02:00
..
abuse_reports_controller.rb Fix a few N+1 queries identified by Bullet 2017-04-02 05:42:11 -07:00
appearances_controller.rb Cache Appearance instances in Redis 2017-08-10 12:45:49 +02:00
application_controller.rb Create idea of read-only database 2017-10-06 22:37:40 +02:00
application_settings_controller.rb Remove the `pretty` parameter for `usage_data` 2017-09-06 14:25:09 -04:00
applications_controller.rb refactor some controllers to make them EE friendly 2017-09-28 08:46:39 +02:00
background_jobs_controller.rb Handle parsing OpenBSD ps output properly to display sidekiq 2017-03-31 09:45:46 +02:00
broadcast_messages_controller.rb Removes default scope from sortable 2017-09-07 13:01:59 +01:00
cohorts_controller.rb Use serializer for formatting cohorts data 2017-04-14 15:20:55 +02:00
conversational_development_index_controller.rb Add Conversational Development Index page to admin panel 2017-06-01 17:37:21 +02:00
dashboard_controller.rb Removes default scope from sortable 2017-09-07 13:01:59 +01:00
deploy_keys_controller.rb created services for keys 2017-09-15 15:35:24 +00:00
groups_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
health_check_controller.rb Add a Circuitbreaker for storage paths 2017-08-04 15:38:48 +02:00
hook_logs_controller.rb Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
hooks_controller.rb Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
identities_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
impersonation_tokens_controller.rb Fix access token specs 2017-03-07 18:12:52 +00:00
impersonations_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
jobs_controller.rb Rename BuildsController to JobsController 2017-05-17 20:17:30 +08:00
keys_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
labels_controller.rb Fix notification message when admin label was modified 2017-09-18 11:09:00 +02:00
logs_controller.rb Put loggers in before_action for easier overriding in EE 2017-09-06 15:25:51 +02:00
projects_controller.rb Refactor Admin::ProjectsFinder by extracting finders as private methods 2017-08-24 10:11:00 +02:00
requests_profiles_controller.rb Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
runner_projects_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
runners_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
services_controller.rb refactor code based on feedback 2017-05-05 18:18:39 +02:00
spam_logs_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
system_info_controller.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
users_controller.rb Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_emails 2017-10-05 12:48:22 +02:00