Skip to content
New issue

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

Support returning Pager for getMergeRequest inside MilestonesApi #1102

Open
brochard opened this issue Mar 18, 2024 · 1 comment
Open

Support returning Pager for getMergeRequest inside MilestonesApi #1102

brochard opened this issue Mar 18, 2024 · 1 comment

Comments

@brochard
Copy link
Contributor

brochard commented Mar 18, 2024

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

@jmini
Copy link
Collaborator

jmini commented Mar 26, 2024

I will check the PR

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

No branches or pull requests

2 participants