Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-enable SqlInjection and CommandInjection | Brian Neel | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | Don't display comment on unchanged line on both sides in parallel diff | Douwe Maan | 2017-06-19 | 1 | -10/+10 |
| | |||||
* | Fix: A diff comment on a change at last line of a file shows as two comments ↵ | Valery Sizov | 2017-05-31 | 1 | -0/+4 |
| | | | | in discussion | ||||
* | Better notification emails for notes and (diff) discussions | Douwe Maan | 2017-04-05 | 1 | -0/+4 |
| | |||||
* | take nonewline context into account in diff parser | mhasbini | 2017-03-13 | 1 | -3/+3 |
| | |||||
* | Fix specs | Sean McGivern | 2016-08-12 | 1 | -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 called | Sean McGivern | 2016-08-12 | 1 | -2/+9 |
| | |||||
* | Add backend for merge conflicts reading | Sean McGivern | 2016-08-12 | 1 | -0/+11 |
| | |||||
* | Cache highlighted diff lines for merge requests | Paco Guzman | 2016-08-03 | 1 | -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 Maan | 2016-07-06 | 1 | -0/+16 |
| | | | | responsibility to other classes | ||||
* | Fix broken spec and small refactor. #3945 | Rubén Dávila | 2015-12-30 | 1 | -2/+2 |
| | |||||
* | New implementation for highlighting diff files. #3945 | Rubén Dávila | 2015-12-30 | 1 | -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 diff | Dmitriy Zaporozhets | 2015-10-01 | 1 | -0/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactoring inside refactoring. We need to go deeper | Dmitriy Zaporozhets | 2014-09-08 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Gitlab::Diff classes added | Dmitriy Zaporozhets | 2014-09-08 | 1 | -0/+12 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |