Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Adds support for Kibana 7.9.0 #171

Merged
merged 3 commits into from
Aug 24, 2020
Merged

Adds support for Kibana 7.9.0 #171

merged 3 commits into from
Aug 24, 2020

Conversation

bowenlan-amzn
Copy link
Contributor

Issue #, if available:

Description of changes:
Some UTs failed:

  • enzyme simulate keyDown with keyCode somehow not working, Tianli found out using {key: 'Enter'} can fix this
  • in Monitors.js getActiveAlerts() method, alerts in the response is undefined which failed 2 tests below
    • onClickAcknowledgeModal acknowledges selected alerts for each monitor
    • onBulkEnable calls updateMonitors with selectedItems and enabled:true update
      we need to mock the response in the previous UT to fix this

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bowenlan-amzn bowenlan-amzn requested review from dbbaughe, ylwu-amzn and ftianli-amzn and removed request for dbbaughe August 24, 2020 21:49
package.json Outdated Show resolved Hide resolved
@bowenlan-amzn
Copy link
Contributor Author

Test Suites: 6 skipped, 78 passed, 78 of 84 total
Tests: 20 skipped, 366 passed, 386 total
Snapshots: 127 passed, 127 total
Time: 43.683s
Ran all test suites.
✨ Done in 45.39s.

@dbbaughe
Copy link
Contributor

dbbaughe commented Aug 24, 2020

I think the release note file is missing for 1.10.0.0

Edit: Bowen mentioned he's doing release notes in follow up PR

@bowenlan-amzn bowenlan-amzn merged commit 5d3ff53 into opendistro-for-elasticsearch:master Aug 24, 2020
@bowenlan-amzn bowenlan-amzn deleted the od-1.10.0 branch August 24, 2020 23:06
ftianli-amzn added a commit that referenced this pull request Aug 25, 2020
* Adds support for Kibana 7.8.0 (#163)

* Bump version number of ES, ODFE, and node

* update Jest snapshots

* update release notes with Kibana 7.8.0 support

* Move plugin entry into Kibana app category in sidebar

(cherry picked from commit bf9a91c)

* Update the unit-test workflow script to get Kibana version from package.json (#165)

* Get Kibana version from the package.json file in unit-test workflow

(cherry picked from commit 6d82e56)

* Fix the unit-test workflow by checking out the repo first

(cherry picked from commit cc9fc0c)

* Bump lodash from 4.17.15 to 4.17.19 (#169)

* Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <[email protected]>

* update yarn.lock by running 'yarn kbn bootstrap'

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tianli Feng <[email protected]>

(cherry picked from commit 8b0dd58)

* Adds support for Kibana 7.9.0 (#171)

* keyCode to key

* fix UT

* remove used dependency

(cherry picked from commit 5d3ff53)

* Release note automate (#172)

* release note automation

* python script fix

* compatibale with Kibana

(cherry picked from commit c72d37e)

* upgrade cypress verison to 5.0.0

* ingonre an uncaught error and add some copyright notice

* change a wording back

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bowen Lan <[email protected]>
ftianli-amzn added a commit that referenced this pull request Aug 25, 2020
* Adds support for Kibana 7.8.0 (#163)

* Bump version number of ES, ODFE, and node

* update Jest snapshots

* update release notes with Kibana 7.8.0 support

* Move plugin entry into Kibana app category in sidebar

(cherry picked from commit bf9a91c)

* Update the unit-test workflow script to get Kibana version from package.json (#165)

* Get Kibana version from the package.json file in unit-test workflow

(cherry picked from commit 6d82e56)

* Fix the unit-test workflow by checking out the repo first

(cherry picked from commit cc9fc0c)

* Bump lodash from 4.17.15 to 4.17.19 (#169)

* Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <[email protected]>

* update yarn.lock by running 'yarn kbn bootstrap'

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tianli Feng <[email protected]>

(cherry picked from commit 8b0dd58)

* Adds support for Kibana 7.9.0 (#171)

* keyCode to key

* fix UT

* remove used dependency

(cherry picked from commit 5d3ff53)

* Release note automate (#172)

* release note automation

* python script fix

* compatibale with Kibana

(cherry picked from commit c72d37e)

* upgrade cypress verison to 5.0.0

* ingonre an uncaught error and add some copyright notice

* change a wording back

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bowen Lan <[email protected]>
@bowenlan-amzn bowenlan-amzn added the version support Version compatibility with OSS ES label Aug 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
version support Version compatibility with OSS ES
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants