summaryrefslogtreecommitdiff
path: root/lib/gitlab/conflict/file_collection.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-3/+5
* Enable even more frozen string in lib/gitlabgfyoung2018-11-061-0/+2
* Fix 500 error when trying to resolve non-ASCII conflicts in editorSean McGivern2018-03-231-1/+4
* Cache `#can_be_resolved_in_ui?` git operationscache-refactorAlejandro Rodríguez2018-03-081-2/+30
* Simplify conflict resolution interface and codegitaly-conflict-resolverAlejandro Rodríguez2018-01-021-3/+4
* Simplify conflict resolver interfacegitaly-conflicts-prepAlejandro Rodríguez2017-12-141-3/+3
* Use memoization for commits on diffsZeger-Jan van de Weg2017-12-121-0/+2
* Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-4/+4
* Refactor conflict resolution to contain git ops within Gitlab::GitAlejandro Rodríguez2017-10-121-83/+19
* Encapsulate git operations for conflict resolution into libAlejandro Rodríguez2017-10-121-13/+49
* Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-1/+1
* Incorporate Gitaly's CommitService.FindCommit RPCgitaly-find-commitAlejandro Rodríguez2017-08-071-2/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* Fix conflict resolution from corrupted upstreamfix-conflict-resolution-with-corrupt-reposSean McGivern2017-05-121-8/+34
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-2/+1
* Allow setting content for resolutionsSean McGivern2016-10-131-0/+4
* Add more tests for conflictsSean McGivern2016-08-121-1/+1
* Move resolving code to ResolveServiceSean McGivern2016-08-121-21/+0
* Add blob_path to conflict file JSONSean McGivern2016-08-121-1/+1
* Use same resolution format on FE and BESean McGivern2016-08-121-2/+3
* Fix specsSean McGivern2016-08-121-1/+0
* Handle case where one side deleted the fileSean McGivern2016-08-121-3/+5
* Remove unneeded raiseSean McGivern2016-08-121-3/+0
* Fix MR conflict resolution commitsSean McGivern2016-08-121-1/+1
* Fix merge conflict reading for new diffsSean McGivern2016-08-121-1/+1
* Allow resolving conflicts in MR controllerSean McGivern2016-08-121-0/+20
* Handle multiple merge conflict files in collectionSean McGivern2016-08-121-0/+59