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

[Discover] options button in canvas to toggle legacy mode #6170

Merged
merged 12 commits into from
Mar 19, 2024

Conversation

kavilla
Copy link
Member

@kavilla kavilla commented Mar 16, 2024

Description

Removes top nav bar link and provides a button option.

Issues Resolved

n/a

Screenshot

Screenshot 2024-03-16 at 12 23 07 AM

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

codecov bot commented Mar 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.24%. Comparing base (bfab07c) to head (ee4381b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6170      +/-   ##
==========================================
+ Coverage   67.22%   67.24%   +0.02%     
==========================================
  Files        3344     3344              
  Lines       64796    64796              
  Branches    10427    10427              
==========================================
+ Hits        43556    43572      +16     
+ Misses      18697    18683      -14     
+ Partials     2543     2541       -2     
Flag Coverage Δ
Linux_1 31.64% <ø> (ø)
Linux_2 55.45% <ø> (ø)
Linux_3 44.69% <ø> (ø)
Linux_4 35.06% <ø> (ø)
Windows_1 31.67% <ø> (?)
Windows_2 55.41% <ø> (ø)
Windows_3 44.70% <ø> (?)
Windows_4 35.06% <ø> (ø)

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.

@kavilla kavilla added backport 2.x discover for discover reinvent v2.13.0 labels Mar 16, 2024
ashwin-pc
ashwin-pc previously approved these changes Mar 16, 2024
@kavilla
Copy link
Member Author

kavilla commented Mar 18, 2024

@kgcreative what do you think about this?

@kgcreative
Copy link
Member

@kavilla If we're able to align the button top-right instead of top-left, i think that's more consistent with other places where we do additional actions, but that's a minor nice-to-have

@kavilla
Copy link
Member Author

kavilla commented Mar 18, 2024

@kavilla If we're able to align the button top-right instead of top-left, i think that's more consistent with other places where we do additional actions, but that's a minor nice-to-have

like this @kgcreative?:
Screenshot 2024-03-18 at 12 58 03 PM

kavilla pushed a commit to kavilla/opensearch-dashboards-functional-test that referenced this pull request Mar 19, 2024
Update tests related to switching from legacy view within the Discover
page.

Requires:
opensearch-project/OpenSearch-Dashboards#6170

Signed-off-by: Kawika Avilla <avillk@amazon.com>
@opensearch-project opensearch-project deleted a comment from github-actions bot Mar 19, 2024
Copy link
Contributor

[MANUAL CYPRESS TEST RUN RESULTS]

✅ Cypress test run succeeded!

Inputs:

Test repo: 'kavilla/opensearch-dashboards-functional-test'
Test branch: 'kavilla/discover/toggle'

Test spec:
''

Link to results:

https://github.com/opensearch-project/OpenSearch-Dashboards/actions/runs/8335506987

Removes top nav bar link and provides a button option.

Issue:
n/a

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
@kavilla kavilla merged commit db9806d into opensearch-project:main Mar 19, 2024
64 of 68 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Mar 19, 2024
* [Discover] options button in canvas to toggle legacy mode

Removes top nav bar link and provides a button option.

Issue:
n/a

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
(cherry picked from commit db9806d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md
kavilla added a commit to opensearch-project/opensearch-dashboards-functional-test that referenced this pull request Mar 19, 2024
Update tests related to switching from legacy view within the Discover
page.

Requires:
opensearch-project/OpenSearch-Dashboards#6170

Signed-off-by: Kawika Avilla <avillk@amazon.com>
Co-authored-by: Kawika Avilla <avillk@amazon.com>
opensearch-trigger-bot bot pushed a commit to opensearch-project/opensearch-dashboards-functional-test that referenced this pull request Mar 19, 2024
Update tests related to switching from legacy view within the Discover
page.

Requires:
opensearch-project/OpenSearch-Dashboards#6170

Signed-off-by: Kawika Avilla <avillk@amazon.com>
Co-authored-by: Kawika Avilla <avillk@amazon.com>
(cherry picked from commit 6a551e8)
ashwin-pc pushed a commit that referenced this pull request Mar 19, 2024
)

* [Discover] options button in canvas to toggle legacy mode

Removes top nav bar link and provides a button option.

Issue:
n/a

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
(cherry picked from commit db9806d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ananzh pushed a commit to opensearch-project/opensearch-dashboards-functional-test that referenced this pull request Mar 19, 2024
Update tests related to switching from legacy view within the Discover
page.

Requires:
opensearch-project/OpenSearch-Dashboards#6170

Signed-off-by: Kawika Avilla <avillk@amazon.com>
Co-authored-by: Kawika Avilla <avillk@amazon.com>
(cherry picked from commit 6a551e8)

Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
SuZhou-Joe pushed a commit to SuZhou-Joe/OpenSearch-Dashboards that referenced this pull request Apr 7, 2024
…-project#6170)

* [Discover] options button in canvas to toggle legacy mode

Removes top nav bar link and provides a button option.

Issue:
n/a

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
SuZhou-Joe pushed a commit to ruanyl/OpenSearch-Dashboards that referenced this pull request Apr 7, 2024
…-project#6170)

* [Discover] options button in canvas to toggle legacy mode

Removes top nav bar link and provides a button option.

Issue:
n/a

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

5 participants