fa3bbd449e
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`. |
||
---|---|---|
.. | ||
access_requests_finder_spec.rb | ||
branches_finder_spec.rb | ||
contributed_projects_finder_spec.rb | ||
group_projects_finder_spec.rb | ||
groups_finder_spec.rb | ||
issues_finder_spec.rb | ||
joined_groups_finder_spec.rb | ||
labels_finder_spec.rb | ||
merge_requests_finder_spec.rb | ||
move_to_project_finder_spec.rb | ||
notes_finder_spec.rb | ||
personal_projects_finder_spec.rb | ||
pipelines_finder_spec.rb | ||
projects_finder_spec.rb | ||
snippets_finder_spec.rb | ||
tags_finder_spec.rb | ||
todos_finder_spec.rb |