Show commit signature validation status on Commits tab of merge requests
Release notes
Show commit signature validation status on Commits tab of merge requests
Problem to solve
Currently you can only see commit signature validation status for GPG signed commit on the commits overview page. For instance, https://example.com/group/project/-/commits/master
.
However, it would be very helpful to see whether commits are signed from a particular merge request's commit page as well. For instance, https://example.com/group/project/-/merge_requests/1337/commits
.
This is important for compliance to easily see whether all commits of a particular merge request are, in fact, signed.
Intended users
User experience goal
Proposal
Currently the Commits tab looks like this: while the corresponding commits overview page for the branch looks like this:
I'd like to get those nice green Verified pills also on the first image.