in all project and wiki repositories to look for silent disk corruption issues.
.form-group
.col-sm-offset-2.col-sm-10
=link_to'Clear all repository checks',clear_repository_check_states_admin_application_settings_path,data: {confirm: 'This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?'},method: :put,class: "btn btn-sm btn-remove"
.help-block
If you got a lot of false alarms from repository checks you can choose to clear all repository check information from the database.
execute"INSERT INTO notification_settings ( user_id, source_id, source_type, level, created_at, updated_at ) SELECT user_id, source_id, source_type, notification_level, '#{timestamp}', '#{timestamp}' FROM members WHERE user_id IS NOT NULL"