Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-20Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-11-07Allow getting all paths (old & new) involved in MRMark Chao
Fetch database columns directly if available
2018-07-27Enable frozen string in app/models/*.rbgfyoung
Partially addresses #47424.
2018-03-08Remove unused Compare#base_commitOswaldo Ferreira
2018-03-08Avoid re-fetching merge-base SHA from Gitaly unnecessarilyOswaldo Ferreira
2016-10-12Refactor straight compare diff codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-12Use straight diff approach when compare merge request versionsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-03Make Compare#diffs diff_options a regular argumentDouwe Maan
2016-08-03switch from diff_file_collection to diffsPaco Guzman
So we have raw_diffs too
2016-08-03Introduce Compare model in the codebase.Paco Guzman
This object will manage Gitlab::Git::Compare instances
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection