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

Add check plugin info API #92

Merged
merged 8 commits into from
Feb 14, 2023
Merged

Add check plugin info API #92

merged 8 commits into from
Feb 14, 2023

Commits on Feb 13, 2023

  1. Replace Checker.AfterEval with OnTransition

    OnTransition is only invoked on a plugin instance if the passing chain
    actually causes a transition to occur. This fixes an unnecessary lease
    grab in the stagger plugin.
    Nuckal777 committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e45f8e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2625371 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    b2ebde9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d958ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a839f6 View commit details
    Browse the repository at this point in the history
  4. Implement NodeInfoCache

    Nuckal777 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e940387 View commit details
    Browse the repository at this point in the history
  5. Add check info api

    Nuckal777 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    467b8a6 View commit details
    Browse the repository at this point in the history
  6. Fix lints

    Nuckal777 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    92d7583 View commit details
    Browse the repository at this point in the history