You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
base_check.rb
database_schema_check.rb
elasticsearch_check.rb Fix spurious admin dashboard warning when using ElasticSearch 7.x (#23064) 2 years ago
message.rb
rules_check.rb
sidekiq_process_check.rb