Skip to content

Fix review comments taking a long time to publish

Phil Hughes requested to merge ph/speedUpReviewCommentSubmits into master

What does this MR do and why?

Before we had websockets on the notes app we would have to request all the discussions on a merge request before we could render any submitted review notes. With websockets we fetch individual notes after a review is submitted so we no longer need to fetch all discussions.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports