discourse/app/assets/javascripts/admin/addon/templates/components
Martin Brennan 2d68e5d942
FEATURE: Scheduled problem checks for admin dashboard (#15327)
This commit introduces scheduled problem checks for the admin dashboard, which are long running or otherwise cumbersome problem checks that will be run every 10 minutes rather than every time the dashboard is loaded. If these scheduled checks add a problem, the problem will remain until it is cleared or until the scheduled job runs again.

An example of a check that should be scheduled is validating credentials against an external provider.

This commit also introduces the concept of a `priority` to the problems generated by `AdminDashboardData` and the scheduled checks. This is `low` by default, and can be set to `high`, but this commit does not change any part of the UI with this information, only adds a CSS class.

I will be making a follow up PR to check group SMTP credentials.
2021-12-20 09:59:11 +10:00
..
report-filters
site-settings FEATURE: Change all core to use uppy-image-uploader (#14428) 2021-10-19 13:25:42 +10:00
ace-editor.hbs
admin-backups-logs.hbs
admin-editable-field.hbs
admin-form-row.hbs
admin-nav.hbs
admin-penalty-history.hbs
admin-report-chart.hbs
admin-report-counters.hbs
admin-report-counts.hbs
admin-report-inline-table.hbs
admin-report-per-day-counts.hbs
admin-report-stacked-chart.hbs
admin-report-storage-stats.hbs
admin-report-table-cell.hbs
admin-report-table-header.hbs
admin-report-table-row.hbs
admin-report-table.hbs
admin-report-trust-level-counts.hbs
admin-report.hbs
admin-theme-editor.hbs
admin-user-field-item.hbs
admin-watched-word.hbs
admin-web-hook-event-chooser.hbs
admin-web-hook-event.hbs
admin-web-hook-status.hbs
dashboard-new-feature-item.hbs
dashboard-new-features.hbs
dashboard-problems.hbs FEATURE: Scheduled problem checks for admin dashboard (#15327) 2021-12-20 09:59:11 +10:00
email-styles-editor.hbs
embeddable-host.hbs
embedding-setting.hbs
emoji-value-list.hbs
flag-user-lists.hbs
flag-user.hbs
highlighted-code.hbs
inline-edit-checkbox.hbs
install-theme-item.hbs
penalty-post-action.hbs
permalink-form.hbs DEV: jquery removal/listeners/cleanup of permalink form (#14944) 2021-11-16 10:25:54 +01:00
resumable-upload.hbs
screened-ip-address-form.hbs
secret-value-list.hbs
setting-validation-message.hbs
silence-details.hbs
simple-list.hbs
site-customization-change-details.hbs
site-customization-change-field.hbs
site-setting.hbs
site-text-summary.hbs
staff-actions.hbs DEV: drops jquery/simplify code/removes leaked event (#14947) 2021-11-16 10:26:39 +01:00
suspension-details.hbs
tags-uploader.hbs
themes-list-item.hbs
themes-list.hbs
value-list.hbs
version-checks.hbs
watched-word-form.hbs FIX: Allow every tag for watched words (#14684) 2021-10-25 10:53:42 +03:00
watched-word-uploader.hbs