Skip to content
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

Removed the rc1 qualifier from the plugin version, changed OSD version used by test workflows to 2.0, added test environment. #238

Merged
merged 6 commits into from
May 13, 2022

Conversation

AWSHurneyt
Copy link
Collaborator

@AWSHurneyt AWSHurneyt commented May 11, 2022

Signed-off-by: AWSHurneyt hurneyt@amazon.com

Description

  1. Removed the rc1 qualifier from the plugin version.
  2. Adjusted version of OpenSearch-Dashboards used by test workflows to 2.0.
  3. Added testEnvironment to jest.config.js.
  4. Set a failing test to skip. The test broke as a result of changes to escape-handling logic for the component that were introduced by newer versions of EUI.
  5. Refactored the way some failing tests were listening for calls to specific methods.

Issues Resolved

#233

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
@AWSHurneyt AWSHurneyt changed the title Removed the rc1 qualifier from the plugin version. Removed the rc1 qualifier from the plugin version, and changed OSD version used by test workflows to 2.0. May 11, 2022
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
…escape-handling logic for the component that were introduced by newer versions of EUI.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
…cific methods.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
@AWSHurneyt AWSHurneyt changed the title Removed the rc1 qualifier from the plugin version, and changed OSD version used by test workflows to 2.0. Removed the rc1 qualifier from the plugin version, changed OSD version used by test workflows to 2.0, added test environment. May 12, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #238 (56bf110) into main (a082826) will decrease coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
- Coverage   52.15%   52.00%   -0.15%     
==========================================
  Files         209      209              
  Lines        5407     5407              
  Branches      741      741              
==========================================
- Hits         2820     2812       -8     
- Misses       2585     2593       +8     
  Partials        2        2              
Impacted Files Coverage Δ
.../MonitorExpressions/expressions/WhereExpression.js 57.57% <0.00%> (-12.13%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a082826...56bf110. Read the comment docs.

@AWSHurneyt AWSHurneyt marked this pull request as ready for review May 12, 2022 02:11
@AWSHurneyt AWSHurneyt requested a review from a team May 12, 2022 02:11
@lezzago lezzago merged commit e1580e1 into opensearch-project:main May 13, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request May 13, 2022
…n used by test workflows to 2.0, added test environment. (#238)

* Removed the rc1 qualifier from the plugin version.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Adjusted version of OpenSearch-Dashboards used by test workflows.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Added testEnvironment to jest.config.js.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Set a failing test to skip. The test broke as a result of changes to escape-handling logic for the component that were introduced by newer versions of EUI.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Refactored the way some failing tests were listening for calls to specific methods.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Updated snapshots.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
(cherry picked from commit e1580e1)
lezzago pushed a commit that referenced this pull request May 16, 2022
…n used by test workflows to 2.0, added test environment. (#238) (#239)

* Removed the rc1 qualifier from the plugin version.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Adjusted version of OpenSearch-Dashboards used by test workflows.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Added testEnvironment to jest.config.js.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Set a failing test to skip. The test broke as a result of changes to escape-handling logic for the component that were introduced by newer versions of EUI.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Refactored the way some failing tests were listening for calls to specific methods.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Updated snapshots.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
(cherry picked from commit e1580e1)

Co-authored-by: AWSHurneyt <hurneyt@amazon.com>
AWSHurneyt added a commit to AWSHurneyt/alerting-dashboards-plugin that referenced this pull request Jun 10, 2022
…n used by test workflows to 2.0, added test environment. (opensearch-project#238) (opensearch-project#239)

* Removed the rc1 qualifier from the plugin version.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Adjusted version of OpenSearch-Dashboards used by test workflows.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Added testEnvironment to jest.config.js.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Set a failing test to skip. The test broke as a result of changes to escape-handling logic for the component that were introduced by newer versions of EUI.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Refactored the way some failing tests were listening for calls to specific methods.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

* Updated snapshots.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
(cherry picked from commit e1580e1)

Co-authored-by: AWSHurneyt <hurneyt@amazon.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants