Files
gitlabhq/lib/api
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-02-19 13:18:46 +01:00
2016-02-19 18:30:43 +01:00
2016-03-03 18:38:44 +01:00
2016-02-01 10:41:52 +01:00
2016-04-13 12:04:09 -05:00
2016-03-24 18:44:52 +00:00
2016-04-13 12:04:09 -05:00
2016-04-13 16:25:24 +02:00
2013-07-16 11:28:19 +03:00
2015-07-06 16:47:19 +02:00
2016-04-18 11:12:28 -03:00