Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Workaround for GitLab time_estimate bug
08 Jan 03:59
Compare
Sorry, something went wrong.
No results found
gitlab4j-api-4.7.12
[maven-release-plugin] copy for tag gitlab4j-api-4.7.12
Miscellaneous Issue Fixes
06 Jan 07:16
Compare
Sorry, something went wrong.
No results found
Added printing_merge_request_link_enabled flag support to ProjectApi (#124 )
Added hard_delete support when deleting a user (#123 )
Added ability to create a commit with multiple files and actions (#122 )
Implemented workaround for GitLab API when setting time estimate on an issue (#114 )
Accept Merge Request Enhancements
03 Jan 04:56
Compare
Sorry, something went wrong.
No results found
Added MergeRequestApi.acceptMergeRequest(Integer, Integer) method and clarified the Javadocs concerning the use of merge request IID (#121 )
Thread Safety Fixes
01 Jan 00:40
Compare
Sorry, something went wrong.
No results found
This release is mostly related to making GitLab4J-API useable in a multithreaded environment.
Updated org.gitlab4j.api.utils.ISO8601 so that it is thread safe (#120 )
Added getters for properties of GitLabApi so that a logical copy could be created, also added GitLabApi.duplicate() (#119 )
Added userId into SshKey bean and populating of same (#116 )
Issue Time Tracking Fixes
29 Dec 02:47
Compare
Sorry, something went wrong.
No results found
Fixed time estimate parsing to be in-line with GitLab (#114 )
OAuth2 Support and Project Sharing
28 Dec 01:07
Compare
Sorry, something went wrong.
No results found
Added support to login via OAuth2 (#111 )
Added shareProject() and unshareProject() to ProjectApi (#112 )
Added Support to Fetch Merge Requests by State
17 Dec 21:00
Compare
Sorry, something went wrong.
No results found
Added getMergeRequests() with state parameter to MergeRequestApi (#110 ).
Fix addGroup() to return created Group Instance
12 Dec 03:13
Compare
Sorry, something went wrong.
No results found
gitlab4j-api-4.7.5
[maven-release-plugin] copy for tag gitlab4j-api-4.7.5
Added update member support and RepositoryApi fix.
07 Dec 20:09
Compare
Sorry, something went wrong.
No results found
Added update member support (#103 )
"ref_name" was changed to "ref" in RepositoryApi v4 (#108 )
Added Support for Month Durations and Enhanced Fork Project Methods
05 Dec 03:55
Compare
Sorry, something went wrong.
No results found
Added support for month ("mo") durations (#104 )
forkProject() methods now return a Project instance of the newly created project (#106 )