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.44
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.45
Choose a head ref
  • 16 commits
  • 13 files changed
  • 4 contributors

Commits on Sep 7, 2013

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

Commits on Sep 15, 2013

  1. Allows to define page size for repository lists.

    Extension of the listRepositories() with the desired
    pageSize. This allows to reduce the number of calls
    to GitHub API for fetching the entire set of repositories
    browsing all the pages.
    
    Additionally allows to match the UX paging with the
    underlying GitHub API paging, increasing performance
    and reducing hourly API allowance.
    lucamilanesio committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    f52b4a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2013

  1. GHRepository owner is NOT a GHUser but more generically a GHPerson.

    When GitHub repositories are associated to organisations,
    the owner is NOT the user but the org itself.
    lucamilanesio committed Sep 27, 2013
    Configuration menu
    Copy the full SHA
    2fb3f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    096c965 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2013

  1. Configuration menu
    Copy the full SHA
    a2df421 View commit details
    Browse the repository at this point in the history
  2. Using version 2 of jackson

    pescuma committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    4712d2c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2013

  1. Merge pull request #50 from pescuma/jackson

    Updates Jackson to 2.2.3
    kohsuke committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    d82af9f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. Gets commit details of a pull request.

    Retrieves the list of commits included in the pull request.
    Commit object returned is not a full GHCommit and includes
    just a small subset of information.
    lucamilanesio committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    19ec332 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2013

  1. Massaging the pull request.

    - GHPerson really should be an abstract class
    - static listPullRequests method does not fit the design of this
      library, although I'm very sympathetic as to why Luca wanted to do it.
      Nonetheless I'm removing this in favor of the lazy loading of the
      state to avoid unnecessary calls in the future.
    kohsuke committed Nov 3, 2013
    Configuration menu
    Copy the full SHA
    ebf953c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfefeae View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

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

Commits on Nov 9, 2013

  1. Configuration menu
    Copy the full SHA
    6632da3 View commit details
    Browse the repository at this point in the history
  2. doc touch up

    kohsuke committed Nov 9, 2013
    Configuration menu
    Copy the full SHA
    ff9b538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63d0d13 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pull-51'

    kohsuke committed Nov 9, 2013
    Configuration menu
    Copy the full SHA
    9648602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    553df7a View commit details
    Browse the repository at this point in the history
Loading