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-09-19Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)
2017-09-01Move GitOperationService to Gitlab::GitJacob Vosmaer
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-04-20Refactor changing files in web UIDouwe Maan
2017-03-03Remove useless assignmentDouwe Maan
2017-03-03Use separate error class for cherry-pick and revert tree errorsDouwe Maan
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-01-06Rename from base to start because base could mean merge baseLin Jen-Shin
2017-01-06Rename source to base to avoid confusion from MRLin Jen-Shin
2017-01-05Prefer leading dots over trailing dotsLin Jen-Shin
2017-01-05Fix for initial commit and remove unneeded argsLin Jen-Shin
2017-01-05Just trust set_commit_variables to set everything!Lin Jen-Shin
2017-01-04Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin
2016-12-13Fix source_project and also pass source_projectLin Jen-Shin
2016-12-10fix awkward verb conjugation in cherry-pick and revert errorsMike Greiling
2016-12-09Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2016-12-09Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan
2016-12-08Cleanup parameters, easier to understand andLin Jen-Shin
2016-12-07Pass source_branch properly for cherry-pick/revertLin Jen-Shin
2016-11-14Add `source_branch` option for various git operationsLin Jen-Shin
2016-11-14Revert "Don't execute git hooks if you create branch as part of other change"Lin Jen-Shin
2016-11-02Don't execute git hooks if you create branch as part of other changeKamil Trzcinski
2016-09-15Reduce duplication in Commits::{CherryPickService,RevertService}Rémy Coutable
2016-07-18Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable
2016-07-13Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher
2016-07-13Refactor `Gitlab::GitAccess`Timothy Andrew
2016-07-06Revert back to not defining a default Git access protocol.Patricio Cano
2016-07-06Default Git access protocol to `web`Patricio Cano
2016-07-06Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano
2016-04-18Add support to cherry-pick any commitP.S.V.R
2016-03-17Check push permissions only when pushing directly to target branch.Rubén Dávila
2016-03-02Check for conflicts before creating target branch.Rubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Refactor RevertService.Rubén Dávila
2016-02-19Some fixes and refactors for code related to forks.Rubén Dávila
2016-02-19Don't make Repository#revert aware of MRs.Rubén Dávila
2016-02-19Update copy and URLs used when reverting MRs.Rubén Dávila
2016-02-19Big refactor for #revert_commit.Rubén Dávila
2016-02-19Some fixes required for conflicts on revert.Rubén Dávila
2016-02-19Make it work for merge commits.Rubén Dávila
2016-02-19Make MRs with revert commit work.Rubén Dávila
2016-02-19Add RevertService class with basic logic to revert commitRubén Dávila