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

Commits on Nov 21, 2016

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

Commits on Nov 26, 2016

  1. Fix typos in javadocs

    Replace "pagenated" with "paginated".
    davidxia committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    68ebc08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #315 from davidxia/dxia/patch1

    Fix typos in javadocs
    kohsuke authored Nov 26, 2016
    Configuration menu
    Copy the full SHA
    a298960 View commit details
    Browse the repository at this point in the history
  3. Added order parameter

    kohsuke committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    0731f63 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Added ghRepo.getBlob(String) method

    Signed-off-by: Kanstantsin Shautsou <kanstantsin.sha@gmail.com>
    KostyaSha committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    0780e10 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

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

Commits on Dec 17, 2016

  1. Merge pull request #323 from jglick/bad-json

    Fix syntactically malformed test JSON
    kohsuke authored Dec 17, 2016
    Configuration menu
    Copy the full SHA
    2e78dc5 View commit details
    Browse the repository at this point in the history
  2. Added a method to retrieve the actual bytes of BLOB

    ... which is probably more useful than the getContent() method
    kohsuke committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    6380cf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6ee278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d7d4bb View commit details
    Browse the repository at this point in the history
  5. Recording parent GHRepository

    kohsuke committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    88d52c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11651da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5386a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a454fb1 View commit details
    Browse the repository at this point in the history
  9. Fixed issue #319

    getApiUrl() is unreliable given that we collapse issue & PR into one
    object.
    kohsuke committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    3a66e90 View commit details
    Browse the repository at this point in the history
  10. Fixed issue #317

    There's no need for the library to replicate a logic when GitHub does
    that (and does that correctly.)
    
    Looking at the commit history, I couldn't see why this was added in the
    first place.
    kohsuke committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    3217728 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3dbb516 View commit details
    Browse the repository at this point in the history
Loading