Releases: gitlab4j/gitlab4j-api
Releases · gitlab4j/gitlab4j-api
Enhancement Release
Compare
Sorry, something went wrong.
No results found
Docker Based Integration Testing
Compare
Sorry, something went wrong.
No results found
Re-factored the integration tests to utilize the gitlab-ce Docker image for integration testing - #311
Enhancement Release
Compare
Sorry, something went wrong.
No results found
Added functionality to create and revoke personal access tokens (#336 )
Added ability to fetch User's Feed Token (#336 )
Added ability to fetch Health Check token (#336 )
Integration tests can now dynamically create access tokens for use while running integration tests (#311 )
Enhancement Release
Compare
Sorry, something went wrong.
No results found
Added maven-enforcer-plugin
Includes rules to disregard module-info classes.
Added javax.activation dependency for Java 9+ compatiability.
Bug Fix
Compare
Sorry, something went wrong.
No results found
Added support for user_failed_login system hook event (#334 )
Enhancement Release
Compare
Sorry, something went wrong.
No results found
Added MaskingLoggingFilter to mask sensitive data when logging request and response headers.
Bug Fix
Compare
Sorry, something went wrong.
No results found
Now properly handles dates using UTC zone name (#333 )
Added tests for UTC zone name (#333 )
Bug Fix
Compare
Sorry, something went wrong.
No results found
Made handling of merge_request event more resilient (#332 ).
Added testing of SystemHookManager.handleEvent() (#332 ).
Updated Jersey version to 2.28
Enhancement Release
Compare
Sorry, something went wrong.
No results found
Removed use of JAXB (#327 )
Now uses java.time functionality to parse dates (#327 )
Added support for merge_request system hook (#332 )
Bug Fix
Compare
Sorry, something went wrong.
No results found
Fixed deserialization problem with the changes property in the webhook events (#325 , #330 )