gitlab4j-api

GitLab4J API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories via the GitLab REST API

MIT License

Stars
1K

Bot releases are hidden (Show)

gitlab4j-api - Enhancement and Fix Release

Published by gmessner over 5 years ago

  • Fixed issue with RunnersApi.getAllRunners() methods - #365
  • Added get runners methods to RunnersApi to filter on type and status
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Added support for group and project access request API calls - #364
  • Added Scope enum to AccessTokenUtils - #336
gitlab4j-api - Webhook and System Hook Enhancements

Published by gmessner over 5 years ago

Improved content of the Webhook and System Hook events - #362

  • Event name is now available in all webhook and system hook events
  • Updated properties in the "changes" section of the issue and merge request events
  • Added support for arbitrary properties in the "changes" section of the issue and merge request events
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Updated all code related to the Job Webhook event so that both the documented and actual format of the event are supported - #357
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Audited and updated Webhook related code to bring in-line with latest GitLab API specs - #357
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Added support for fetching projects with a filter - #356
    • ProjectFilter was updated to include recently added filter attributes:
      • with_programming_language
      • wiki_checksum_failed
      • repository_checksum_failed
  • Added revertCommit() to the CommitsApi - #355
gitlab4j-api - Enhancement and Fix Release

Published by gmessner over 5 years ago

  • Added functionality to CommitAction to support fetching content from a local file - #344
  • Added support for passwords with special characters to OAUTH2 login - #343, #345
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Added support for Pipeline triggers - #341
gitlab4j-api - Docker Based Integration Testing

Published by gmessner over 5 years ago

  • Re-factored the integration tests to utilize the gitlab-ce Docker image for integration testing - #311
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • 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)
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Added maven-enforcer-plugin
    • Includes rules to disregard module-info classes.
  • Added javax.activation dependency for Java 9+ compatiability.
gitlab4j-api - Bug Fix

Published by gmessner over 5 years ago

  • Added support for user_failed_login system hook event (#334)
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Added MaskingLoggingFilter to mask sensitive data when logging request and response headers.
gitlab4j-api - Bug Fix

Published by gmessner over 5 years ago

  • Now properly handles dates using UTC zone name (#333)
  • Added tests for UTC zone name (#333)
gitlab4j-api - Bug Fix

Published by gmessner over 5 years ago

  • Made handling of merge_request event more resilient (#332).
  • Added testing of SystemHookManager.handleEvent() (#332).
  • Updated Jersey version to 2.28
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Removed use of JAXB (#327)
  • Now uses java.time functionality to parse dates (#327)
  • Added support for merge_request system hook (#332)
gitlab4j-api - Bug Fix

Published by gmessner over 5 years ago

  • Fixed deserialization problem with the changes property in the webhook events (#325, #330)
gitlab4j-api - Enhancement and Fix Release

Published by gmessner over 5 years ago

  • Added support for group and project variables (#330)
  • Fixed bug with CommitsApi.getCommit() would fail if there was a slash in the branch name (#328)
gitlab4j-api - Enhancement Release

Published by gmessner over 5 years ago

  • Added compare() method to RepositoryApi that includes the staright parameter (#322)
  • Added merge_commit_sha property to merge request event (#323)
  • Added labels support to IssueEvent (#325)
  • Added support for pipeline schedule variables (#326)
Package Rankings
Top 5.34% on Repo1.maven.org
Badges
Extracted from project README
Maven Central Build Status javadoc.io javadoc.io