summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2017-09-11 16:05:14 +0200
committerYorick Peterse <yorickpeterse@gmail.com>2017-09-11 16:18:59 +0200
commit615ba0071a8bcd3da93f6c27e45128af865cc7bb (patch)
treeae9b090f896889e01ce9e0947456e59b361e2c52 /changelogs/unreleased
parent5cc140b202a0fc9bf2056b481c977bbcf9255919 (diff)
downloadgitlab-ce-615ba0071a8bcd3da93f6c27e45128af865cc7bb.tar.gz
Eager load namespace owners for project dashboardsdashboards-projects-controller
This solves an N+1 query problem where we'd run multiple queries when getting the namespace owners of the displayed projects.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/dashboards-projects-controller.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/dashboards-projects-controller.yml b/changelogs/unreleased/dashboards-projects-controller.yml
new file mode 100644
index 00000000000..8b350f70a80
--- /dev/null
+++ b/changelogs/unreleased/dashboards-projects-controller.yml
@@ -0,0 +1,5 @@
+---
+title: Eager load namespace owners for project dashboards
+merge_request:
+author:
+type: other