v1.99 π
Closed Issues
- Support all available endpoints for Github App with preview request (#570)
- Login details (#560)
- GHRepository.listReleases() return empty always (#535)
- Unable to get deployment by id (#529)
- Malformed URL exception while accessing Enterprise Repository and fetching data (#526)
- Allow getting a repository by ID (#515)
- Methods to update milestones (#512)
- Add ETAG support to minimize API requests (#505)
- GitHub.connectUsingOAuth() suddenly taking a really long time to connect (#493)
- GHTeam.add does not due to GHTeam.Role(s) been capitalized (#489)
- Reading file's content through GHContent.read() returns previous version of file. (#487)
- Implement archive/unarchive functionality (#472)
- [Gists] Edit Gists Support (#466)
- Missing description field in GHTeam (#460)
- Bug: GHOrganization::createTeam does not regard argument repositories (#457)
- Null value for GHPullRequestReview created date and updated date (#450)
- Support for repository Projects (#425)
- create a little MockGitHub class for tests mocking out the github REST API (#382)
- Branch name is not being correctly URL encoded (#381)
- Issue events (#376)
- Not able to get the right file content (#371)
- Updating file is not possible (#354)
- Missing repository statistics (#330)
- Is there a way to make this library more test friendly? (#316)
- GitHub 2 factor login (#292)
- Unable to resolve github-api artifacts from Maven Central (#195)
Merged Pull-requests
- Bump maven-source-plugin from 3.1.0 to 3.2.0 @dependabot (#590)
- Fix site errors @bitwiseman (#587)
- [Documentation] :: Add GitHub App Developer Guide @PauloMigAlmeida (#586)
- Create CODE_OF_CONDUCT.md @bitwiseman (#585)
- Convenience method to auth with app installation token && documentation examples @PauloMigAlmeida (#583)
- Add method to list repository topics @martinvanzijl (#581)
- Fix for getting deployment by id @martinvanzijl (#580)
- Add methods to update and delete milestones. @martinvanzijl (#579)
- GHOrganization.createTeam now adds team to specified repositories @martinvanzijl (#578)
- bump jackson-databind to 2.10.0 to avoid security alert @romani (#575)
- Bump wiremock-jre8-standalone from 2.25.0 to 2.25.1 @dependabot (#574)
- Bump hamcrest.version from 2.1 to 2.2 @dependabot (#573)
- GitHub workflow: add JDK 13 to build matrix @sullis (#572)
- More tests @bitwiseman (#568)
- Add merge options to GHRepository @jberglund-BSFT (#567)
- Bump gson from 2.8.5 to 2.8.6 @dependabot (#565)
- Bump okio from 2.4.0 to 2.4.1 @dependabot (#564)
- Simplify creation of PagedIterables from requests @bitwiseman (#563)
- GitHub workflow: enable Java matrix [ '1.8.0', '11.0.x' ] @sullis (#562)
- Bump org.eclipse.jgit from 5.5.0.201909110433-r to 5.5.1.201910021850-r @dependabot (#561)
- Bump okio from 2.2.2 to 2.4.0 @dependabot (#558)
- Bump mockito-core from 3.0.0 to 3.1.0 @dependabot (#557)
- Bump wiremock-jre8-standalone from 2.24.1 to 2.25.0 @dependabot (#556)
- Bump commons-io from 1.4 to 2.6 @dependabot (#555)
- Bump maven-surefire-plugin from 2.22.1 to 2.22.2 @dependabot (#554)
- Bump commons-lang3 from 3.7 to 3.9 @dependabot (#552)
- Bump commons-codec from 1.7 to 1.13 @dependabot (#551)
- Bump spotbugs-maven-plugin from 3.1.11 to 3.1.12.2 @dependabot (#550)
- Bump bridge-method-annotation from 1.17 to 1.18 @dependabot (#549)
- Bump org.eclipse.jgit from 4.9.0.201710071750-r to 5.5.0.201909110433-r @dependabot (#547)
- Support for projects @gskjold (#545)
- Adding possiblity to get ssh keys @arngrimur-seal (#544)
- Grammar @jsoref (#543)
- Improved OkHttpConnector caching behavior @bitwiseman (#542)
- Add GitHubApiWireMockRule @bitwiseman (#541)
- Add support for team pr review requests @farmdawgnation (#532)
- Add GitHub API requests logging @bozaro (#530)
- Add support for draft pull requests @vbehar (#525)
- Implement GitHub App API methods @PauloMigAlmeida (#522)
- Added getUserPublicOrganizations method @awittha (#510)
- Add support for editing Gists @martinvanzijl (#484)
- Add method to invite user to organization @martinvanzijl (#482)
- Added method to list authorizations @martinvanzijl (#481)
- Escape special characters in branch URLs @martinvanzijl (#480)
- Add issue events API @martinvanzijl (#479)
- Added description field to GHTeam class. @martinvanzijl (#478)
- Add statistics API. @martinvanzijl (#477)
- Adding Label description property @immanuelqrw (#475)
- Implemented GitHub.doArchive @joaoe (#473)