1. 21 Jan, 2020 1 commit
  2. 20 Jan, 2020 2 commits
  3. 17 Jan, 2020 2 commits
    • Robert May's avatar
      Limit page number on explore/projects · 81786aa3
      Robert May authored
      Limit the maximum page number to 500 on project exploration.
      Prior to this change it was possible to iterate infinitely, and
      high page numbers are prone to slow speeds due to the project list
      being a slow query amplified by OFFSET pagination slowness.
      
      There's a new Prometheus metric available at
      `gitlab_page_out_of_bounds` for monitoring the traffic which hits the
      page limit.
      81786aa3
    • Robert May's avatar
      Add PageLimiter controller concern · 56a473da
      Robert May authored
      This adds a new controller concern which can be used to limit the
      maximum number of pages that can be browsed through pagination.
      56a473da
  4. 15 Jan, 2020 35 commits