BigW Consortium Gitlab

  1. 17 Mar, 2016 1 commit
  2. 11 Mar, 2016 2 commits
    • Removed order from sub-query projects for search · b77b3b16
      Yorick Peterse authored
      There's no need to order queries used as sub-queries and doing so can
      add potential overhead.
    • Refactor Gitlab::SearchResults · 01354296
      Yorick Peterse authored
      Instead of plucking IDs this class now uses ActiveRecord::Relation
      objects. Plucking IDs is problematic as searching for projects can lead
      to a huge amount of IDs being loaded into memory only to be used as an
      argument for another query (instead of just using a sub-query).
  3. 24 Aug, 2015 1 commit
  4. 18 May, 2015 1 commit
  5. 27 Aug, 2014 2 commits
  6. 26 Aug, 2014 2 commits