Skip to content

Add GetTagSignatures RPC

Jonas Wälter requested to merge siemens/gitaly:feat/get-tag-signatures into master

As requested in #2719 (closed), this MR implements the GetTagSignatures RPC (analogous to the similar GetCommitSignatures RPC).

This RPC is required to simplify and optimize the handling of tag signatures in GitLab and to fix an existing bug (the signature is integrated in the tag message, if both together are too long, the signature is truncated and thus invalid).

Closes #2719 (closed)

🛠 with at Siemens

/cc @bufferoverflow

Merge request reports