java-gitlab-api
java-gitlab-api copied to clipboard
A wrapper for the Gitlab API written in Java
``` java.lang.RuntimeException: org.gitlab.api.GitlabAPIException at org.gitlab.api.http.GitlabHTTPRequestor$1.fetch(GitlabHTTPRequestor.java:243) ~[java-gitlab-api-4.1.0.jar:na] at org.gitlab.api.http.GitlabHTTPRequestor$1.hasNext(GitlabHTTPRequestor.java:197) ~[java-gitlab-api-4.1.0.jar:na] at org.gitlab.api.http.GitlabHTTPRequestor.getAll(GitlabHTTPRequestor.java:165) ~[java-gitlab-api-4.1.0.jar:na] at org.gitlab.api.GitlabAPI.getIssues(GitlabAPI.java:2433) ~[java-gitlab-api-4.1.0.jar:na] at com.incasec.tg.bounty.bot.IssuesCommand.getIssues(IssuesCommand.java:22) ~[classes/:na] at com.incasec.tg.bounty.bot.IssuesCommand.createMessage(IssuesCommand.java:32) ~[classes/:na] at com.incasec.tg.bounty.bot.BountyBot.onUpdateReceived(BountyBot.java:24) ~[classes/:na] at java.util.ArrayList.forEach(ArrayList.java:1257) ~[na:1.8.0_201] at org.telegram.telegrambots.meta.generics.LongPollingBot.onUpdatesReceived(LongPollingBot.java:27) ~[telegrambots-meta-4.1.2.jar:na]...
I think it would be a nice feature to automatically publish a new version to maven on each merge. This could then reduce the toil for @timols to have to...
Hi, My gitlab server version is 8.3,but I don't know which client version I can use, Anyone knows?

gitlabAPI.getGroupMembers don't return inherited users REST API: GET /groups/:id/members - supported GET /groups/:id/members/all - not supported
Hi, first of all: thanks for this great library! I use it to let users of our web-application create new issues directly in our repository. This works fantastic but if...
There is no getter for the importStatus in the "GitlabProject" Entity. I want to write a polling mechanism after forking a project to wait until the forking is finished. Afterwards...
I could not get stat info from the class GitlabCommit.java,someone help?
When requesting the merge requests for a non existing project, e.g. `/api/v4/projects/42/merge_requests`, the FileNotFoundException caught in [GitlabHTTPRequestor](https://github.com/timols/java-gitlab-api/blob/master/src/main/java/org/gitlab/api/http/GitlabHTTPRequestor.java#L242) is wrapped in a RuntimeException and thrown out uncaught. I propose to replace...