An error occurred fetching the project authors.
  1. 11 Mar, 2016 2 commits
    • Yorick Peterse's avatar
      Added ProjectSearchResults#project_ids_relation · 8c2868e8
      Yorick Peterse authored
      This ensures some other methods such as the "issues" method still work.
      8c2868e8
    • Yorick Peterse's avatar
      Refactor Gitlab::ProjectSearchResults · ec349dc1
      Yorick Peterse authored
      Previously this class would be given a project ID which was then used to
      retrieve the corresponding Project object. However, in all cases the
      Project object was already known as it was used to grab the ID to pass
      to ProjectSearchResults. By just passing a Project instead we remove the
      need for an extra query as well as the need for some other complexity
      in this class.
      ec349dc1
  2. 03 Nov, 2015 1 commit
  3. 02 Nov, 2015 1 commit
  4. 29 Oct, 2015 2 commits
  5. 21 Oct, 2015 1 commit
  6. 09 Jun, 2015 1 commit
  7. 08 Jun, 2015 1 commit
    • zenati's avatar
      No need to check if `repository_ref` is present · c418261b
      zenati authored
      There is no need to check if `repository_ref` is present as:
      ```
            @repository_ref = if repository_ref.present?
                                repository_ref
                              else
                                nil
                              end
      ```
      
      is as same as doing:
      
      ```
      @repository_ref = repository_ref
      ```
      c418261b
  8. 23 Mar, 2015 1 commit
  9. 25 Sep, 2014 2 commits
  10. 09 Sep, 2014 1 commit
  11. 06 Sep, 2014 2 commits
  12. 05 Sep, 2014 1 commit
  13. 27 Aug, 2014 1 commit
  14. 26 Aug, 2014 2 commits