gitlab-org--gitlab-foss/lib/gitlab/data_builder
Alejandro Rodríguez fa3bbd449e Fix lightweight tags not processed correctly by GitTagPushService
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`.
2016-10-28 13:53:18 -03:00
..
build.rb Simplify the name for data builder, feedback: 2016-08-12 16:09:29 +08:00
note.rb Simplify the name for data builder, feedback: 2016-08-12 16:09:29 +08:00
pipeline.rb Simplify the name for data builder, feedback: 2016-08-12 16:09:29 +08:00
push.rb Fix lightweight tags not processed correctly by GitTagPushService 2016-10-28 13:53:18 -03:00