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

Chart: total number of organizations and teams (v2) #43

Merged
merged 3 commits into from
Nov 20, 2017

Commits on Nov 20, 2017

  1. gitignore: fix demo-data ignore

    "demo-data" was accidentally ignored in 8eab15d. Fix this and ignore
    the directory "hubble-data". This is useful for local debugging as you
    can clone your production "hubble-data" repository into this directory.
    Lars Schneider committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    e314659 View commit details
    Browse the repository at this point in the history
  2. make "excludedEntities" a list and add "github-enterprise" as default

    "github-enterprise" is an entry in the organizations table but no real
    organization in GitHub Enterprise. Refactor the "excludedEntities"
    mechanism to accept a list of entities instead of a single string and
    exclude "github-enterprise" in the example config.
    
    Please note that this approach also excludes repositories with the name
    "github-enterprise". That shouldn't be a big problem in the real world,
    though.
    Lars Schneider committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    91c30ef View commit details
    Browse the repository at this point in the history
  3. new chart for organization total and teams total

    Todd O'Connor authored and Lars Schneider committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    e0ef5f2 View commit details
    Browse the repository at this point in the history