summaryrefslogtreecommitdiff
path: root/lib/gitlab/diff/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Fix diff parser so it tolerates to diff special markers in the contentValery Sizov2017-10-151-1/+3
* take nonewline context into account in diff parsermhasbini2017-03-131-1/+5
* Enable Performance/RedundantMatchDouwe Maan2017-02-231-1/+1
* Enable `Lint/EmptyWhen` cop and correct offenseRobert Speicher2017-02-131-1/+1
* 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
* Enable the StringReplacement cop.Connor Shea2016-05-101-1/+1
* 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-031-39/+40
* Properly highlight lines around '\ No newline at end of file'Douwe Maan2016-01-201-4/+12
* Properly handle HTML entities with inline diffsDouwe Maan2016-01-201-6/+1
* 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
* | Don't process inline diffs on backend. #3945Rubén Dávila2016-01-071-4/+1
|/
* Fix rubocop warnings in libGuilherme Garnier2015-10-031-2/+0
* Fix commit comments on first line of diff not rendering in Merge Request Disc...Douwe Maan2015-02-201-1/+1
* Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets2015-02-021-1/+1
* Rubocop: Style/AlignArray enabledDmitriy Zaporozhets2015-02-021-1/+1
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
* Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-081-7/+2
* Gitlab::Diff classes addedDmitriy Zaporozhets2014-09-081-0/+86