0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/spec/jobs/scheduled
Mark VanLandingham 971d1a28aa
FIX: Run nested replies stats job on all topics when nested is default (#41510)
Previously we only calc'd stats on nested topics when there is a
`nested_topic` record. That record doesn't exist when nested is the
default view, so all topics had incorrect stats.

Also added a codepath that serves all posts when loading more for a
post. It only gets hit when there is a data inconsistency so should be
safe.
2026-07-07 14:30:53 -05:00
..
backfill_nested_reply_stats_spec.rb FIX: Run nested replies stats job on all topics when nested is default (#41510) 2026-07-07 14:30:53 -05:00
check_upcoming_changes_spec.rb FIX: Do not send notifications for upcoming changes not displayed (#40933) 2026-06-17 09:10:49 +10:00
directory_refresh_spec.rb DEV: refresh user directory more often for sites with few users (#39852) 2026-05-08 12:04:03 -04:00
notify_admins_of_available_upcoming_changes_spec.rb FIX: Do not send notifications for upcoming changes not displayed (#40933) 2026-06-17 09:10:49 +10:00
notify_admins_of_problems_spec.rb FEATURE: Add problem checks page to admin panel and allow ignoring problem checks (#39103) 2026-04-23 08:28:33 +08:00