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.56
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.57
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 3, 2014

  1. Configuration menu
    Copy the full SHA
    0e3707d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4078052 View commit details
    Browse the repository at this point in the history
  3. Implement pagination on list of private+public repos of a user.

    The paginated version of listRepositories() was 
    missing at GHMyself: as side-effect of this bug
    when requesting a paginated list of repositories
    the ones privately owned by a user were not shown.
    
    This was caused by the missing override of the 
    listRepositories(final int pageSize) at GHMyself
    that caused the GHPerson implementation to invoked.
    
    The GHPerson version uses the /users/:org/repos?per_page=x
    URL which *works fine* for organisations but unfortunately
    *does not return* private repositories for users.
    
    IMHO GitHub API are quite inconsistent form this 
    point of view, but they are documented in this way
    so that work (inconsistently) as designed.
    lucamilanesio committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    449909b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. Merge pull request #106 from lucamilanesio/master

    Implement pagination on list of private+public repos of a user.
    kohsuke committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    590f7ba View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Get all orgs/teams/permissions in a single GitHub API call

    Exposes a new API call at GitHub root level to build the complete
    set of organisations and teams that current user belongs to.
    
    This change allows to massively reduce the number of calls to GitHub 
    especially for people that belongs to multiple organisations with 
    lots of teams and members.
    
    Signed-off-by: Luca Milanesio <luca.milanesio@gmail.com>
    lucamilanesio committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    0b92fa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Merge pull request #112 from lucamilanesio/master

    Get all orgs/teams/permissions in a single GitHub API call
    suryagaddipati committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    1e81ab1 View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release github-api-1.57

    Surya Gaddipati committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    7e49946 View commit details
    Browse the repository at this point in the history
Loading