summaryrefslogtreecommitdiff
path: root/app/services/delete_tag_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-1/+1
| | | | | | | | When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
* Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-2/+7
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13671791
* Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-1/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13540099
* Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-281-1/+1
|
* Revert "Merge branch ↵Alejandro Rodríguez2016-07-241-1/+1
| | | | | '17073-tagscontroller-index-is-terrible-response-time-goes-up-to-5-…" This reverts merge request !5375
* 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-7/+2
|
* Refactor release code a bitDmitriy Zaporozhets2015-11-091-1/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move tag deletion to service and execute hooks and services.Douwe Maan2015-03-131-0/+42