gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Support returning Pager for getMergeRequest inside MilestonesApi

Open brochard opened this issue 2 years ago • 1 comments

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

brochard avatar Mar 18 '24 13:03 brochard

I will check the PR

jmini avatar Mar 26 '24 09:03 jmini