1. 09 Sep, 2014 1 commit
    • Marin Jankovski's avatar
      Merge branch 'refactor-diff-yeild' into 'parallel_diff_refactor' · be4359ef
      Marin Jankovski authored
      Refactor diffs
      
      This refactoring done on top of Marin improvements to side-by-side diff.
      Main target of this refactoring is to reduce mess and increase test coverage.
      
      1. Use objects:
        * Gitlab::Diff::Line for line change in diff
        * Gitlab::Diff::File for file changes (diff + blob info)
      2. Avoid `yield` magic
      3. Move logic from views/helper to models/libs
      4. Move diff views under separate dir `app/views/projects/diffs`
      
      See merge request !1072
      be4359ef
  2. 08 Sep, 2014 20 commits
  3. 07 Sep, 2014 1 commit
  4. 06 Sep, 2014 6 commits
  5. 05 Sep, 2014 11 commits
  6. 04 Sep, 2014 1 commit