summaryrefslogtreecommitdiff
path: root/app/services/compare_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-1/+1
* Check that source and target branch existStan Hu2019-04-181-2/+2
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* Avoid re-fetching merge-base SHA from Gitaly unnecessarilyOswaldo Ferreira2018-03-071-2/+7
* Ensure MRs always use branch refs for comparisonSean McGivern2017-11-281-6/+6
* Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-20/+2
* Fix Diff::Position#diff_file for positions on straight diffsdm-diff-file-straight-diffDouwe Maan2017-06-061-3/+3
* Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-6/+6
* Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-6/+6
* Introduce Repository#with_repo_branch_commitLin Jen-Shin2017-01-051-12/+6
* Should pass branch name, not commit object!Lin Jen-Shin2016-12-101-5/+6
* Should pass repository rather than projectLin Jen-Shin2016-12-081-1/+2
* Fix tests to use the new APILin Jen-Shin2016-12-081-6/+8
* Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-081-12/+18
* Refactor straight compare diff codeDmitriy Zaporozhets2016-10-121-2/+2
* Use straight diff approach when compare merge request versionsDmitriy Zaporozhets2016-10-121-3/+4
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-1/+0
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-2/+5
* Remove unused argument to CompareService#executeSean McGivern2016-07-081-1/+1
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-7/+5
* Add ignore white space option in merge request diffMinsik Yoon2015-11-131-2/+2
* Fix Error 500 when comparing non-existing branchesfix-issue-2593Stan Hu2015-09-181-1/+4
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-20/+21
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-21/+20
* Refactor compare and fetch logicDmitriy Zaporozhets2015-07-151-20/+13
* Implement merge from forks without satellitesDmitriy Zaporozhets2015-07-151-1/+18
* Remove satellitesDmitriy Zaporozhets2015-07-151-10/+1
* Comment typo.Ciro Santilli2014-08-291-1/+1
* Comment typo.Ciro Santilli2014-08-291-1/+1
* Git::Compare does not have limit param any moreDmitriy Zaporozhets2014-07-291-1/+0
* Refactor compare logic for MR. Use satellites only for forks for better perfo...Dmitriy Zaporozhets2014-07-291-0/+28