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

[navigation] Remove nav group for dev tools #8218

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

Hailong-am
Copy link
Collaborator

@Hailong-am Hailong-am commented Sep 18, 2024

Description

dev tools is a standalone application that doesn't belong to any use case, remove it from data administration use case.

Issues Resolved

Screenshot

Testing the changes

Changelog

  • fix: remove nav group for dev tools

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

Signed-off-by: Hailong Cui <ihailong@amazon.com>
@Hailong-am Hailong-am changed the title Remove nav group for dev tools [navigation] Remove nav group for dev tools Sep 18, 2024
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

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.05%. Comparing base (636f399) to head (8384c4d).
Report is 77 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8218      +/-   ##
==========================================
- Coverage   64.05%   64.05%   -0.01%     
==========================================
  Files        3741     3741              
  Lines       88683    88682       -1     
  Branches    13817    13817              
==========================================
- Hits        56809    56808       -1     
  Misses      31262    31262              
  Partials      612      612              
Flag Coverage Δ
Linux_1 30.05% <ø> (ø)
Linux_2 58.85% <ø> (ø)
Linux_3 40.34% <ø> (?)
Linux_4 31.43% <ø> (ø)
Windows_1 30.06% <ø> (ø)
Windows_2 58.80% <ø> (ø)
Windows_3 ?
Windows_4 31.43% <ø> (ø)

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.

/**
* This is a workaround in 2.16, once devTools being refactor to a drawer, we can remove the setCurrentNavGroup line.
*/
core.chrome.navGroup.setCurrentNavGroup(DEFAULT_NAV_GROUPS.dataAdministration.id);
Copy link
Member

Choose a reason for hiding this comment

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

would be nice if @SuZhou-Joe can confirm the removing of this line.

Copy link
Member

Choose a reason for hiding this comment

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

@Hailong-am Thanks for the fix, I like the change. And thanks @ruanyl for helping to review.

@SuZhou-Joe SuZhou-Joe merged commit 6f9672b into opensearch-project:main Sep 19, 2024
67 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 19, 2024
* remove nav group for dev tools

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* Changeset file for PR #8218 created/updated

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 6f9672b)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
SuZhou-Joe pushed a commit that referenced this pull request Sep 20, 2024
* remove nav group for dev tools

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* Changeset file for PR #8218 created/updated

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 6f9672b)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ruanyl pushed a commit that referenced this pull request Sep 29, 2024
* remove nav group for dev tools



* Changeset file for PR #8218 created/updated

---------



(cherry picked from commit 6f9672b)

Signed-off-by: Hailong Cui <ihailong@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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
SuZhou-Joe pushed a commit to SuZhou-Joe/OpenSearch-Dashboards that referenced this pull request Oct 3, 2024
…opensearch-project#8238)

* remove nav group for dev tools



* Changeset file for PR opensearch-project#8218 created/updated

---------



(cherry picked from commit 6f9672b)

Signed-off-by: Hailong Cui <ihailong@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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[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.

3 participants