BigW Consortium Gitlab

  1. 21 Oct, 2015 1 commit
  2. 09 Jun, 2015 1 commit
  3. 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
      ```
  4. 23 Mar, 2015 1 commit
  5. 25 Sep, 2014 2 commits
  6. 09 Sep, 2014 1 commit
  7. 06 Sep, 2014 2 commits
  8. 05 Sep, 2014 1 commit
  9. 27 Aug, 2014 1 commit
  10. 26 Aug, 2014 2 commits