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.16
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.17
Choose a head ref
  • 16 commits
  • 12 files changed
  • 2 contributors

Commits on Jan 3, 2012

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

Commits on Jan 9, 2012

  1. Configuration menu
    Copy the full SHA
    ac1dd9a View commit details
    Browse the repository at this point in the history
  2. adding event support

    kohsuke committed Jan 9, 2012
    Configuration menu
    Copy the full SHA
    4a507a5 View commit details
    Browse the repository at this point in the history
  3. adding the payload handling

    kohsuke committed Jan 9, 2012
    Configuration menu
    Copy the full SHA
    696daf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4026d4 View commit details
    Browse the repository at this point in the history
  5. doc improvement

    kohsuke committed Jan 9, 2012
    Configuration menu
    Copy the full SHA
    57b26b6 View commit details
    Browse the repository at this point in the history
  6. doc improvement

    kohsuke committed Jan 9, 2012
    Configuration menu
    Copy the full SHA
    748cbdd View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2012

  1. doc improvement

    kohsuke committed Jan 14, 2012
    Configuration menu
    Copy the full SHA
    222277a View commit details
    Browse the repository at this point in the history
  2. bug fix in the event API. Turns out GHRepository isn't usable for thi…

    …s, because the name field is different.
    
    /repos/:user/:repo returns just ":repo" portion in the name field, whereas in the event it has both ":user/:repo"
    kohsuke committed Jan 14, 2012
    Configuration menu
    Copy the full SHA
    b950be9 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2012

  1. Add support for github enterprise different base url

    This changes how the ApiVersion enumeration works so that each of the V2 and V3  Url schemes is actually a template.
    
    Then the serverName/hostname to use is passed in and used to generate the full url.
    
    This will allow the github-api project to be used against users running the enterprise version of github.
    
    This is needed to support github enterprise based authentication with the github-oauth-plugin.
    mocleiri committed Feb 1, 2012
    1 Configuration menu
    Copy the full SHA
    58af8d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2012

  1. Add original GitHub.connectUsingOAuth(token) back

    This adds the original API back which defaults to the 'github.com' server.
    mocleiri committed Feb 2, 2012
    Configuration menu
    Copy the full SHA
    202a5d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2012

  1. support both v2 and v3

    kohsuke committed Feb 12, 2012
    Configuration menu
    Copy the full SHA
    2718cf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dac2a56 View commit details
    Browse the repository at this point in the history
  3. updated to use V3 API

    kohsuke committed Feb 12, 2012
    Configuration menu
    Copy the full SHA
    e8ff7a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    830fb71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9b6f7b View commit details
    Browse the repository at this point in the history
Loading