in all project and wiki repositories to look for silent disk corruption issues.
.form-group
.form-group.row
.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"
.form-text.text-muted
...
...
@@ -22,7 +22,7 @@
.sub-section
%h4 Housekeeping
.form-group
.form-group.row
.col-sm-offset-2.col-sm-10
.form-check
=f.label:housekeeping_enableddo
...
...
@@ -40,19 +40,19 @@
.form-text.text-muted
Creating pack file bitmaps makes housekeeping take a little longer but
bitmaps should accelerate 'git clone' performance.
.form-text.text-muted ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
.form-text.text-muted Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries.
.form-group.blacklist-raw
.form-group.row.blacklist-raw
=f.label:domain_blacklist,'Blacklisted domains for sign-ups',class: 'col-form-label col-sm-2'
.form-text.text-muted Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
=f.text_field:description,class: 'form-control',required: true,autofocus: true,placeholder: s_('PipelineSchedules|Provide a short description for this pipeline')