summaryrefslogtreecommitdiff
path: root/app/services/delete_branch_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce ServiceResponse to wrap around responseLin Jen-Shin2019-04-221-13/+11
* Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas2019-04-051-10/+0
* Use 'delete' instead of 'remove' for source branch25569-changing-wording-to-delete-when-referring-to-removing-a-branchSam Bigelow2019-01-221-1/+1
* 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
* Add confirm delete protected branch modalSam Rose2017-05-081-12/+4
* Moved Project#protected_branch? to ProtectedBranch, similar for tagsJames Edwards-Jones2017-04-031-1/+1
* Remove unnecessary require_relative calls from service classesSemyon Pupkov2016-11-221-2/+0
* Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-1/+1
* Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-2/+7
* Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-1/+1
* Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-281-1/+1
* Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-go...Alejandro Rodríguez2016-07-241-1/+1
* Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-211-1/+1
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-10/+2
* Better message for git hooks and file locksValery Sizov2016-07-041-2/+2
* 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
* Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila2015-12-031-1/+3
* Ecevute hooks and services when branches are created/deleted through web.Douwe Maan2015-03-131-0/+3
* Use PushDataBuilder where applicable.Douwe Maan2015-03-131-2/+9
* Move all event creation to EventCreateService.Douwe Maan2015-02-131-1/+1
* Factor error and success methods from services.Ciro Santilli2014-09-211-11/+10
* Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-5/+6
* Improve branch-removal logicDmitriy Zaporozhets2014-05-221-0/+4
* Delete branch service with permission checksDmitriy Zaporozhets2014-05-221-0/+42