1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/spec/lib/admin/system_check
David Roetzel e41fb25de8
Add system check for missing indexes.
As part of #18965 we want to enable admins to see if one or
more indexes are missing. This adds a new "system check" to
display a warning in case indexes are missing.

The list of indexes we expect to be present are extracted from
`db/schema.rb` using ruby's new `prism` parser.
2024-07-03 15:56:02 +02:00
..
base_check_spec.rb
database_schema_check_spec.rb
elasticsearch_check_spec.rb Use chewy which relaxes ES version reqs (#30157) 2024-05-06 11:50:45 +00:00
media_privacy_check_spec.rb
message_spec.rb
missing_indexes_check_spec.rb Add system check for missing indexes. 2024-07-03 15:56:02 +02:00
rules_check_spec.rb
sidekiq_process_check_spec.rb
software_version_check_spec.rb