summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-13 09:06:22 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-13 09:06:22 +0000
commit76cea6bea21b40e067773363c087531d2fd1bf3d (patch)
tree776f3b746e4cb598bc3c9ef73d3dacd090843894
parentfeaf8c10ced00ae14f999663e1d31c985e3c64cc (diff)
downloadgitlab-ce-76cea6bea21b40e067773363c087531d2fd1bf3d.tar.gz
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--changelogs/unreleased/fix-n-plus-one-in-jira-github-api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-n-plus-one-in-jira-github-api.yml b/changelogs/unreleased/fix-n-plus-one-in-jira-github-api.yml
new file mode 100644
index 00000000000..f8cc5985b0f
--- /dev/null
+++ b/changelogs/unreleased/fix-n-plus-one-in-jira-github-api.yml
@@ -0,0 +1,5 @@
+---
+title: Fix N+1 queries in Jira Development Panel API endpoint
+merge_request: 18329
+author:
+type: performance