-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add release notes for version 2.0.0-rc1 #227
Conversation
Signed-off-by: Ashish Agrawal <[email protected]>
Should the notes include #226? |
### Enhancements | ||
* Implemented UX support for configuring doc level monitors. ([#218](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/218)) | ||
* Integrate Alerting Dashboards with Notifications Plugin ([#220](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/220)) | ||
* Remove disabled buttons and update Destination flows to reflect read-only state ([#221](https://github.com/opensearch-project/alerting-dashboards-plugin/pull/221)) |
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.
wondering if this should go as part of Refactor
?
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.
I meant for #221 only
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.
done
@AWSHurneyt Isn't #226 already covered as part of (#218 - Implemented UX support for configuring doc level monitors.) since this is first time doc level alerting is being released? |
Signed-off-by: Ashish Agrawal <[email protected]>
I agree with @AWSHurneyt since based on existing standard, we would still want to include #226 under bug fixes |
* Add release notes for version 2.0.0-rc1 Signed-off-by: Ashish Agrawal <[email protected]>
* Document level monitor UX bug fixes (#226) * Refactored updateMonitor API to no longer require seqNo or primaryTerm. Signed-off-by: AWSHurneyt <[email protected]> * Fixed bug that was preventing acknowledge modal from refreshing when acknowledging alerts. Fixed bug that was causing the acknowledge modal to render on the monitor details page instead of immediately acknowledging selected alerts. Signed-off-by: AWSHurneyt <[email protected]> * Fixed alerts flyout to render correct pluralization for conditions. Adjusted spacing on action component. Signed-off-by: AWSHurneyt <[email protected]> * Implemented logic to hide anomaly detection option when defining a doc level monitor. Signed-off-by: AWSHurneyt <[email protected]> * Fixed a bug impacting sending test notifications for doc level monitors. Signed-off-by: AWSHurneyt <[email protected]> * Refactored visual editor to no longer support spaces in tags and query names. Fixed a bug that preventing creating a doc level monitor with a notification channel. Signed-off-by: AWSHurneyt <[email protected]> * Updated snapshots. Signed-off-by: AWSHurneyt <[email protected]> * Add release notes for version 2.0.0-rc1 (#227) * Add release notes for version 2.0.0-rc1 Signed-off-by: Ashish Agrawal <[email protected]> Co-authored-by: AWSHurneyt <[email protected]>
* Document level monitor UX bug fixes (opensearch-project#226) * Refactored updateMonitor API to no longer require seqNo or primaryTerm. Signed-off-by: AWSHurneyt <[email protected]> * Fixed bug that was preventing acknowledge modal from refreshing when acknowledging alerts. Fixed bug that was causing the acknowledge modal to render on the monitor details page instead of immediately acknowledging selected alerts. Signed-off-by: AWSHurneyt <[email protected]> * Fixed alerts flyout to render correct pluralization for conditions. Adjusted spacing on action component. Signed-off-by: AWSHurneyt <[email protected]> * Implemented logic to hide anomaly detection option when defining a doc level monitor. Signed-off-by: AWSHurneyt <[email protected]> * Fixed a bug impacting sending test notifications for doc level monitors. Signed-off-by: AWSHurneyt <[email protected]> * Refactored visual editor to no longer support spaces in tags and query names. Fixed a bug that preventing creating a doc level monitor with a notification channel. Signed-off-by: AWSHurneyt <[email protected]> * Updated snapshots. Signed-off-by: AWSHurneyt <[email protected]> * Add release notes for version 2.0.0-rc1 (opensearch-project#227) * Add release notes for version 2.0.0-rc1 Signed-off-by: Ashish Agrawal <[email protected]> Co-authored-by: AWSHurneyt <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Ashish Agrawal [email protected]
Description
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.