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

[Manual] [Backport 2.x] [Look&Feel] Replace browser tooltip usage with OUI tooltip #7366

Merged

Conversation

danieldong51
Copy link
Contributor

@danieldong51 danieldong51 commented Jul 22, 2024

Description

Manual backport #7231 to 2.x. Conflicts include:

Changelog

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 76.92308% with 3 lines in your changes missing coverage. Please review.

Project coverage is 67.90%. Comparing base (8ee8678) to head (71baf86).

Files Patch % Lines
src/core/public/chrome/ui/header/header.tsx 0.00% 1 Missing ⚠️
.../application/components/sidebar/discover_field.tsx 50.00% 0 Missing and 1 partial ⚠️
...ation/components/sidebar/discover_field_bucket.tsx 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              2.x    #7366      +/-   ##
==========================================
+ Coverage   67.86%   67.90%   +0.04%     
==========================================
  Files        3600     3600              
  Lines       72615    72619       +4     
  Branches    11902    11902              
==========================================
+ Hits        49278    49311      +33     
+ Misses      20338    20300      -38     
- Partials     2999     3008       +9     
Flag Coverage Δ
Linux_1 32.95% <20.00%> (+<0.01%) ⬆️
Linux_2 55.70% <75.00%> (+0.04%) ⬆️
Linux_3 43.71% <50.00%> (+0.05%) ⬆️
Linux_4 34.46% <0.00%> (ø)
Windows_1 32.97% <20.00%> (+<0.01%) ⬆️
Windows_2 55.65% <75.00%> (+0.04%) ⬆️
Windows_3 43.72% <50.00%> (+0.05%) ⬆️
Windows_4 34.46% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Member

@zhongnansu zhongnansu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you fix the sanpshot failure in CI?
image

Copy link
Collaborator

@virajsanghvi virajsanghvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

virajsanghvi
virajsanghvi previously approved these changes Jul 23, 2024
Copy link
Collaborator

@virajsanghvi virajsanghvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good given differences are because other changes aren't in 2.x, but we should validate the missing file doesn't intend to get to 2.x and that the miki's changes will still get picked up when backported. May make sense to hold off for those changes if they're coming soon.

ananzh
ananzh previously approved these changes Jul 23, 2024
@ananzh
Copy link
Member

ananzh commented Jul 23, 2024

Should we hold and merge this after Miki's PR?

Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

4 similar comments
Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

@zhongnansu
Copy link
Member

@danieldong51 could you check and resolve the conflicting files?

Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

@danieldong51 danieldong51 force-pushed the backport/backport-7231-to-2.x branch from 2e1c330 to 33d3676 Compare July 24, 2024 20:23
Signed-off-by: Dan Dong <danieldong51@gmail.com>
Signed-off-by: Dan Dong <danieldong51@gmail.com>
@danieldong51 danieldong51 force-pushed the backport/backport-7231-to-2.x branch from 33d3676 to b76a897 Compare July 24, 2024 21:50
@danieldong51 danieldong51 requested a review from sejli as a code owner July 24, 2024 21:50
Signed-off-by: Dan Dong <danieldong51@gmail.com>
@danieldong51
Copy link
Contributor Author

ciGroup3 failing does not look related to my changes, rather due to EuiTextArea being changed to EuiCompressedTextArea in src/plugins/data_source_management/public/components/direct_query_data_sources_components/direct_query_data_source_configuration/prometheus/configure_prometheus_data_source.tsx

@ananzh ananzh merged commit 0b6ca1c into opensearch-project:2.x Jul 25, 2024
65 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 25, 2024
…h OUI tooltip (#7366)

* Fixed merge conflicts

Signed-off-by: Dan Dong <danieldong51@gmail.com>

* Updated snapshot testing

Signed-off-by: Dan Dong <danieldong51@gmail.com>

* Updated snapshot testing

Signed-off-by: Dan Dong <danieldong51@gmail.com>

---------

Signed-off-by: Dan Dong <danieldong51@gmail.com>
(cherry picked from commit 0b6ca1c)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.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.

5 participants