gitlab-org--gitlab-foss/spec/requests
Rémy Coutable bfa16dbcfb Merge branch 'api-fix-annotated-tags' into 'master'
API: Present an array of Gitlab::Git::Tag instead of array of rugged tags

The annotated message was always `null` because the wrong array was presented. 

The entity requires an array of `Gitlab::Git::Tags` instead an array of raw rugged tags was presented. Since a rugged tag does not respond to `message` to get the annotated message, this was always `null`. 

See merge request !3764
2016-04-19 12:31:31 +00:00
..
api Merge branch 'api-fix-annotated-tags' into 'master' 2016-04-19 12:31:31 +00:00
ci/api Fix ci_build trace trait 2016-02-19 19:31:57 +01:00