-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Uptime] Default uptime alert type and disable changing type #62028
[Uptime] Default uptime alert type and disable changing type #62028
Conversation
Pinging @elastic/uptime (Team:uptime) |
82b32fe
to
85b99e5
Compare
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.
LGTM. I hope you don't mind, I fixed a merge conflict and merged master in.
NP - I will resolve the type conflict soon and get this mergeable. |
292b1fc
to
cd47049
Compare
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…#62028) * Default uptime alert type and disable changing type. * Update functional test to handle new UI flow. * Fix type error. Co-authored-by: Elastic Machine <[email protected]>
…#62028) * Default uptime alert type and disable changing type. * Update functional test to handle new UI flow. * Fix type error. Co-authored-by: Elastic Machine <[email protected]>
…#62627) * Default uptime alert type and disable changing type. * Update functional test to handle new UI flow. * Fix type error. Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
…62028) (#62628) * [Uptime] Default uptime alert type and disable changing type (#62028) * Default uptime alert type and disable changing type. * Update functional test to handle new UI flow. * Fix type error. Co-authored-by: Elastic Machine <[email protected]> * Fix broken type. Co-authored-by: Elastic Machine <[email protected]>
Summary
Fixes #61836.
We had discussed making it so that the Uptime alert is the default UI shown in our alert flyout, and disabling the feature that allows the user to change the type. We even wrote code for this but seem to have forgotten to supply the props necessary for the feature to engage.
This PR is designed to add (remove?) that functionality.
Testing this PR
Checklist
Delete any items that are not applicable to this PR.
For maintainers