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.47
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.48
Choose a head ref
  • 18 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 27, 2013

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

Commits on Nov 28, 2013

  1. Configuration menu
    Copy the full SHA
    925d26e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b49370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ffd46b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    387d4e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc260d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54037e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0c3075 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8d14d2 View commit details
    Browse the repository at this point in the history
  9. Implement the ability to retrieve conent if not populated.

    The create and update API calls don't send back the content you just
    sent, so that field is null. If this GHContent was instantiated from one
    of those calls, we want to make sure we can retrieve the content (and
    updated sha, etc) on the fly.
    farmdawgnation committed Nov 28, 2013
    Configuration menu
    Copy the full SHA
    a56357f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f3c5b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f320785 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    811b96b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2013

  1. Fetching of user's verified keys through standard OAuth scope.

    Allow the fetching of a user's verified key list without
    requiring to have an OAuth user scope (which implies
    user's profile READ/WRITE permissions).
    This would relax the requirements of GitHub OAuth scope
    when fetching public information such as their SSH
    public keys.
    lucamilanesio committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    4b52414 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2014

  1. Merge pull request #59 from farmdawgnation/contents-api

    Contents API
    kohsuke committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    4e8e28d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from lucamilanesio/master

    Fetching of user's verified keys through standard OAuth scope.
    kohsuke committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    a4b8b9b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2014

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

Commits on Jan 6, 2014

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