mastodon/app/lib/admin/system_check
Claire 41517a4845
Fix spurious admin dashboard warning when using ElasticSearch 7.x (#23064)
Some 7.x ElasticSearch versions support some 6.x nodes, thus the version check
is inadequate. I am not sure there is a good way to check if a server
implements all the 7.x APIs, so check server version and minimum wire version
instead.
2023-01-18 16:21:48 +01:00
..
base_check.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
database_schema_check.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
elasticsearch_check.rb Fix spurious admin dashboard warning when using ElasticSearch 7.x (#23064) 2023-01-18 16:21:48 +01:00
message.rb Add system checks to dashboard in admin UI (#15989) 2021-04-03 14:12:30 +02:00
rules_check.rb Add customizable user roles (#18641) 2022-07-05 02:41:40 +02:00
sidekiq_process_check.rb Change incoming activity processing to happen in `ingress` queue (#20264) 2022-11-10 14:21:51 +01:00