1. 21 Jun, 2019 38 commits
  2. 20 Jun, 2019 2 commits
    • Evan Read's avatar
      Merge branch 'patch-28' into 'master' · 4aedbd18
      Evan Read authored
      using_docker_images.md: fix config.json path
      
      See merge request gitlab-org/gitlab-ce!29791
      4aedbd18
    • Stan Hu's avatar
      Omit issues links in merge request entity API response · 1b7ab11f
      Stan Hu authored
      The merge request widget has a section that includes which issues may be
      closed or mentioned based on the merge request description. The problem
      is that rendering and redacting Markdown can be expensive, especially
      since the browser polls for the data every 10 seconds.
      
      Since these links don't change much and are just nice to have, we only
      load them on first page load. The frontend will use the existing data if
      the data doesn't appear on subsequent requests.
      
      This saves about 30% of the rendering time of this endpoint, which adds
      up to significant savings considering that
      `MergeRequestsController#show.json` is called over a million times a day
      on GitLab.com.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63546
      1b7ab11f