-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(ui): Add matching rules card to alert builder #16014
Conversation
9ea16e7
to
468de69
Compare
468de69
to
f91d71d
Compare
|
||
// API | ||
import * as api from 'src/client' | ||
import {getNotificationRules} from 'src/client' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we establish that we'd follow an aliased convention of apiGetNotificationRules
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for reminder! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just quick nit about conventions we're establishing for functions used from src/client
468a642
to
824b0be
Compare
824b0be
to
93a0fc4
Compare
* feat(ui): Add matching rules card to alert builder * feat(checks): Add tags from query results to NR matching query parameters * feat(ui): Update changelog * feat(nr): Change api function to match import convention * fix(ui): Fix changelog update mistake * Click submit button after typing in time machine * feat(notification rules): Add feature flag to matching notification rules
Closes #15806
Adds 'matching rules' card to check creation page, which displays any notification rules that "would match" the tags that are on statuses generated by the check. The back end work is in #16328.