You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The merge request commits API does not allow any options, but it seems that any commits after the first 20 are thrown out. Interestingly, the request still takes a longer time if there are more commits in the merge request.
For example, say I have a project called "my/project", and the first merge request on that project has more than 20 commits If I call Gitlab.client.merge_request_commits("my/project", 1).count, I get "20" as the result.
How do I get merge request commits after the first 20?
The text was updated successfully, but these errors were encountered:
The merge request commits API does not allow any options, but it seems that any commits after the first 20 are thrown out. Interestingly, the request still takes a longer time if there are more commits in the merge request.
For example, say I have a project called "my/project", and the first merge request on that project has more than 20 commits If I call
Gitlab.client.merge_request_commits("my/project", 1).count
, I get "20" as the result.How do I get merge request commits after the first 20?
The text was updated successfully, but these errors were encountered: