Change mergeable in PullRequest to Boolean

According to [1], mergeable field needs to be a null-able reference
type, and not a boolean primitive:

  The value of the mergeable attribute can be true, false, or null.
  If the value is null, then GitHub has started a background job to
  compute the mergeability. After giving the job time to complete,
  resubmit the request. When the job finishes, you will see a
  non-null value for the mergeable attribute in the response.

[1] https://developer.github.com/v3/pulls/#response-1

Bug: 537774
Change-Id: I0cfb83933afb18386a2390138c738ce78d700a18
Signed-off-by: Aaron S. Hawley <aaron.s.hawley@gmail.com>
2 files changed
tree: 21042aed79de03cda8abcf2a0b02d6513948beb0
  1. org.eclipse.egit.github.core/
  2. org.eclipse.egit.github.core.tests/
  3. org.eclipse.mylyn.github-feature/
  4. org.eclipse.mylyn.github-site/
  5. org.eclipse.mylyn.github.core/
  6. org.eclipse.mylyn.github.doc/
  7. org.eclipse.mylyn.github.target/
  8. org.eclipse.mylyn.github.tests/
  9. org.eclipse.mylyn.github.ui/
  10. tools/
  11. .gitignore
  12. CONTRIBUTING.md
  13. LICENSE
  14. pom.xml
  15. README.md
README.md

Eclipse EGit Github Connector

EGit Github Connector is an Eclipse plugin for working with Git repositories hosted on Github. It is based on the JGit library, which is a Git implementation in pure Java and integrates with EGit which is the Eclipse Git Team Provider.

This package is licensed under the EPL. Please refer to the LICENSE file for the complete license.

Compatibility

  • In general, EGit supports at least the latest two Eclipse releases. For details, please see https://wiki.eclipse.org/EGit/FAQ

  • Newer version of EGit may implement new functionality, remove existing functions and change others without other notice than what is written in the commit log and source files themselves.

Support

Post question or comments to the egit-dev@eclipse.org mailing list. You need to be subscribed to post, see here:

https://dev.eclipse.org/mailman/listinfo/egit-dev

Bugs are tracked in Bugzilla

Create new bugs here

Contributing

This project does not use pull requests. Pull requests to this GitHub repository will be ignored.

Push patches to Gerrit at https://git.eclipse.org/r/egit/egit-github as explained in the Contributor Guide:

https://wiki.eclipse.org/EGit/GitHub/ContributorGuide

About Git

More information about Git, its repository format, and the canonical C based implementation can be obtained from the Git websites:

http://git-scm.com/