-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Fetch alerts with open status only (#167)
The existing call returns the first `count` alerts. Some of these alerts may be fixed or dismissed, while there may be older open alerts which were not returned. Moving the filter operation to the backend resolves this problem. N.B. Alert `state` is one of `auto_dismissed`, `dismissed`, `fixed`, and `open`. Of these, we are only interested in `open`
- Loading branch information
1 parent
2cccd6a
commit ff6dac4
Showing
2 changed files
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters