Skip to content

Graphql commitsWithoutMergeCommits only show first 100

What does this MR do?

Fixes an issue on commitsWithoutMergeCommits where only the first 100 commits were shown.

Changing from recent_commits() to commits() doesn't change the API behavior since the built-in pagination limits the maximum request to 100, as so, the front end is not affected.

Related issues

Closes #348428 (closed)

Edited by Lucas Zampieri

Merge request reports