BigW Consortium Gitlab

  1. 02 Aug, 2017 1 commit
  2. 04 May, 2017 1 commit
  3. 25 Jan, 2017 1 commit
  4. 09 Dec, 2016 1 commit
  5. 29 Nov, 2016 1 commit
  6. 06 Sep, 2016 1 commit
  7. 09 Aug, 2016 1 commit
  8. 16 Jun, 2016 2 commits
  9. 13 Jun, 2016 1 commit
  10. 17 Mar, 2016 1 commit
  11. 11 Mar, 2016 1 commit
    • 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).