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.14
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.15
Choose a head ref
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 27, 2011

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

Commits on Nov 10, 2011

  1. GHOrganization.createRepository broke, so I fixed that by using V3 API.

    That didn't quite work because v3 API has owner as an object, whereas v2 API has owner as string.
    
    So then I fixed all the other retrieval points for GHRepository to use v3.
    kohsuke committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    c86c974 View commit details
    Browse the repository at this point in the history
  2. more test

    kohsuke committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    f25083f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8a6354 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2011

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

Commits on Nov 19, 2011

  1. OAuth related changes to getMyself() and getUser (username)

    Changed how getMyself() works so that in the OAuth case it will use the username less url.
    
    Changed how getUser (username) works in the OAuth case so that you can lookup the specific username using the OAuth token.
    
    Previously getUser (username) would always return the 'myself' user.
    mocleiri committed Nov 19, 2011
    Configuration menu
    Copy the full SHA
    c8eab1f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2011

  1. Configuration menu
    Copy the full SHA
    11b0ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a3127e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e9a68a View commit details
    Browse the repository at this point in the history
  4. bug fix in the error handling

    kohsuke committed Dec 20, 2011
    Configuration menu
    Copy the full SHA
    74415b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2012

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