gitlab-org--gitlab-foss/lib/system_check/app
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
..
active_users_check.rb
database_config_exists_check.rb
git_config_check.rb
git_user_default_ssh_config_check.rb Create idea of read-only database 2017-10-06 22:37:40 +02:00
git_version_check.rb
gitlab_config_exists_check.rb
gitlab_config_up_to_date_check.rb
init_script_exists_check.rb
init_script_up_to_date_check.rb
log_writable_check.rb
migrations_are_up_check.rb
orphaned_group_members_check.rb
projects_have_namespace_check.rb
redis_version_check.rb
ruby_version_check.rb
tmp_writable_check.rb
uploads_directory_exists_check.rb
uploads_path_permission_check.rb
uploads_path_tmp_permission_check.rb