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 xapi-expiry-alerts #5087

Closed

Commits on Jul 4, 2023

  1. CP-43565: xapi-expiry-alerts: a new library to generate expiry alerts

    This allows to factor out logic for expiration-related alerts to share and
    easily test the code.
    
    The interface of this library is "update", upon calling this API, any
    existing outdated messages will be removed first, and new message will
    be created only if it does not exist in Xapi.Message records yet.
    
    Signed-off-by: Gang Ji <gang.ji@citrix.com>
    gangj authored and Gang Ji committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ec09bc8 View commit details
    Browse the repository at this point in the history
  2. CP-43777: Install xapi-expiry-alerts

    Signed-off-by: Gang Ji <gang.ji@citrix.com>
    Gang Ji committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    e011bd0 View commit details
    Browse the repository at this point in the history
  3. Break long line in yaml

    Signed-off-by: Gang Ji <gang.ji@citrix.com>
    Gang Ji committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2610728 View commit details
    Browse the repository at this point in the history