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

Enable setting alarm status of Out records #157

Merged
merged 5 commits into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    2ff3460 View commit details
    Browse the repository at this point in the history
  2. Change default alarm values

    This ensures we only set INVALID_ALARM+UDF_ALARM when there is no value,
    but otherwise both the severity and the status are set to NO_ALARM
    AlexanderWells-diamond committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5f46132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d351bae View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary delayed processing of value

    Previously we did this as we wanted to spot the case where no value
    was provided, either during record creation or by a set() call at some
    later time, so that we could mark the record as being in an invalid
    state.
    
    Now that we store the severity and status alongside the value, we don't
    need to handle this special case.
    AlexanderWells-diamond committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5cdc614 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    4388c69 View commit details
    Browse the repository at this point in the history