summaryrefslogtreecommitdiff
path: root/app/services/create_branch_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)2018-06-111-1/+1
* Move GitHooksService to Gitlab::GitJacob Vosmaer2017-08-231-1/+1
* Fix CreateBranchService after Repository#commit_file was renamed to create_fileAdam Niedzielski2017-03-211-3/+3
* Create master branch first if project is repository-lessValery Sizov2017-02-231-0/+14
* Prefer leading dots over trailing dotsLin Jen-Shin2017-01-051-2/+2
* Simply give result if result[:status] == :errorLin Jen-Shin2016-12-081-11/+3
* Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-11-241-2/+0
|\
| * Remove unnecessary require_relative calls from service classesSemyon Pupkov2016-11-221-2/+0
* | Move all branch creation to raw_ensure_branch,Lin Jen-Shin2016-11-221-6/+2
* | Make sure we have the branch on the other projectLin Jen-Shin2016-11-151-9/+1
* | Add `source_branch` option for various git operationsLin Jen-Shin2016-11-151-11/+11
* | Revert "Don't execute git hooks if you create branch as part of other change"Lin Jen-Shin2016-11-151-2/+2
* | Don't execute git hooks if you create branch as part of other changeKamil Trzcinski2016-11-021-2/+2
|/
* Fix of 'Commits being passed to custom hooks are already reachable when using...Valery Sizov2016-07-191-15/+13
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-5/+5
* Better message for git hooks and file locksValery Sizov2016-07-041-2/+2
* Use a similar approach to branch creation for tag creationuse-rugged-to-create-tagRémy Coutable2016-05-041-5/+0
* Fix duplicated branch creation/deletion Web hooks/service notifications when ...Stan Hu2016-02-091-5/+1
* Fix duplicated branch creation/deletion events when using Web UIStan Hu2016-01-081-1/+0
* Merge branch 'edit-on-fork' into 'master' Dmitriy Zaporozhets2015-12-241-2/+15
|\
| * Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-2/+15
* | Add JS validation for invalid characters in branch nameDouglas Barbosa Alexandre2015-12-171-1/+1
* | Add more descriptive error message when create branch with invalid nameDouglas Barbosa Alexandre2015-12-161-1/+1
|/
* Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-2/+3
* Ecevute hooks and services when branches are created/deleted through web.Douwe Maan2015-03-131-0/+2
* Use PushDataBuilder where applicable.Douwe Maan2015-03-131-3/+11
* Move all event creation to EventCreateService.Douwe Maan2015-02-131-1/+1
* Factor error and success methods from services.Ciro Santilli2014-09-211-13/+7
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-1/+26
* Move branch creation logic in serviceDmitriy Zaporozhets2014-04-011-0/+13