BigW Consortium Gitlab

  1. 03 Jun, 2016 2 commits
  2. 31 May, 2016 1 commit
  3. 17 Mar, 2016 1 commit
  4. 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.
  5. 03 Nov, 2015 1 commit
  6. 02 Nov, 2015 1 commit
  7. 29 Oct, 2015 2 commits
  8. 21 Oct, 2015 1 commit
  9. 09 Jun, 2015 1 commit
  10. 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
      ```
  11. 23 Mar, 2015 1 commit
  12. 25 Sep, 2014 2 commits
  13. 09 Sep, 2014 1 commit
  14. 06 Sep, 2014 2 commits
  15. 05 Sep, 2014 1 commit
  16. 27 Aug, 2014 1 commit
  17. 26 Aug, 2014 2 commits