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

Commits on Jun 28, 2011

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

Commits on Jun 29, 2011

  1. Configuration menu
    Copy the full SHA
    9a88e52 View commit details
    Browse the repository at this point in the history
  2. this method runs a lot faster

    kohsuke committed Jun 29, 2011
    Configuration menu
    Copy the full SHA
    06dd7c8 View commit details
    Browse the repository at this point in the history
  3. no longer doing caching

    kohsuke committed Jun 29, 2011
    Configuration menu
    Copy the full SHA
    2fdec0d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2011

  1. Add support for OAuth access_token based authentication.

    This requires some changes as there is no login and password
    but instead a token at a certain priviledge level.
    mocleiri committed Jul 9, 2011
    Configuration menu
    Copy the full SHA
    558d5d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2011

  1. add getMyOrganizations() to Github and associated changes.

    Add JsonOrganizations to support getting a list of my organizations.
    
    Because Github.login is needed we fetch it during the Github.connectUsingOAuth() method.
    mocleiri committed Jul 10, 2011
    Configuration menu
    Copy the full SHA
    2f97393 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2011

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