Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GitHub teams for large orgs #7

Merged
merged 2 commits into from
Nov 28, 2018
Merged

Fix GitHub teams for large orgs #7

merged 2 commits into from
Nov 28, 2018

Commits on Nov 27, 2018

  1. Fix GitHub teams for large orgs

    Some large organisations have more than 100 teams. The current
    implementation only checks the first 100 teams returned by the
    API. This checks all teams the user is a member of.
    
    Added support for GitHub's new nested team feature which means
    inheritence works as designed. Again useful for large orgs.
    
    Updated the limit from 200 to the documented limit of 100:
    https://developer.github.com/v3/#pagination
    skwashd authored and ploxiln committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    3842582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    166c184 View commit details
    Browse the repository at this point in the history