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-06-10Remove unused MergeRequest#gitlab_merge_status methodRémy Coutable
2016-06-10Rename ci_commit -> pipelineRémy Coutable
2016-06-10Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable
2016-06-10Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable
2016-06-10Allow or not merge MR with failed buildRui Anderson
2016-06-07Merge branch 'zj-workhorse-to-serve-diffs' into 'master' Jacob Vosmaer (GitLab)
2016-06-03Workhorse to serve raw diffsZeger-Jan van de Weg
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-20Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs
2016-05-14Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre
2016-05-13Merge branch 'deprecated-class-methods-cop' into 'master' Robert Speicher
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-09Enable the Rubocop DeprecatedClassMethods copConnor Shea
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński
2016-04-20Verify the MR being displayed question has a merge commit set and can be cher...Douwe Maan
2016-04-19Get rid of more requires, which causes warnings when code is reloadedRémy Coutable
2016-04-13Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
2016-04-12Add changelog entry, improve specs and model codeFelipe Artur
2016-04-12Allow to close invalid merge requestFelipe Artur
2016-04-12Use Ci::Commit as PipelineKamil Trzcinski
2016-04-04Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan
2016-04-01Memoize reference_pattern/link_reference_patternYorick Peterse
2016-03-30We need `sha` reference from `diff_base_commit` to generate the diffGabriel Mazetto
2016-03-30Use `diff_base_commit` instead of `target_branch` to generate diffsGabriel Mazetto
2016-03-29Ensuring Merge Request API returns boolean values for work_in_progressAbhi Rao
2016-03-20Fix group project selection in IssuableFinderDouwe Maan
2016-03-19Merge remote-tracking branch 'origin/master' into remove-wipRémy Coutable
2016-03-19Improve the "easy WIP & un-WIP from link" featureRémy Coutable
2016-03-18Add a safeguard in MergeRequest#compute_diverged_commits_countRémy Coutable
2016-03-16Fix MergeRequest#source_sha when there is no diffPierre de La Morinerie
2016-03-14Merge branch 'master' into fix_remove_fork_linkBaldinof
2016-03-11Close merge requests when removing fork relationBaldinof
2016-03-11Use a UNION in MergeRequest.in_projectsYorick Peterse
2016-03-07Merge branch 'issue_13621_2' into 'master' Douwe Maan
2016-03-07Merge branch 'indicate-mr-diverged-from-target' into 'master' Douwe Maan
2016-03-07Updates from last code review.Rubén Dávila
2016-03-05Refactor GlobalMilestone queries.Rubén Dávila
2016-03-04Change icons for open close on issue/MRJacob Schatz
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2016-03-03Indicate how much an MR branch diverges from the target branchPierre de La Morinerie
2016-02-27Use specialized system notes when MR is (un)marked as WIPDouwe Maan
2016-02-19More updates from the last code review.Rubén Dávila
2016-02-19Don't show revert button if commit/MR has already been reverted.Rubén Dávila
2016-02-19Remove no longer required methods on MR.Rubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Add some specs plus some refactor.Rubén Dávila
2016-02-19Use #iid for revert branch name so it's consistent when the MR id in the URL.Rubén Dávila
2016-02-19Some refactor to the revert commit creation.Rubén Dávila
2016-02-19Add merge_commit_sha column to merge_requests.Rubén Dávila