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

Group checkers by category #2083

Merged
merged 3 commits into from
Jan 15, 2019
Merged

Group checkers by category #2083

merged 3 commits into from
Jan 15, 2019

Commits on Jan 15, 2019

  1. Group checkers by category

    The linkerd check command organized the various checks via loosely
    coupled category IDs, category names, and checkers themselves, all with
    ordering defined by consumers of this code.
    
    This change removes category IDs in favor of category names, groups all
    checkers by category, and enforces ordering at the HealthChecker
    level.
    
    Part of #1471, depends on #2078.
    
    Signed-off-by: Andrew Seigner <[email protected]>
    siggy committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1cd07d5 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Signed-off-by: Andrew Seigner <[email protected]>
    siggy committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    7717650 View commit details
    Browse the repository at this point in the history
  3. review feedback

    Signed-off-by: Andrew Seigner <[email protected]>
    siggy committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    c22b9a2 View commit details
    Browse the repository at this point in the history