gitlab-org--gitlab-foss/changelogs/unreleased/mr-diffs-speed-up.yml
Sean McGivern 0344e0838d Only load what we need when visiting MR diffs page
The instance variables set in this action are only used by the JSON
response. Visiting `merge_requests/:iid/diffs` in a browser always loads
the `show` action, so we don't need to find an MR diff, or an
environment, in that case.
2017-03-27 10:46:14 +01:00

4 lines
78 B
YAML

---
title: Speed up initial rendering of MR diffs page
merge_request:
author: