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-10-12Refactor straight compare diff codeDmitriy Zaporozhets
2016-10-12Improve tests for merge request diff modelDmitriy Zaporozhets
2016-10-12Use straight diff approach when compare merge request versionsDmitriy Zaporozhets
2016-10-10Fix Error 500 when viewing old merge requests with bad diff dataStan Hu
2016-09-22So that st_commits could never be nilLin Jen-Shin
2016-09-22For empty merge_request_diff st_commits would be nilLin Jen-Shin
2016-09-19Show all pipelines from all merge_request_diffs:Lin Jen-Shin
2016-09-07Refactor merge request version compare featureDmitriy Zaporozhets
2016-08-25Change the way merge request diff compare worksDmitriy Zaporozhets
2016-08-25Add code improvements to merge request version featureDmitriy Zaporozhets
2016-08-19Make sure merge request is fetched before collecting base sha in merge reques...Dmitriy Zaporozhets
2016-08-15Fix and refactor merge request diff_refs methodDmitriy Zaporozhets
2016-08-15Make merge request diff works with new FileCollection logicDmitriy Zaporozhets
2016-08-15Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets
2016-08-15Fix merge request diff create and head_commit_sha compatibilityDmitriy Zaporozhets
2016-08-15Change the way old merge request diff handledDmitriy Zaporozhets
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