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

Fix status text for days without incidents being displayed wrong #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

snkaupe
Copy link
Member

@snkaupe snkaupe commented Sep 5, 2024

Days without incidents where displayed with the status text "maintenance," not "operational."

This occurred due to us now using severity value 0 for the special maintenance severity value. The same value was used to initialise the property used to calculate a DailyStatus's overall severity value.

We now provide a field in the config file that allows users to specify the default severity value used for days without incidents.

…nance", not "operational"

Signed-off-by: Sebastian Kaupe <[email protected]>
Signed-off-by: Sebastian Kaupe <[email protected]>
@snkaupe snkaupe self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

1 participant