summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'multi-line-inline-diff' into 'master' Douwe Maan2016-07-131-14/+38
|\
| * Rename constant to be more descriptiveDouwe Maan2016-07-131-2/+2
| * Extended regexes ignore whitespace, so use \smulti-line-inline-diffDouwe Maan2016-07-121-2/+2
| * Render inline diffs for multiple changed lines following eachotherDouwe Maan2016-07-111-14/+38
* | Collapse large diffs by defaultSean McGivern2016-07-081-0/+4
|/
* Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-062-9/+9
* Add some more code comments.Douwe Maan2016-07-063-1/+16
* Display new diff notes and allow creation through the web interfaceDouwe Maan2016-07-061-3/+13
* Add Gitlab::Git::PositionTracerDouwe Maan2016-07-061-0/+168
* Add Gitlab::Diff::LineMapperDouwe Maan2016-07-061-0/+64
* Add Gitlab::Git::PositionDouwe Maan2016-07-062-0/+182
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-064-23/+35
* Style diff and blob file headers the same wayDouwe Maan2016-07-061-10/+5
* Add DiffFile#blob and #old_blobDouwe Maan2016-07-061-5/+21
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-063-16/+41
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Add leading comment space copissue_15557Felipe Artur2016-05-311-7/+7
* Reuse existing SCSS variablesadambutler/gitlab-ce-feature/support-diff-of-issue-title-renameRémy Coutable2016-05-181-2/+12
* Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-7/+19
* Enable the StringReplacement cop.Connor Shea2016-05-101-1/+1
* Show a notice for diffs that are too largehide-large-diffsYorick Peterse2016-03-181-0/+4
* Return an empty Array when there aren't lines to parse.Rubén Dávila2016-03-151-0/+2
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-032-40/+41
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-293-36/+52
* Merge branch 'fix-diff-comments' into 'master' Robert Speicher2016-01-222-5/+8
|\
| * Properly highlight right side of parallel difffix-diff-commentsDouwe Maan2016-01-221-1/+3
| * Restore diff commentsDouwe Maan2016-01-221-4/+5
* | FixDouwe Maan2016-01-221-2/+2
* | Make sure non-highlighted diffs are still escapedunescaped-diffsDouwe Maan2016-01-221-5/+11
|/
* Validate bounds just to be sureDouwe Maan2016-01-201-0/+3
* Properly highlight lines around '\ No newline at end of file'Douwe Maan2016-01-203-7/+15
* Save and use actual diff base commit for MR diff highlightingDouwe Maan2016-01-203-9/+25
* Properly handle HTML entities with inline diffsDouwe Maan2016-01-203-15/+19
* Move parallel diff logic to separate classDouwe Maan2016-01-202-0/+121
* Remove useless assignmentsDouwe Maan2016-01-191-2/+0
* Add testsDouwe Maan2016-01-152-0/+11
* Whoops, forgot to add filesDouwe Maan2016-01-152-0/+160
* Move inline diff marker logic to its own classDouwe Maan2016-01-151-95/+11
* Move inline diff logic to its own classDouwe Maan2016-01-151-73/+11
* Method was movedDouwe Maan2016-01-151-2/+2
* Merge branch 'master' into issue_3945Rubén Dávila2016-01-141-2/+3
|\
| * Properly generate diff of orphan commits, like the first commit in a repositoryDouwe Maan2016-01-141-2/+3
* | More refactoring from last code review. #3945Rubén Dávila2016-01-142-7/+15
* | Add inline diff markers in highlighted diffs.Douwe Maan2016-01-142-34/+174
* | Refactor highlighting linesDouwe Maan2016-01-141-25/+4
* | Remove duplication around highlighting.Douwe Maan2016-01-141-12/+1
* | Use #sub instead of #gsub!. #3945Rubén Dávila2016-01-131-1/+1
* | Little refactor for usage of html_safe. #3945Rubén Dávila2016-01-131-2/+2
* | Fix broken specs. #3945Rubén Dávila2016-01-121-1/+1
* | Remove no longer required code. #3945Rubén Dávila2016-01-121-42/+9