summaryrefslogtreecommitdiff
path: root/lib/gitlab/conflict/file.rb
Commit message (Expand)AuthorAgeFilesLines
* Include new URL helpers retroactively into includers of Gitlab::Routingdm-fix-project-path-helpers-productionDouwe Maan2017-07-071-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-8/+5
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-2/+1
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Add blob_ace_mode to conflict content responseSean McGivern2016-10-131-0/+5
* Simplify conflict file JSON creationSean McGivern2016-10-131-7/+15
* Allow setting content for resolutionsSean McGivern2016-10-131-8/+43
* Handle case where conflicts aren't on disk yetSean McGivern2016-08-251-0/+11
* Fix bug where conflict view would have one too many context sectionsDouwe Maan2016-08-121-2/+4
* Find match line headers by backtrackingSean McGivern2016-08-121-11/+24
* Move resolving code to ResolveServiceSean McGivern2016-08-121-8/+0
* Clarify Conflict::File#sections methodSean McGivern2016-08-121-3/+19
* Don't allow resolving invalid conflictsSean McGivern2016-08-121-2/+2
* Add blob_icon to conflict file JSONSean McGivern2016-08-121-2/+4
* Add blob_path to conflict file JSONSean McGivern2016-08-121-3/+9
* Use same resolution format on FE and BESean McGivern2016-08-121-2/+2
* Fix specsSean McGivern2016-08-121-11/+7
* Fix match line headers at start / end of fileSean McGivern2016-08-121-16/+33
* Highlight files based on merged fileSean McGivern2016-08-121-2/+5
* Add match line headersSean McGivern2016-08-121-1/+8
* Handle conflict resolution errors in controllerSean McGivern2016-08-121-5/+5
* Auto-highlight conflict when rich_text is calledSean McGivern2016-08-121-8/+5
* Allow resolving conflicts in MR controllerSean McGivern2016-08-121-1/+43
* Handle multiple merge conflict files in collectionSean McGivern2016-08-121-8/+10
* Add backend for merge conflicts readingSean McGivern2016-08-121-0/+91