-
Notifications
You must be signed in to change notification settings - Fork 916
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]feat: replace analytics nav group with essentials #7618
[navigation]feat: replace analytics nav group with essentials #7618
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7618 +/- ##
=======================================
Coverage 63.67% 63.67%
=======================================
Files 3633 3633
Lines 80105 80105
Branches 12693 12693
=======================================
Hits 51009 51009
Misses 25987 25987
Partials 3109 3109
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
457d9f5
to
49e7d6b
Compare
Signed-off-by: SuZhou-Joe <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
@@ -64,16 +64,16 @@ const defaultNavGroups = { | |||
}), | |||
order: 5000, | |||
}, | |||
analytics: { | |||
essentials: { | |||
id: 'analytics', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Shall we add some comments here to show why we still using analytics instead of essentials?
* feat: use essentials * feat: fix home * feat: change all use case name * feat: use uppercase * feat: reserve analytics id * feat: update title --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 7bcb949) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…#7668) * feat: use essentials * feat: fix home * feat: change all use case name * feat: use uppercase * feat: reserve analytics id * feat: update title --------- (cherry picked from commit 7bcb949) Signed-off-by: SuZhou-Joe <[email protected]> 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>
Description
For 2.17, we are using
essentials
to replaceanalytics
.Analytics (All)
to replaceall
.Issues Resolved
Screenshot
Before the change
After the change
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration