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

Remove Experimental Tag #302

Merged
merged 3 commits into from
Oct 5, 2023

Conversation

sejli
Copy link
Member

@sejli sejli commented Sep 30, 2023

Description

Removes experimental tag

image

Issues Resolved

#144

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.

@sejli sejli added the v2.11.0 label Sep 30, 2023
@sejli sejli linked an issue Sep 30, 2023 that may be closed by this pull request
2 tasks
@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Merging #302 (6117a99) into main (6fb31c8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #302   +/-   ##
=======================================
  Coverage   89.95%   89.95%           
=======================================
  Files          16       16           
  Lines         209      209           
  Branches       43       43           
=======================================
  Hits          188      188           
  Misses         20       20           
  Partials        1        1           
Flag Coverage Δ
dashboards-search-relevance 89.95% <ø> (ø)

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

Files Coverage Δ
public/components/common/header.tsx 100.00% <ø> (ø)

@sejli
Copy link
Member Author

sejli commented Oct 4, 2023

Passes integ tests on local. We have created an issue here to track.
image

Comment on lines 23 to 33
<EuiText>
<p>
Compare results using the same search text with different queries.{' '}
<EuiLink
href="https://opensearch.org/docs/latest/search-plugins/search-relevance"
target="_blank"
>
Learn more
</EuiLink>
</p>
</EuiText>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we make the space between the title and the description seem like this? #144 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

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

Trying to find a way to make it similar to the mockups, but I'm not sure if it's possible with EuiPageHeader. I was taking a look at the documentation, there doesn't seem to be a prop to specify position of the description.

Copy link
Member Author

Choose a reason for hiding this comment

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

Changed the component to EuiTitle, should match the mockups now.
image

sejli added 2 commits October 4, 2023 15:59
Signed-off-by: Sean Li <lnse@amazon.com>
Signed-off-by: Sean Li <lnse@amazon.com>
@sejli sejli force-pushed the remove-experimental-tag branch from 76e3493 to 257adb5 Compare October 4, 2023 22:59
Copy link
Collaborator

@noCharger noCharger left a comment

Choose a reason for hiding this comment

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

Approved with comment: let's remove any unused header.tsx components, such as EuiCallOut and EuiPageHeader. Please also ensure that lint is revised.

Signed-off-by: Sean Li <lnse@amazon.com>
@sejli sejli merged commit 7d062c5 into opensearch-project:main Oct 5, 2023
10 of 12 checks passed
github-actions bot added a commit that referenced this pull request Oct 5, 2023
* removing experimental tag

Signed-off-by: Sean Li <lnse@amazon.com>

* changing components to match mockups

Signed-off-by: Sean Li <lnse@amazon.com>

* removing unused imports

Signed-off-by: Sean Li <lnse@amazon.com>

---------

Signed-off-by: Sean Li <lnse@amazon.com>
(cherry picked from commit 7d062c5)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
sejli pushed a commit that referenced this pull request Oct 5, 2023
* removing experimental tag



* changing components to match mockups



* removing unused imports



---------


(cherry picked from commit 7d062c5)

Signed-off-by: Sean Li <lnse@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-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
Status: Done
Development

Successfully merging this pull request may close these issues.

Remove Experimental Tag From Search Comparison Tool
2 participants