1. 10 Jul, 2016 2 commits
    • Robert Speicher's avatar
      Merge branch 'bump-omniauth-google-oauth2' into 'master' · 639d8490
      Robert Speicher authored
      Bump google-omniauth-oauth2 to 0.4.1
      
      Closes #19064
      
      See merge request !4882
      639d8490
    • Robert Speicher's avatar
      Merge branch 'reuse-queries-in-reference-parsers' into 'master' · 49df1f27
      Robert Speicher authored
      Re-use queries in reference parsers
      
      This MR changes the reference parsing pipeline to cache queried objects and re-use them on subsequent runs. Data is cached in the `RequestStore` module so it's automatically flushed after a request.
      
      Certain references are processed multiple times. For example, for every system note we check if it's a cross reference by getting the issues, MRs and commits it references. When redacting data we may end up querying these very same objects. By caching this we can quite drastically reduce timings and SQL query counts.
      
      #15607
      
      See merge request !5020
      49df1f27
  2. 09 Jul, 2016 8 commits
  3. 08 Jul, 2016 30 commits