Commit b86f99bd authored by Kerri Miller's avatar Kerri Miller

Merge branch 'fix_commit_without_merge_commits_commit_limit' into 'master'

Graphql commitsWithoutMergeCommits only show first 100

See merge request gitlab-org/gitlab!76787
parents 1e4346df 43cc1e16
......@@ -258,7 +258,7 @@ module Types
end
def commits_without_merge_commits
object.recent_commits.without_merge_commits
object.commits.without_merge_commits
end
def security_auto_fix
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment