-
Notifications
You must be signed in to change notification settings - Fork 890
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]fix: add sample data to left navigation #7613
[navigation]fix: add sample data to left navigation #7613
Conversation
Signed-off-by: SuZhou-Joe <[email protected]>
bef51e6
to
c39bae4
Compare
Signed-off-by: SuZhou-Joe <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7613 +/- ##
==========================================
- Coverage 63.65% 63.65% -0.01%
==========================================
Files 3632 3632
Lines 80056 80060 +4
Branches 12682 12683 +1
==========================================
+ Hits 50962 50963 +1
- Misses 25990 25991 +1
- Partials 3104 3106 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
looks good to me!
* feat: add sample data to left navigation Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR #7613 created/updated * feat: add sample data to left navigation Signed-off-by: SuZhou-Joe <[email protected]> --------- 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 352d2e9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add sample data to left navigation Signed-off-by: SuZhou-Joe <[email protected]> * Changeset file for PR #7613 created/updated * feat: add sample data to left navigation Signed-off-by: SuZhou-Joe <[email protected]> --------- 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 352d2e9) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add sample data to left navigation * Changeset file for PR #7613 created/updated * feat: add sample data to left navigation --------- (cherry picked from commit 352d2e9) 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>
* feat: add sample data to left navigation * Changeset file for PR #7613 created/updated * feat: add sample data to left navigation --------- (cherry picked from commit 352d2e9) 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
We lost sample data in the design of new left navigation and this PR is trying to bring it back because import sample data is a very useful feature in OSD to quickly setup some dashboards and visualizations.
Issues Resolved
Screenshot
Before fix
After fix
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration