Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hub4j/github-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: github-api-1.55
Choose a base ref
...
head repository: hub4j/github-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: github-api-1.56
Choose a head ref
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 8, 2014

  1. Configuration menu
    Copy the full SHA
    7e35716 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2014

  1. Configuration menu
    Copy the full SHA
    d83961e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2014

  1. Configuration menu
    Copy the full SHA
    4586bae View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2014

  1. Update to OkHttp 2.0.0, which has a new OkUrlFactory

    OkHttp changed API with v2.0.0, and the `client.open(url)` method no
    longer exists:
    
    "URLConnection support has moved to the okhttp-urlconnection module.
    If you're upgrading from 1.x, this change will impact you. You will
    need to add the okhttp-urlconnection module to your project and use
    the OkUrlFactory to create new instances of HttpURLConnection"
    
    https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-200-rc1
    rtyley committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    0a37ac9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Merge pull request #101 from farmdawgnation/final-answer

    Un-finalize a handful of classes.
    kohsuke committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    219916e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from jglick/clearer-FNFE

    Better FNFE from delete()
    kohsuke committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    d2c9095 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #103 from rtyley/okhttp-2.0.0

    Update to OkHttp 2.0.0, which has a new OkUrlFactory
    kohsuke committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    62d9b92 View commit details
    Browse the repository at this point in the history
  4. Extracted non-formatting changes from pull request #98

    The original commit has too many whitespace noise changes.
    
    Reference: #98
    kohsuke committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    ba519f9 View commit details
    Browse the repository at this point in the history
  5. Convention dictates that the method name be "listXyz"

    getCollaborators() only fetching the first page is a bug, so we should fix that too.
    kohsuke committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    3c8aa0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ccdfcc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ddbef0 View commit details
    Browse the repository at this point in the history
Loading