Skip to content

Fix commits pagination#344

Merged
timols merged 1 commit intotimols:masterfrom
ctabin:fix-commits-pagination
Aug 13, 2019
Merged

Fix commits pagination#344
timols merged 1 commit intotimols:masterfrom
ctabin:fix-commits-pagination

Conversation

@ctabin
Copy link
Copy Markdown
Contributor

@ctabin ctabin commented Mar 21, 2019

Hi,

In the GitLabAPI.getCommits(projectId, pagination, branchOrTag), the pagination argument is ignored when invoking the extended getCommit` method. Since there is no warning about that, not all the commits will come back.

A temporary fix in 4.0.1 is to directly call getCommits(projectId, pagination, branchOrTag, null).

Best regards !
Cédric

@timols timols merged commit d12fc1d into timols:master Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants