Commit Graph

22 Commits (main)

Author SHA1 Message Date
Matt Jankowski 41227aeb95
Update Rails to version 7.2.2 (#30391) 2 months ago
Claire 513f187daf
Add “A Mastodon update is available.” message on admin dashboard for non-bugfix updates (#32106) 3 months ago
David Roetzel 9be77fc0db
Revert "Add system check for missing database indexes" (#30909) 6 months ago
David Roetzel ebd8e1bbb6
Add system check for missing database indexes (#30888) 6 months ago
Matt Jankowski a2f02a0775
Disable `Rails/SkipsModelValidations` cop (#28712) 12 months ago
Matt Jankowski 2f8f92df48
Fix Elastic check deprecation warning about gem version (#27262) 1 year ago
Renaud Chaput 4aaaf0dde3
Fix the search documentation URL in system checks (#27036) 1 year ago
Claire 16681e0f20
Add admin notifications for new Mastodon versions (#26582) 1 year ago
Claire 072112867b
Fix dashboard check for Elasticsearch suggested command including incorrect names (#26658) 1 year ago
Claire e3825a13c1
Add PublicStatusesCheck to Elasticsearch index check on admin dashboard (#26650) 1 year ago
Claire bd023a2637
Fix admin dashboard check when using Elasticsearch with `ES_PREFIX` (#26605) 1 year ago
Claire ac0eb0533e
Add Elasticsearch cluster health check and indexes mismatch check to dashboard (#26448) 1 year ago
Claire 8fdf49b11d
Add warning for object storage misconfiguration (#24137) 2 years ago
Claire 9875be09fe
Fix dashboard crash on ElasticSearch server error (#23751) 2 years ago
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
Vyr Cossont 06f979098c
Check OpenSearch compatibility version instead of regular version (#22422)
Fixes #18535.
2 years ago
s0 52540771b0
Fix crash in elasticsearch_check.rb (#21006)
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.
2 years ago
Eugen Rochko f8e8e622e5
Change incoming activity processing to happen in `ingress` queue (#20264) 2 years ago
Eugen Rochko 44b2ee3485
Add customizable user roles (#18641)
* Add customizable user roles

* Various fixes and improvements

* Add migration for old settings and fix tootctl role management
3 years ago
Claire f65eaa5aae
Add admin dashboard checks for Elasticsearch version (#17863) 3 years ago
Claire c5fe0864d1
Fix SidekiqProcessCheck checking for a queue name that isn't used in Mastodon (#16002) 4 years ago
Eugen Rochko 487e37d6d4
Add system checks to dashboard in admin UI (#15989) 4 years ago