discourse/config
Krzysztof Kotlarek a4b3f74497
FEATURE: Add claim history to reviewable timeline (#36243)
This enhances the reviewable timeline by tracking and displaying when
reviewables are claimed and unclaimed by moderators.

Changes include:
- Modified reviewable_claimed_topics_controller to send user information
and claimed status for both claim and unclaim operations
- Added reviewable_histories to ReviewableSerializer to expose history
data
- Updated ReviewableItem component to track claim/unclaim events via
MessageBus and add them to the reviewable's history
- Fixed MessageBus initialization to start in Rails testing environment
to support system tests

<img width="1111" height="741" alt="Screenshot 2025-11-26 at 3 24 28 pm"
src="https://github.com/user-attachments/assets/84e0bf2a-adb3-4ed2-93cb-eda6d771f5af"
/>
2025-12-01 14:58:43 +08:00
..
environments DEV: Don’t ever dump the DB schema (#35736) 2025-10-31 16:14:14 +01:00
initializers DEV: Refactor ApplicationHelper#server_plugin_outlet (#36307) 2025-12-01 14:10:16 +08:00
locales FEATURE: Add claim history to reviewable timeline (#36243) 2025-12-01 14:58:43 +08:00
application.rb Revert "FIX: update rack sendfile middleware for x-accel-redirect (#36322) 2025-11-28 13:31:26 -06:00
boot.rb PERF: Stop running bootsnap in development mode on all environments (#25737) 2024-02-19 11:33:52 +08:00
cdn.yml.sample
database.yml DEV: Support per-unicorn-worker DB variable overrides (#35615) 2025-10-27 13:45:27 +08:00
deploy.rb.sample
dev_defaults.yml DEV: Convert admin-incoming-email modal to component-based API (#22701) 2023-07-20 16:31:20 -05:00
discourse.config.sample
discourse.pill.sample
discourse_defaults.conf DEV: Stop logging theme load errors to logster (#36222) 2025-11-25 14:53:50 +00:00
environment.rb DEV: add DISCOURSE_USE_SMTP_ENVIRONMENT_IN_DEVELOPMENT for overriding safety checks 2025-10-27 13:48:54 -04:00
logrotate.conf
multisite.yml.production-sample
nginx.sample.conf PERF: Enable brotli in NGINX (#32333) 2025-04-24 15:45:13 +01:00
pitchfork.conf.rb DEV: Improve Pitchfork workers timeouts (#36165) 2025-11-24 10:49:54 +01:00
projections.json DEV: Prepare for rename of app/assets/javascripts/ -> frontend/ 2025-10-22 16:24:11 +01:00
puma.rb DEV: Apply syntax_tree formatting to config/* 2023-01-09 11:13:29 +00:00
routes.rb UX: add admin config area for welcome banner (#36022) 2025-11-19 11:46:54 -05:00
sidekiq.yml
site_settings.yml FEATURE: Add new configurable moderation guide (#36287) 2025-12-01 10:30:32 +08:00
spring.rb DEV: Apply syntax_tree formatting to config/* 2023-01-09 11:13:29 +00:00
thin.yml.sample
unicorn.conf.rb DEV: Support per-unicorn-worker DB variable overrides (#35615) 2025-10-27 13:45:27 +08:00
unicorn_launcher DEV: Add Pitchfork alongside Unicorn (#35370) 2025-10-24 11:08:23 +02:00