summaryrefslogtreecommitdiff
path: root/app/services/commits
Commit message (Expand)AuthorAgeFilesLines
* Refactor changing files in web UIDouwe Maan2017-04-204-49/+81
* Remove useless assignmentdm-fix-cherry-pickDouwe Maan2017-03-031-1/+1
* Use separate error class for cherry-pick and revert tree errorsDouwe Maan2017-03-021-9/+5
* Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-30/+22
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-2/+2
* Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-061-5/+5
* Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-061-5/+5
* Prefer leading dots over trailing dotsLin Jen-Shin2017-01-061-2/+2
* Fix for initial commit and remove unneeded argsLin Jen-Shin2017-01-061-2/+9
* Just trust set_commit_variables to set everything!Lin Jen-Shin2017-01-061-1/+2
* Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-1/+1
|\
| * fix awkward verb conjugation in cherry-pick and revert errorsMike Greiling2016-12-101-1/+1
* | Fix source_project and also pass source_projectLin Jen-Shin2016-12-141-0/+1
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-101-1/+1
|\ \ | |/
| * Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-1/+1
* | Cleanup parameters, easier to understand andLin Jen-Shin2016-12-081-1/+1
* | Pass source_branch properly for cherry-pick/revertLin Jen-Shin2016-12-071-1/+8
* | Add `source_branch` option for various git operationsLin Jen-Shin2016-11-151-5/+5
* | Revert "Don't execute git hooks if you create branch as part of other change"Lin Jen-Shin2016-11-151-1/+1
* | Don't execute git hooks if you create branch as part of other changeKamil Trzcinski2016-11-021-1/+1
|/
* Reduce duplication in Commits::{CherryPickService,RevertService}22203-reduce-duplication-in-commits-cherry_pick_serviceRémy Coutable2016-09-153-27/+21
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-2/+2
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-2/+2
* Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-2/+2
* Revert back to not defining a default Git access protocol.Patricio Cano2016-07-051-1/+1
* Default Git access protocol to `web`Patricio Cano2016-07-051-1/+1
* Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-051-1/+1
* Add support to cherry-pick any commitP.S.V.R2016-04-183-43/+69
* Check push permissions only when pushing directly to target branch.issue_14374Rubén Dávila2016-03-171-3/+4
* Check for conflicts before creating target branch.Rubén Dávila2016-03-011-11/+11
* Some updates from last code review.Rubén Dávila2016-02-191-7/+3
* Refactor RevertService.Rubén Dávila2016-02-191-30/+24
* Some fixes and refactors for code related to forks.Rubén Dávila2016-02-191-4/+25
* Don't make Repository#revert aware of MRs.Rubén Dávila2016-02-191-2/+6
* Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-191-1/+1
* Big refactor for #revert_commit.Rubén Dávila2016-02-191-10/+1
* Some fixes required for conflicts on revert.Rubén Dávila2016-02-191-2/+4
* Make it work for merge commits.Rubén Dávila2016-02-191-3/+1
* Make MRs with revert commit work.Rubén Dávila2016-02-191-6/+10
* Add RevertService class with basic logic to revert commitRubén Dávila2016-02-191-0/+48