summaryrefslogtreecommitdiff
path: root/app/controllers/projects/compare_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-4/+15
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-8/+13
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-5/+0
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-3/+3
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+5
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-14/+42
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-0/+1
* Check for valid refs in CommitController before doing anythingStan Hu2018-12-091-6/+0
* Reject invalid branch names in repository compare controllerStan Hu2018-10-081-0/+17
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Speed up diff comparisons by limiting number of commit messages renderedStan Hu2018-08-221-1/+1
* Add signature verification badge to compare viewMarc2018-05-071-16/+49
* Fix n+1 issue by not reloading fully loaded blobsAlejandro Rodríguez2018-03-051-4/+2
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-0/+4
* Make the labels in the Compare form less confusing21331-improve-confusing-compare-pageRémy Coutable2017-09-151-1/+1
* Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-061-1/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Remove @commit in compare and MR controllersDouwe Maan2017-05-231-4/+1
* Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-1/+0
* Fix specsDouwe Maan2017-04-091-1/+0
* Address feedbackDouwe Maan2017-02-061-3/+2
* Add feature specsDouwe Maan2017-02-061-2/+2
* Improve performance of finding last deployed environmentDouwe Maan2017-02-061-1/+1
* Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan2017-02-061-0/+4
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-261-1/+10
|\
| * refactor rubocop suggestionMartin Cabrera2017-01-161-1/+1
| * Refactored ‘from’ and ‘to’ variable preservationMartin Cabrera2017-01-161-10/+6
| * from or to get variables gets preserved if the other one is missingMartin Cabrera2017-01-151-2/+9
| * Changed alert message character: from & to and Martin Cabrera2017-01-151-1/+2
| * Fix Compare page throws 500 error when any branch/reference is not selectedMartin Cabrera2017-01-101-1/+6
* | Prefer leading dots over trailing dotsLin Jen-Shin2017-01-041-2/+2
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-101-1/+1
|\ \ | |/
| * Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* | Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-081-1/+2
|/
* Make Compare#diffs diff_options a regular argumentDouwe Maan2016-08-031-2/+2
* switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-031-2/+2
* Introduce Compare model in the codebase.Paco Guzman2016-08-031-12/+6
* Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-031-2/+2
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-3/+3
* Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-201-1/+1
* Apply diff view cookie on comparecompare-code-viewPhil Hughes2016-07-151-0/+1
* DRY up diff_for_path actionsSean McGivern2016-07-081-40/+28
* Remove unused argument to CompareService#executeSean McGivern2016-07-081-4/+10