summaryrefslogtreecommitdiff
path: root/app/services/create_branch_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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