java-gitlab-api icon indicating copy to clipboard operation
java-gitlab-api copied to clipboard

getOwnedProjects seems to get everything (slowly)

Open denis-yuen opened this issue 7 years ago • 1 comments

Against the current GitLab.com api, https://github.com/timols/java-gitlab-api/blob/master/src/main/java/org/gitlab/api/GitlabAPI.java#L851 seems to just return everything on Gitlab.

Experimenting, it seems like there's a typo with owner needing to be replaced with owned See also https://docs.gitlab.com/ee/api/v3_to_v4.html#9-0

denis-yuen avatar May 10 '18 15:05 denis-yuen

Also, getProjects() in the previous versions did not seem to download the entire GitLab and now it does.

OlgaMaciaszek avatar Jun 11 '18 15:06 OlgaMaciaszek