diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-08-26 17:51:59 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-08-26 17:51:59 +0000 |
commit | bbd39021c39b66ecb954a7fb8276320556b65a3b (patch) | |
tree | 9b987cc89dd835ba4df2ba26cafbb4f7916b948d /changelogs | |
parent | a7f9a8447963e1f1b5f2439f6f75508879a8aea9 (diff) | |
parent | 440635015fbea129cbfd7b266589ea2a33dda471 (diff) | |
download | gitlab-ce-bbd39021c39b66ecb954a7fb8276320556b65a3b.tar.gz |
Merge branch 'sh-fix-nplusone-issues' into 'master'
Fix N+1 Gitaly calls in /api/v4/projects/:id/issues
See merge request gitlab-org/gitlab-ce!32171
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-fix-nplusone-issues.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-nplusone-issues.yml b/changelogs/unreleased/sh-fix-nplusone-issues.yml new file mode 100644 index 00000000000..f749b5eeb40 --- /dev/null +++ b/changelogs/unreleased/sh-fix-nplusone-issues.yml @@ -0,0 +1,5 @@ +--- +title: Fix N+1 Gitaly calls in /api/v4/projects/:id/issues +merge_request: 32171 +author: +type: performance |