about summary refs log tree commit diff
path: root/app/lib/admin/system_check
AgeCommit message (Collapse)Author
2023-03-16Add warning for object storage misconfiguration (#24137)Claire
2023-03-15Fix dashboard crash on ElasticSearch server error (#23751)Claire
2023-01-18Fix spurious admin dashboard warning when using ElasticSearch 7.x (#23064)Claire
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-05Check OpenSearch compatibility version instead of regular version (#22422)Vyr Cossont
Fixes #18535.
2022-12-15Fix crash in elasticsearch_check.rb (#21006)s0
Nil unwrap causes the admin dashboard to crash/500 when the Chewy client info version number value is nil. This occurs when running another ES-compatible backend such as MeiliSearch. Obviously it would be good for chewy to recognise upstream but at least avoiding the crash would be fine.
2022-11-10Change incoming activity processing to happen in `ingress` queue (#20264)Eugen Rochko
2022-07-05Add customizable user roles (#18641)Eugen Rochko
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
2022-03-25Add admin dashboard checks for Elasticsearch version (#17863)Claire
2021-04-05Fix SidekiqProcessCheck checking for a queue name that isn't used in ↵Claire
Mastodon (#16002)
2021-04-03Add system checks to dashboard in admin UI (#15989)Eugen Rochko