Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Koval <al3xander.koval@gmail.com>2019-02-26 20:13:45 +0300
committerKamil TrzciƄski <ayufan@ayufan.eu>2019-02-26 20:13:45 +0300
commit35c10922820e3e07a5c571e3ad81e90045b2da2b (patch)
tree45351a6a7960a0c8d156d51a7af46d29840ab5d1 /changelogs
parent3a29b6af828da63ff7142183135d5ddbbd90d940 (diff)
Reduce code duplication
Move logic of obtaining Issuable data to separate method
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/56726-fix-n-1-in-issues-and-merge-requests-api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/56726-fix-n-1-in-issues-and-merge-requests-api.yml b/changelogs/unreleased/56726-fix-n-1-in-issues-and-merge-requests-api.yml
new file mode 100644
index 00000000000..3eb9e484647
--- /dev/null
+++ b/changelogs/unreleased/56726-fix-n-1-in-issues-and-merge-requests-api.yml
@@ -0,0 +1,5 @@
+---
+title: Fix N+1 query in Issues and MergeRequest API when issuable_metadata is present
+merge_request: 25042
+author: Alex Koval
+type: other