summaryrefslogtreecommitdiff
path: root/app/services/create_tag_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor release code a bitDmitriy Zaporozhets2015-11-091-2/+6
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-3/+1
* Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-211-1/+2
* Use PushDataBuilder where applicable.Douwe Maan2015-03-131-2/+2
* Set push data object kind in PushDataBuilder.Douwe Maan2015-03-131-3/+1
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-2/+2
* Set correct object_kind on tag push data.Douwe Maan2015-03-031-1/+3
* Execute tag_push services and hooks when tag is created through web UI.Douwe Maan2015-03-031-5/+5
* Move all event creation to EventCreateService.Douwe Maan2015-02-131-1/+1
* Fix ci data in hook when create git tag via UIDmitriy Zaporozhets2015-01-121-3/+3
* Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-0/+10
* Factor error and success methods from services.Ciro Santilli2014-09-211-13/+7
* Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-041-2/+6
* Validate tag-names and references in WebUI, APIRobert Schilling2014-09-031-1/+26
* Add CreateTagService. Use new service to allow tag creation through API.Sean Edge2014-05-231-0/+13