Skip to content

Retrieve commit signatures with Gitaly

Jacob Vosmaer requested to merge gitaly-commit-signature into master

What does this MR do?

This MR makes it possible to retrieve commit signatures without using Rugged.

This creates some unfortunate N+1 queries to Gitaly so we will have to iterate on this approach.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes gitaly#923 (closed)

Edited by Jacob Vosmaer

Merge request reports