Gautier de Saint Martin Lacaze
Gautier de Saint Martin Lacaze
FYI about gitlab : * {url-repo}/compare/v1.0.0...master * {url-repo}/compare/v0.8.0...v1.0.0 It seems that `HEAD` does not work. I'm not sure if there is a way to determine the default branch for unreleased...
I just checked by calling directly GitLab API and it seems that the search API need at least 3 characters to run the search. See the following links in your...
Hello, You can use something like this (not tested): ```java GitLabApi gitLabApi = new GitLabApi("http://your.gitlab.server.com", "YOUR_PERSONAL_ACCESS_TOKEN"); RepositoryApi repository = gitLabApi.getRepositoryApi(); // Adapt the list of projects your account has access...
@Dichik gitlab4j-api is a wrapper of the official GitLab API. I don't find a way to do what you want in the official GitLab documentation. If you find any, point...
After reading GitLab documentation, you can't ask multiple files through multi file paths. See available API here: https://docs.gitlab.com/ee/api/repository_files.html#get-raw-file-from-repository You can eventually use the `get file archive` from the Repository API....
I did not have time to work on this topic. If you can find a way to fix this, I can review PRs.
Thanks for your report. Not at all. It will be fixed in 5.0.2.
Hello, can you specify which API are you refering to? See https://docs.gitlab.com/ee/api/api_resources.html for all available API in latest version of GitLab.
@pvilaca do you want to contribute back your Group Board List implementation?
Hello @UmairYasin can you point me to the right documentation about this change? About the `OAuth login for username and password not working`. Which method did you use? I tried...