Files
gitlabhq/spec
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
..
2016-04-19 07:39:53 -04:00
2016-03-22 00:23:58 +01:00
2016-04-14 10:28:05 +01:00
2016-04-18 10:58:40 +02:00
2016-04-18 11:03:53 +02:00
2015-05-28 18:22:32 -04:00