Skip to content

Provide an API endpoint to get the GPG signature of a commit

Problem to solve

The GPG signature of a single commit cannot be fetched from the frontend.

Further details

Proposal

Create a public API endpoint /projects/:id/repository/commits/:sha/signature or extend the existing /projects/:id/repository/commits/:sha endpoint with the GPG signature.