Skip to content

Adds ordering to projects contributors in API

What does this MR do?

Allows ordering in GET api/v4/projects/:project_id/repository/contributors through order_by and sort params. The available order_by options are: name|email|commits. The available sort options are: asc|desc.

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 #13695 (closed)

Edited by Rémy Coutable

Merge request reports