An error occurred fetching the project authors.
  1. 17 Mar, 2016 1 commit
  2. 11 Mar, 2016 1 commit
    • Yorick Peterse's avatar
      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).
      01354296