Commit Graph

3 Commits

Author SHA1 Message Date
301f27caaa DEV: add shortcut fab!(:variable, :fabricator) to specs (#33577) 2025-07-11 11:16:34 -03:00
18396c93a2 FIX: Rename the reviewable notes route to match existing reviewable routes (#33480)
The reviewable notes route was originally created at `/reviewables/:reviewable_id/notes`, which didn't match the existing reviewable routes at `/review/:reviewable_id`.

This change fixes the naming inconsistency, and tidies up some of the endpoint permission checks.
2025-07-04 17:46:41 +10:00
599404de31 DEV: Add a ReviewableNote model, and tie it into the Reviewable model. (#33047)
As part of the review queue refresh, we'll be adding the ability for moderators to make notes on individual reviewable items. As a first step, this change adds the new model and associated backend code.
2025-06-04 09:33:02 +10:00