0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-post-voting/spec
Krzysztof Kotlarek fcbdfe1051
DEV: Eliminate unnecessary post fetch in reviewable timeline (#36685)
The reviewable timeline was making an extra API call to fetch the full
  Post object when it only needed the created_at timestamp. This was
  inefficient as it loaded the entire post record with cooked content,
  raw content, and other attributes that weren't used.

  This change adds target_created_at to the reviewable serializers,
  allowing the frontend to access the timestamp directly from the
  reviewable data.
2025-12-15 14:33:40 +08:00
..
components/post_voting DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
fabricators FEATURE: Update the ReviewablePostVotingComment UI (#35675) 2025-10-31 11:50:14 +08:00
lib DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
models DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
requests DEV: Remove unnecessary rails_helper requires (#33812) 2025-07-24 13:50:04 +02:00
serializers DEV: Fix random typos (#33839) 2025-07-24 22:04:13 +02:00
system DEV: Eliminate unnecessary post fetch in reviewable timeline (#36685) 2025-12-15 14:33:40 +08:00
plugin_helper.rb