1. 24 Apr, 2017 1 commit
    • Stan Hu's avatar
      Eliminate N+1 queries in loading namespaces for every issuable in milestones · bbcb7e5e
      Stan Hu authored
      If we rely on the helper functions in `GitlabRoutingHelper` for `merge_request_path`,
      we end up calling a database query to look up the Namespace association for
      every merge request since `entity.project.namespace` is called. By reusing the project
      defined in the controller, we avoid that problem.
      
      Partial fix to #27387
      bbcb7e5e
  2. 22 Apr, 2017 4 commits
  3. 21 Apr, 2017 35 commits