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 (Expand)Author
2021-11-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-12-10Check for valid refs in CommitController before doing anythingStan Hu
2018-10-08Reject invalid branch names in repository compare controllerStan Hu
2018-09-26Enable even more frozen string in app/controllersgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-22Speed up diff comparisons by limiting number of commit messages renderedStan Hu
2018-05-07Add signature verification badge to compare viewMarc
2018-03-05Fix n+1 issue by not reloading fully loaded blobsAlejandro Rodríguez
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-15Make the labels in the Compare form less confusingRémy Coutable
2017-09-06Adds cacheless render to Banzai object renderTiago Botelho
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-05-23Remove @commit in compare and MR controllersDouwe Maan
2017-05-23Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan
2017-04-10Fix specsDouwe Maan
2017-02-07Address feedbackDouwe Maan
2017-02-07Add feature specsDouwe Maan
2017-02-07Improve performance of finding last deployed environmentDouwe Maan
2017-02-07Add 'View on [env]' link to blobs and individual files in diffsDouwe Maan
2017-01-26Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2017-01-17refactor rubocop suggestionMartin Cabrera
2017-01-16Refactored ‘from’ and ‘to’ variable preservationMartin Cabrera
2017-01-15from or to get variables gets preserved if the other one is missingMartin Cabrera
2017-01-15Changed alert message character: from & to and Martin Cabrera
2017-01-11Fix Compare page throws 500 error when any branch/reference is not selectedMartin Cabrera
2017-01-04Prefer leading dots over trailing dotsLin Jen-Shin
2016-12-09Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2016-12-09Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan
2016-12-08Introduce Repository#with_tmp_ref which we needLin Jen-Shin
2016-08-03Make Compare#diffs diff_options a regular argumentDouwe Maan
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-03Introduce Compare model in the codebase.Paco Guzman
2016-08-03Move to Gitlab::Diff::FileCollectionPaco Guzman
2016-08-03Cache highlighted diff lines for merge requestsPaco Guzman
2016-07-21Add Discussion model to represent MR/diff discussionDouwe Maan
2016-07-15Apply diff view cookie on comparePhil Hughes
2016-07-08DRY up diff_for_path actionsSean McGivern
2016-07-08Remove unused argument to CompareService#executeSean McGivern