We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, for my current project I try to retrieve all merge requests of a Milestone to build a Release note but I'm currently limited to the default page size (96) with this method : https://github.com/gitlab4j/gitlab4j-api/blob/main/src/main/java/org/gitlab4j/api/MilestonesApi.java#L498 I think it would make sense to be able to return a pager like pretty much every other methods.
I will be attempting to implement it if that's ok with you.
Update : attempted to fix this in pull request #1103
The text was updated successfully, but these errors were encountered:
I will check the PR
Sorry, something went wrong.
Support returning Pager for getMergeRequest inside MilestonesApi (#1103)
c3a0341
Fixes issue #1102
No branches or pull requests
Hi, for my current project I try to retrieve all merge requests of a Milestone to build a Release note but I'm currently limited to the default page size (96) with this method : https://github.com/gitlab4j/gitlab4j-api/blob/main/src/main/java/org/gitlab4j/api/MilestonesApi.java#L498
I think it would make sense to be able to return a pager like pretty much every other methods.
I will be attempting to implement it if that's ok with you.
Update : attempted to fix this in pull request #1103
The text was updated successfully, but these errors were encountered: