Skip to content

Issue #349228: Use ListCommits rpc to fetch context commits

What does this MR do and why?

It extends context_commits search result api which currently supports search by commit message, to now also support filter by author, committed before and committed after

Describe in detail what your merge request does and why. Internally it will now use ListCommits rpc call (which was extended to support search by commit message) instead of CommitCommitsByMessage.

Screenshots or screen recordings

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports