discourse/app/services/problem_check
Ted Johansson 6d1c2a3d5a
FIX: Don't clear inline problems when loading admin dashboard (#28220)
We support a low-level construct called "inline checks", which you can use to register a problem ad-hoc from within application code.

Problems registered by inline checks never show up in the admin dashboard, this is because when loading the dashboard, we run all realtime checks and look for problems. Because of an oversight, we considered inline checks to be "realtime", causing them to be run and clear their problem status.

To fix this, we don't consider inline checks to be realtime, to prevent them from running when loading the admin dashboard.
2024-08-05 11:45:55 +08:00
..
bad_favicon_url.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
email_polling_errored_recently.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
facebook_config.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
failing_emails.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
force_https.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
github_config.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
google_analytics_version.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
google_oauth2_config.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
group_email_credentials.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
host_names.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
image_magick.rb DEV: replace imagemagick convert commands with magick (#27767) 2024-07-08 16:55:59 +08:00
inline_problem_check.rb FIX: Don't clear inline problems when loading admin dashboard (#28220) 2024-08-05 11:45:55 +08:00
maxmind_db_configuration.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
missing_mailgun_api_key.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
out_of_date_themes.rb FIX: Fix broken out of date themes admin notice (#27916) 2024-07-15 16:12:44 +08:00
poll_pop3_auth_error.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
poll_pop3_timeout.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
problem.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
rails_env.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
ram.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
s3_backup_config.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
s3_cdn.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
s3_upload_config.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
sidekiq_check.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
subfolder_ends_in_slash.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
translation_overrides.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
twitter_config.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
twitter_login.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
unreachable_themes.rb FIX: Fix broken out of date themes admin notice (#27916) 2024-07-15 16:12:44 +08:00
watched_words.rb DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00