summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/line.rb
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
|
* Don't display comment on unchanged line on both sides in parallel diffDouwe Maan2017-06-191-10/+10
|
* Fix: A diff comment on a change at last line of a file shows as two comments ↵Valery Sizov2017-05-311-0/+4
| | | | in discussion
* Better notification emails for notes and (diff) discussionsDouwe Maan2017-04-051-0/+4
|
* take nonewline context into account in diff parsermhasbini2017-03-131-3/+3
|
* Fix specsSean McGivern2016-08-121-3/+3
| | | | | | | | - Add match line header to expected result for `File#sections`. - Lowercase CSS colours. - Remove unused `diff_refs` keyword argument. - Rename `parent` -> `parent_file`, to be more explicit. - Skip an iteration when highlighting.
* Auto-highlight conflict when rich_text is calledSean McGivern2016-08-121-2/+9
|
* Add backend for merge conflicts readingSean McGivern2016-08-121-0/+11
|
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-0/+14
| | | | Introducing the concept of SafeDiffs which relates diffs with UI highlighting.
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of ↵Douwe Maan2016-07-061-0/+16
| | | | responsibility to other classes
* Fix broken spec and small refactor. #3945Rubén Dávila2015-12-301-2/+2
|
* New implementation for highlighting diff files. #3945Rubén Dávila2015-12-301-0/+1
| | | | | | * It is more performant given now we process all the diff file instead of processing line by line. * Multiline comments are highlighted correctly.
* Show additions/deletions stats on merge request diffDmitriy Zaporozhets2015-10-011-0/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Gitlab::Diff classes addedDmitriy Zaporozhets2014-09-081-0/+12
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>