gitlab-org--gitlab-foss/changelogs/unreleased/45190-create-notes-diff-files.yml
Oswaldo Ferreira bb8f2520b4 Persist truncated note diffs on a new table
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response.
With this change we solve this problem and simplify a lot fetching this piece of info.
2018-05-24 15:34:43 -03:00

5 lines
96 B
YAML

---
title: Persist truncated note diffs on a new table
merge_request:
author:
type: performance