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

[Backport 2.x] Fixed bucket monitor groupBy/aggregation display bug. #831

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 96dbe49 from #827.

* Fixed a bug that was causing groupBy/aggregation fields from displaying in various areas of the UI. Related issues: 816, 817, 818.

Signed-off-by: AWSHurneyt <[email protected]>

* Fixed trigger context object bug in issue 791.

Signed-off-by: AWSHurneyt <[email protected]>

* Capitalized bucket column titles, and moved bucket columns to the end of the column array.

Signed-off-by: AWSHurneyt <[email protected]>

* Added wait steps to reduce test flakiness.

Signed-off-by: AWSHurneyt <[email protected]>

* Added wait step to reduce test flakiness. Adjusted test monitor trigger condition to always triggers on a healthy clusters.

Signed-off-by: AWSHurneyt <[email protected]>

* Removed unused imports.

Signed-off-by: AWSHurneyt <[email protected]>

* fixed bucket level monitor flaky cypress test

Signed-off-by: Amardeepsingh Siglani <[email protected]>

---------

Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Co-authored-by: Amardeepsingh Siglani <[email protected]>
(cherry picked from commit 96dbe49)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (670ad59) 49.84% compared to head (301b6ef) 49.80%.
Report is 1 commits behind head on 2.x.

Additional details and impacted files
@@            Coverage Diff             @@
##              2.x     #831      +/-   ##
==========================================
- Coverage   49.84%   49.80%   -0.05%     
==========================================
  Files         232      232              
  Lines        6556     6562       +6     
  Branches      938      939       +1     
==========================================
  Hits         3268     3268              
- Misses       3285     3291       +6     
  Partials        3        3              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AWSHurneyt
Copy link
Collaborator

The cypress workflow is currently failing due to the version discrepancy between this plugin's 2.x branch and OSD 2.x. The 2.11.0 OSD artifact doesn't have the babel bump that's causing the build failure.

Will keep an eye on the 2.11 branch backport PR (#836) for test failures.

@AWSHurneyt AWSHurneyt merged commit c0691e0 into 2.x Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants