Commit graph

20 commits

Author SHA1 Message Date
David Roetzel
9be77fc0db
Revert "Add system check for missing database indexes" () 2024-07-03 13:36:42 +00:00
David Roetzel
ebd8e1bbb6
Add system check for missing database indexes () 2024-07-03 07:19:54 +00:00
Matt Jankowski
a2f02a0775
Disable Rails/SkipsModelValidations cop () 2024-01-15 13:46:47 +00:00
Matt Jankowski
2f8f92df48
Fix Elastic check deprecation warning about gem version () 2023-10-03 15:52:47 +02:00
Renaud Chaput
4aaaf0dde3
Fix the search documentation URL in system checks () 2023-09-22 10:13:53 +02:00
Claire
16681e0f20
Add admin notifications for new Mastodon versions () 2023-09-01 17:47:07 +02:00
Claire
072112867b
Fix dashboard check for Elasticsearch suggested command including incorrect names () 2023-08-25 18:17:22 +02:00
Claire
e3825a13c1
Add PublicStatusesCheck to Elasticsearch index check on admin dashboard () 2023-08-25 12:01:55 +02:00
Claire
bd023a2637
Fix admin dashboard check when using Elasticsearch with ES_PREFIX () 2023-08-22 18:51:32 +02:00
Claire
ac0eb0533e
Add Elasticsearch cluster health check and indexes mismatch check to dashboard () 2023-08-21 16:50:22 +02:00
Claire
8fdf49b11d
Add warning for object storage misconfiguration () 2023-03-16 22:47:01 +01:00
Claire
9875be09fe
Fix dashboard crash on ElasticSearch server error () 2023-03-15 04:01:49 +01:00
Claire
41517a4845
Fix spurious admin dashboard warning when using ElasticSearch 7.x ()
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
Vyr Cossont
06f979098c
Check OpenSearch compatibility version instead of regular version ()
Fixes .
2023-01-05 13:44:31 +01:00
s0
52540771b0
Fix crash in elasticsearch_check.rb ()
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-12-15 15:56:48 +01:00
Eugen Rochko
f8e8e622e5
Change incoming activity processing to happen in ingress queue () 2022-11-10 14:21:51 +01:00
Eugen Rochko
44b2ee3485
Add customizable user roles ()
* Add customizable user roles

* Various fixes and improvements

* Add migration for old settings and fix tootctl role management
2022-07-05 02:41:40 +02:00
Claire
f65eaa5aae
Add admin dashboard checks for Elasticsearch version () 2022-03-25 21:00:59 +01:00
Claire
c5fe0864d1
Fix SidekiqProcessCheck checking for a queue name that isn't used in Mastodon () 2021-04-05 23:41:37 +02:00
Eugen Rochko
487e37d6d4
Add system checks to dashboard in admin UI () 2021-04-03 14:12:30 +02:00