discourse/spec
Ted Johansson 3137e60653
DEV: Database backed admin notices (#26192)
This PR introduces a basic AdminNotice model to store these notices. Admin notices are categorized by their source/type (currently only notices from problem check.) They also have a priority.
2024-05-23 09:29:08 +08:00
..
fabricators DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
fixtures FIX: avoid error from missing meta tags (#26927) 2024-05-14 11:41:53 -04:00
generator DEV: Silence the output of migration specs (#26365) 2024-03-26 11:32:44 +01:00
helpers FIX: Include HTML content for authenticated users with crawler UA (#26757) 2024-04-25 22:41:57 +01:00
import_export
initializers
integration Revert "FIX: Post uploads setting access_control_post_id unnecessarily (#26627)" (#26643) 2024-04-16 14:10:25 +10:00
integrity
jobs DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
lib DEV: let reply_by_email, visit_link_to_respond email strings be modified by plugins (#27133) 2024-05-22 15:33:06 -04:00
mailers FIX: Correctly re-attach allowed images in activity summary e-mail (#26642) 2024-04-18 10:27:46 +08:00
migrations DEV: Silence the output of migration specs (#26365) 2024-03-26 11:32:44 +01:00
models DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
multisite
requests DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
script/import_scripts
serializers FIX: various revision history modal quirks (#27058) 2024-05-22 10:09:20 +02:00
services DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
support DEV: Full system specs coverage for signup/login (#26977) 2024-05-17 11:56:43 -03:00
system DEV: Fix a flakey test, skip another one (#27132) 2024-05-22 11:59:47 -04:00
tasks DEV: Improve test coverage of `themes:update` rake task (#26764) 2024-04-26 10:04:15 +08:00
views FEATURE: Simplify crawler content for non-canonical post URLs (#26324) 2024-03-26 15:18:46 +00:00
rails_helper.rb DEV: Add pry-stack_explorer again (#26763) 2024-04-29 10:34:28 +10:00
regenerate_swagger_docs
swagger_helper.rb