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
2016-07-19Squashed - fix encoding issueJames Lopez
2016-07-11Handle more than two paths in MergeRequest#diffsSean McGivern
2016-07-11Support renames in diff_for_path actionsSean McGivern
2016-07-08Memoize diffs with path options set separatelySean McGivern
2016-07-08Collapse large diffs by defaultSean McGivern
2016-07-07We can't call private methods with `self.`Douwe Maan
2016-07-07Make methods private that don't need to be publicDouwe Maan
2016-07-07Use stored start and head for MR diff without whitespaceDouwe Maan
2016-07-07On MRs being imported, commits aren't available yetDouwe Maan
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-07-07Store diff head and start commit shas on MR diffsDouwe Maan
2016-07-04Don't garbage collect commits that have related DB records like commentsDouwe Maan
2016-06-29Use update_columns to by_pass all the dirty code on active_recordPaco Guzman
2016-06-13Merge branches 'feature/project-export' and 'feature/project-import' of gitla...James Lopez
2016-06-01started refactoring some stuff based on MR feedbackJames Lopez
2016-05-18Maintain commit order in MRsSean McGivern
2016-05-14Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre
2016-05-09Merge branch 'feature/project-export' of gitlab.com:gitlab-org/gitlab-ce into...James Lopez
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-21fix conflictsJames Lopez
2016-04-19Get rid of more requires, which causes warnings when code is reloadedRémy Coutable
2016-04-12fixing more importing issuesJames Lopez
2016-03-04Show at most 100 commits in the web UIJacob Vosmaer
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-01-27Correctly determine MR diff base when MR has merge conflictsDouwe Maan
2016-01-20Save and use actual diff base commit for MR diff highlightingDouwe Maan
2015-11-13Add ignore white space option in merge request diffMinsik Yoon
2015-10-20Correctly find last known blob for file deleted in MR.Douwe Maan
2015-10-16Add a system note and update relevant merge requests when a branch is deleted...Stan Hu
2015-10-03Fix rubocop warnings in appGuilherme Garnier
2015-09-25Fix Error 500 in creating merge requests with > 1000 diffsStan Hu
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'improve-merge-requests' into 'master' "Dmitriy Zaporozhets
2015-08-07Create ref for every merge request. Add documentation for fetch merge requestsDmitriy Zaporozhets
2015-07-16Increase COMMITS_SAFE_SIZE to reasonable size in compare to diff limits. Fix ...Dmitriy Zaporozhets
2015-07-15Refactor compare and fetch logicDmitriy Zaporozhets
2015-07-15Implement update of ref when merge request code is reloadedDmitriy Zaporozhets
2015-07-15Implement merge from forks without satellitesDmitriy Zaporozhets
2015-04-24Let commit model know about its project.Douwe Maan
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2014-10-10Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets
2014-08-25Annotate modelsDmitriy Zaporozhets
2014-07-29Use CompareService in collecting diff when create MRDmitriy Zaporozhets
2014-06-26Key strong paramsDmitriy Zaporozhets
2014-05-07Add CompareAction class for collecting commits and diffs using satellitesDmitriy Zaporozhets
2014-04-09Re-annotate modelsDmitriy Zaporozhets
2014-02-27remove dead code: broken_diffstsl0922
2014-02-12Use gitlab_git 5.4.0 without BROKEN_DIFF constantDmitriy Zaporozhets