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.61
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.62
Choose a head ref
  • 19 commits
  • 20 files changed
  • 1 contributor

Commits on Feb 14, 2015

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

Commits on Feb 15, 2015

  1. Fixed the getReadme() method.

    It was calling the wrong endpoint.
    Fixed issue #99.
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    1dbcc4b View commit details
    Browse the repository at this point in the history
  2. Implemented label CRUD operations on GHRepository

    Fixes issue #105
    kohsuke committed Feb 15, 2015
    10 Configuration menu
    Copy the full SHA
    d90adfa View commit details
    Browse the repository at this point in the history
  3. Allow the client to explicitly control proxy

    Fixes issue #109.
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    7bbe0f7 View commit details
    Browse the repository at this point in the history
  4. Newly created user object resets root to null.

    Fixes issue #111.
    Test case from KostyaSha
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    9afad71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2e2329 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    541dac1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    762a32e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c965b9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60dce94 View commit details
    Browse the repository at this point in the history
  10. Added watch API support.

    Fixes issue #130
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    a8cf4a7 View commit details
    Browse the repository at this point in the history
  11. Added a convenience method.

    See: issue #134
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    29f8264 View commit details
    Browse the repository at this point in the history
  12. Report the repository the push happened to

    Fixes issue #144.
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    11fcb9d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3bb7eb2 View commit details
    Browse the repository at this point in the history
  14. Mentions thread-safety and state the goal.

    Most of the objects are effectively immutable, so this should be an easy goal
    
    Fixes issue #148.
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    b898284 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    15163ff View commit details
    Browse the repository at this point in the history
  16. Exposed this method.

    I'm generally against having these inter-object short cut methods
    (in this case it's getOwner().getName() but oh well.)
    
    Fixes issue #149
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    e631e46 View commit details
    Browse the repository at this point in the history
  17. Fixed NPE.

    issue #152
    kohsuke committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    c3a9f6f View commit details
    Browse the repository at this point in the history
  18. 2 Configuration menu
    Copy the full SHA
    6728095 View commit details
    Browse the repository at this point in the history
Loading