BigW Consortium Gitlab

  1. 06 Sep, 2016 1 commit
  2. 03 Jun, 2016 2 commits
  3. 31 May, 2016 1 commit
  4. 17 Mar, 2016 1 commit
  5. 11 Mar, 2016 2 commits
    • Added ProjectSearchResults#project_ids_relation · 8c2868e8
      Yorick Peterse authored
      This ensures some other methods such as the "issues" method still work.
    • 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.
  6. 03 Nov, 2015 1 commit
  7. 02 Nov, 2015 1 commit
  8. 29 Oct, 2015 2 commits
  9. 21 Oct, 2015 1 commit
  10. 09 Jun, 2015 1 commit
  11. 08 Jun, 2015 1 commit
    • 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
      ```
  12. 23 Mar, 2015 1 commit
  13. 25 Sep, 2014 2 commits
  14. 09 Sep, 2014 1 commit
  15. 06 Sep, 2014 2 commits
  16. 05 Sep, 2014 1 commit
  17. 27 Aug, 2014 1 commit
  18. 26 Aug, 2014 2 commits