-
Notifications
You must be signed in to change notification settings - Fork 906
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
[Workspace] fix breadcrumbs for workspace #8303
Conversation
Signed-off-by: Hailong Cui <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8303 +/- ##
==========================================
- Coverage 60.92% 60.92% -0.01%
==========================================
Files 3750 3751 +1
Lines 89054 89044 -10
Branches 13910 13905 -5
==========================================
- Hits 54257 54249 -8
+ Misses 31433 31429 -4
- Partials 3364 3366 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
fix bootstrap error Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]> fix bootstrap error Signed-off-by: Hailong Cui <[email protected]>
28ebd96
to
b1db16f
Compare
Signed-off-by: Hailong Cui <[email protected]>
link checker failure will handled by #8309 |
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
src/plugins/home/public/application/components/usecase_overview/search_use_case_app.tsx
Show resolved
Hide resolved
src/plugins/workspace/public/components/workspace_name/workspace_name_with_icon.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Hailong Cui <[email protected]>
* update breadcrumbs Signed-off-by: Hailong Cui <[email protected]> * Changeset file for PR #8303 created/updated fix bootstrap error Signed-off-by: Hailong Cui <[email protected]> * make the workspace name not repsonsive that will not break into two rows Signed-off-by: Hailong Cui <[email protected]> fix bootstrap error Signed-off-by: Hailong Cui <[email protected]> * fix failed unit test Signed-off-by: Hailong Cui <[email protected]> * link check Signed-off-by: Hailong Cui <[email protected]> * set overview page title to include itself use case name in all use case Signed-off-by: Hailong Cui <[email protected]> * hideTrailingSeparator for breadcrumbs in recently popover Signed-off-by: Hailong Cui <[email protected]> * update breadcrumbs for search overview Signed-off-by: Hailong Cui <[email protected]> * update overview page id Signed-off-by: Hailong Cui <[email protected]> * Address review comments Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 9369f37) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* update breadcrumbs * Changeset file for PR #8303 created/updated fix bootstrap error * make the workspace name not repsonsive that will not break into two rows fix bootstrap error * fix failed unit test * link check * set overview page title to include itself use case name in all use case * hideTrailingSeparator for breadcrumbs in recently popover * update breadcrumbs for search overview * update overview page id * Address review comments --------- (cherry picked from commit 9369f37) Signed-off-by: Hailong Cui <[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>
…pensearch-project#8384) * update breadcrumbs * Changeset file for PR opensearch-project#8303 created/updated fix bootstrap error * make the workspace name not repsonsive that will not break into two rows fix bootstrap error * fix failed unit test * link check * set overview page title to include itself use case name in all use case * hideTrailingSeparator for breadcrumbs in recently popover * update breadcrumbs for search overview * update overview page id * Address review comments --------- (cherry picked from commit 9369f37) Signed-off-by: Hailong Cui <[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
Home
from breadcrumbsOverview
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration