-
- Downloads
Expose `created_at` field in Tags API
Contributes to #451011 **Problem** Tags API does not provide information about tag's creation timestamp for annotated tags. **Note** Lightweight tags don't have their own timestamp. **Solution** * Add field `created_at` to Tags API response. Changelog: added
parent
86f04401
No related branches found
No related tags found
Showing
- doc/api/tags.md 20 additions, 6 deletionsdoc/api/tags.md
- lib/api/entities/tag.rb 2 additions, 0 deletionslib/api/entities/tag.rb
- spec/fixtures/api/schemas/public_api/v4/tag.json 36 additions, 9 deletionsspec/fixtures/api/schemas/public_api/v4/tag.json
- spec/lib/api/entities/tag_spec.rb 39 additions, 0 deletionsspec/lib/api/entities/tag_spec.rb
spec/lib/api/entities/tag_spec.rb
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!2945 (merged)
Please register or sign in to comment