Skip to content

Add search by author name to Commits API

Vasilii Iakliushin requested to merge add_search_by_author_to_commits_api into master

What does this MR do and why?

Problem

Users can search by author name using GitLab UI. But this feature is missing in related REST API endpoint.

Solution

Allow to search commits by author in Commits API.

How to set up and validate locally

  1. http://127.0.0.1:3000/api/v4/projects/2/repository/commits?author=dmitriy

MR acceptance checklist

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

Edited by Vasilii Iakliushin

Merge request reports