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-08-09Load merge request versions without loading whole diff from databaseDmitriy Zaporozhets
2016-08-06Enable Style/SpaceAroundEqualsInParameterDefault copGabriel Mazetto
2016-08-04change the API on the merge_request_diff model from diffs -> raw_diffsPaco Guzman
2016-08-02Speedup DiffNote#active? on discussions, preloading noteables and avoid touch...Paco Guzman
2016-08-02Chnage the way how merge request diff is initialized and savedDmitriy Zaporozhets
2016-08-02Add more tests to merge_request_diff and improve initializeDmitriy Zaporozhets
2016-08-02Refactor MergeRequestDiff initialize methodDmitriy Zaporozhets
2016-08-02Remove requirement for base_commit_sha to allow creation of merge requests fo...Dmitriy Zaporozhets
2016-08-02Add improvements to merge request versionsDmitriy Zaporozhets
2016-08-02Ensure merge request is created with valid diff objectDmitriy Zaporozhets
2016-08-02Refactor MergeRequestDiff modelDmitriy Zaporozhets
2016-08-02Refactor merge request diffDmitriy Zaporozhets
2016-08-02Add ability to render different merge request versionsDmitriy Zaporozhets
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