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
2017-01-25Merge branch 'fix_broken_diff_discussions' into 'master' Sean McGivern
2017-01-19Merge branch '23524-notify-automerge-user-of-failed-build' into 'master' Sean McGivern
2017-01-14Notify the user who set auto-merge when merge conflict occurstwonegatives
2017-01-11support `/merge` slash comand for MRsJarka Kadlecova
2017-01-03prevent 500 error when selecting changes tab for non-existent branchMike Greiling
2017-01-03Fix cross-project references copy to include the project referenceJames Lopez
2016-12-30Make diff discussion more reliableValery Sizov
2016-12-28use MergeRequest#closes_issues instead of rewriting code to retrieve closing ...Gabriel Gizotti
2016-12-26Use raw_diffs to calculate MR files changedSean McGivern
2016-12-19Merge branch 'fix/import-export-mr-error' into 'master' Rémy Coutable
2016-12-19Fix MR issue to do with merge userJames Lopez
2016-12-16Change closes issues reference text on MergeRequest#merge_commit_message to m...Gabriel Gizotti
2016-12-16add guard clause to MergeRequest#issues_mentioned_but_not_closingGabriel Gizotti
2016-12-16Show either description or closes issues references on MergeRequest#merge_com...Gabriel Gizotti
2016-12-16Better `Closes issues` text for MergeRequest#merge_commit_messageGabriel Gizotti
2016-12-16backend completely drives creation of merge commit messageGabriel Gizotti
2016-12-16Remove unnecessary code from MergeRequest#issues_mentioned_but_not_closingGabriel Gizotti
2016-12-16shorter lines on MergeRequest#merge_commit_messageGabriel Gizotti
2016-12-16only look for issues mentioned on description on MergeRequest#issues_mentione...Gabriel Gizotti
2016-12-16introduce MergeRequest#issues_mentioned_but_not_closingGabriel Gizotti
2016-12-16Remove whole description from #merge_commit_message and add add closed issuesGabriel Gizotti
2016-12-15Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan
2016-12-09Do not reload diff for merge request made from fork when target branch in for...Adam Niedzielski
2016-12-09Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan
2016-12-06Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
2016-12-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-12-01Replace references to MergeRequestDiff#commits with st_commitsAdam Niedzielski
2016-11-29Rename `MergeRequest#pipeline` to `head_pipeline`Grzegorz Bizon
2016-11-28Prevent error when submitting a merge request and pipeline is not definedAdam Niedzielski
2016-11-28Merge branch 'events-cache-invalidation' into 'master' Douwe Maan
2016-11-23Remove event caching codeYorick Peterse
2016-11-23Correctly determine mergeability of MR with no discussionsDouwe Maan
2016-11-21Fix a wrong "The build for this merge request failed" messageRémy Coutable
2016-11-09Make commit an optional arg for environments searchGrzegorz Bizon
2016-11-04Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos
2016-11-03Ensure merge request's "remove branch" accessors return booleansRémy Coutable
2016-10-28add "x of y tasks completed" on issuableGuilherme Salazar
2016-10-24Remove redundant class_name and foreign_key overridesDavid Wagner
2016-10-20Rename forked_source_project_missing? to source_project_missing?Nick Thomas
2016-10-20Fix the merge request view when source projects or branches are removedNick Thomas
2016-10-20Revert "Add #closed_without_source_project?"Nick Thomas
2016-10-19Add self.project_foreign_key on both Issue and MergeRequestDouglas Barbosa Alexandre
2016-10-18Improve code that creates a list of commits for MRGrzegorz Bizon
2016-10-18Extend merge request tests for all commits methodGrzegorz Bizon
2016-10-18Use temporary compare commits when MR not persistedGrzegorz Bizon
2016-10-17Merge branch 'master' into merge-conflicts-editor-2Sean McGivern
2016-10-14Refactor ci_status on MergeRequestControllerZ.J. van de Weg
2016-10-14Fix indenting error in HAMLZ.J. van de Weg
2016-10-14Show what time ago a MR was deployedZ.J. van de Weg