You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
* Update version info to be compatible with Kibana 7.10.2
* Update jest snapshot files
* upgrade dependencies by running 'yarn upgrade'
* Update release notes
* Update draft release notes config to use URL
(cherry picked from commit ce430a5)
Copy file name to clipboardExpand all lines: public/pages/Destinations/containers/CreateDestination/ManageEmailGroups/__snapshots__/ManageEmailGroups.test.js.snap
+2
Original file line number
Diff line number
Diff line change
@@ -507,6 +507,7 @@ exports[`ManageEmailGroups renders when email is disallowed 1`] = `
Copy file name to clipboardExpand all lines: public/pages/Destinations/containers/CreateDestination/ManageSenders/__snapshots__/ManageSenders.test.js.snap
+2
Original file line number
Diff line number
Diff line change
@@ -507,6 +507,7 @@ exports[`ManageSenders renders when email is disallowed 1`] = `
* Add toast notification to handle errors when updating a destination ([#232](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/232))
7
+
8
+
### Bug Fixes
9
+
* Filter out historical detectors on monitor creation page ([#229](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/229))
10
+
* Fix that Trigger page might freeze for high cardinality detectors ([#230](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/230))
11
+
* Change the query parameters 'size' and 'search' of 'getDestinations' request to be optional ([#231](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/231))
12
+
13
+
### Documentation
14
+
* Correct the file name of the release notes for 1.12.0.2 ([#228](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/228))
* Fix the unit tests in v1.12.0.2 ([#227](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/227))
19
+
* Add support to run Cypress test in an ODFE cluster with security enabled ([#235](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/235))
20
+
* Upgrade Formik to v2.x to reduce vulnerability ([#236](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/236))
21
+
* Add support for Kibana 7.10.2 ([#239](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/239))
22
+
23
+
### Refactoring
24
+
* Replace all 'render' props to 'children' props in Formik elements ([#238](https://github.com/opendistro-for-elasticsearch/alerting-kibana-plugin/pull/238))
0 commit comments