Skip to content

Get tag signature via Tags API

Vasilii Iakliushin requested to merge 384116_add_tag_signature_api into master

What does this MR do and why?

Contributes to #384116 (closed)

Problem

We don't have an tags API to return signature the same way as we do for commits. Example of commit's signature: https://gitlab.com/api/v4/projects/72724/repository/commits/189a6c924013fc3fe40d6f1ec1dc20214183bc97/signature.

Solution

Add an endpoint that will return the tag signature.

Screenshots or screen recordings

http://127.0.0.1:3000/api/v4/projects/1/repository/tags/v1.1.1/signature

Screenshot_2022-12-09_at_16.03.49

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vasilii Iakliushin

Merge request reports

Loading