1. 20 Feb, 2016 3 commits
    • Douwe Maan's avatar
      Merge branch 'rs-blob' into 'master' · 3a97a5dd
      Douwe Maan authored
      Add a `Blob` model that wraps `Gitlab::Git::Blob`
      
      This allows us to take advantage of Rails' `to_partial_path` to render
      the correct partial based on the Blob type, rather than cluttering the
      view with conditionals.
      
      It also allows (and will allow in the future) better encapsulation for
      Blob-related logic which makes sense for our Rails app but might not
      make as much sense for the core `gitlab_git` library, such as detecting
      if the blob is an SVG.
      
      See merge request !2887
      3a97a5dd
    • Douwe Maan's avatar
      Merge branch 'refactor-scan' into 'master' · f81b55bd
      Douwe Maan authored
      Improve readability of 'rake cache:clear' code
      
      
      
      See merge request !2892
      f81b55bd
    • Douwe Maan's avatar
      c352aaa0
  2. 19 Feb, 2016 37 commits