Skip to content

Do not make extra signatures request for Vue tree view

What does this MR do?

Vue tree view uses GraphQL request to retrieve the last commit and the response contains information about the commit signature: !17288 (merged)

In this case, we don't need the functionality provided by js-signature-container widget, so we can avoid making an additional non-trivial request

Merge request reports