summaryrefslogtreecommitdiff
path: root/app/services/commits
Commit message (Collapse)AuthorAgeFilesLines
* Add support to cherry-pick any commitP.S.V.R2016-04-183-43/+69
| | | | | Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
* 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
| | | | | | * Now checking if a commit is already reverted or there is a conflict is much more faster. * No longer need to create a new branch.
* 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