summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/highlight.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-061-3/+3
* Enable Performance/RedundantMatchDouwe Maan2017-02-231-1/+1
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-3/+4
* Remove duplication, unused methods, and some other style thingsDouwe Maan2016-07-061-5/+6
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-12/+4
* Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-061-4/+6
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-11/+6
* Merge branch 'fix-diff-comments' into 'master' Robert Speicher2016-01-221-4/+5
|\
| * 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
|/
* Properly highlight lines around '\ No newline at end of file'Douwe Maan2016-01-201-2/+2
* Save and use actual diff base commit for MR diff highlightingDouwe Maan2016-01-201-1/+8
* 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
* More refactoring from last code review. #3945Rubén Dávila2016-01-141-4/+13
* Add inline diff markers in highlighted diffs.Douwe Maan2016-01-141-33/+173
* 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
* Small fixes from code review. #3945Rubén Dávila2016-01-121-4/+0
* Fix broken spec for submodule commit. #3945Rubén Dávila2016-01-091-2/+10
* Fix broken specs. #3945Rubén Dávila2016-01-081-5/+5
* Remove custom Lexer. #3945 [ci skip]Rubén Dávila2016-01-081-2/+1
* Change strategy to highlight diffs. #3945Rubén Dávila2016-01-071-17/+53
* Apply syntax highlighting when expanding diff plus some refactor. #3945Rubén Dávila2015-12-311-12/+43
* Don't modify "match" diff lines. #3945Rubén Dávila2015-12-301-1/+6
* A bit of refactoring. #3945Rubén Dávila2015-12-301-8/+8
* Fix broken spec and small refactor. #3945Rubén Dávila2015-12-301-1/+1
* Fix Rubocop complain. #3945Rubén Dávila2015-12-301-5/+5
* New implementation for highlighting diff files. #3945Rubén Dávila2015-12-301-0/+55