-
Notifications
You must be signed in to change notification settings - Fork 920
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
refactor: add workspace info in index pattern and asset header and update workspace header #7859
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7859 +/- ##
=======================================
Coverage 61.01% 61.01%
=======================================
Files 3685 3685
Lines 87143 87145 +2
Branches 13405 13410 +5
=======================================
+ Hits 53169 53173 +4
+ Misses 30755 30752 -3
- Partials 3219 3220 +1
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: tygao <[email protected]>
...ugins/index_pattern_management/public/components/index_pattern_table/index_pattern_table.tsx
Outdated
Show resolved
Hide resolved
currentWorkspace | ||
? { | ||
defaultMessage: | ||
'Create and manage the index patterns that help you retrieve your data from OpenSearch for {name} workspace. ', |
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: seems there is an extra space at the end?
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.
Thanks for catching it. Updated.
...ugins/saved_objects_management/public/management_section/objects_table/components/header.tsx
Outdated
Show resolved
Hide resolved
…attern_table/index_pattern_table.tsx Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: Tianyu Gao <[email protected]>
…/objects_table/components/header.tsx Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: Tianyu Gao <[email protected]>
Signed-off-by: tygao <[email protected]>
Signed-off-by: tygao <[email protected]>
…date workspace header (#7859) * update header for objects Signed-off-by: tygao <[email protected]> * remove render component button and add workspace info in index pattern header Signed-off-by: tygao <[email protected]> * style: update workspace list button based on latest mockup Signed-off-by: tygao <[email protected]> * fine-tune style for workspace and saved objects Signed-off-by: tygao <[email protected]> * Changeset file for PR #7859 created/updated * test: update snapshots for feature cards Signed-off-by: tygao <[email protected]> * Update src/plugins/index_pattern_management/public/components/index_pattern_table/index_pattern_table.tsx Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: Tianyu Gao <[email protected]> * Update src/plugins/saved_objects_management/public/management_section/objects_table/components/header.tsx Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: Tianyu Gao <[email protected]> * remove extra space in sentence Signed-off-by: tygao <[email protected]> * lint: break line Signed-off-by: tygao <[email protected]> --------- Signed-off-by: tygao <[email protected]> Signed-off-by: Tianyu Gao <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Yulong Ruan <[email protected]> Co-authored-by: SuZhou-Joe <[email protected]> (cherry picked from commit cbe74d8) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…date workspace header (#7859) (#7972) * update header for objects * remove render component button and add workspace info in index pattern header * style: update workspace list button based on latest mockup * fine-tune style for workspace and saved objects * Changeset file for PR #7859 created/updated * test: update snapshots for feature cards * Update src/plugins/index_pattern_management/public/components/index_pattern_table/index_pattern_table.tsx * Update src/plugins/saved_objects_management/public/management_section/objects_table/components/header.tsx * remove extra space in sentence * lint: break line --------- (cherry picked from commit cbe74d8) Signed-off-by: tygao <[email protected]> Signed-off-by: Tianyu Gao <[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> Co-authored-by: Yulong Ruan <[email protected]> Co-authored-by: SuZhou-Joe <[email protected]>
…date workspace header (#7859) (#7972) * update header for objects * remove render component button and add workspace info in index pattern header * style: update workspace list button based on latest mockup * fine-tune style for workspace and saved objects * Changeset file for PR #7859 created/updated * test: update snapshots for feature cards * Update src/plugins/index_pattern_management/public/components/index_pattern_table/index_pattern_table.tsx * Update src/plugins/saved_objects_management/public/management_section/objects_table/components/header.tsx * remove extra space in sentence * lint: break line --------- (cherry picked from commit cbe74d8) Signed-off-by: tygao <[email protected]> Signed-off-by: Tianyu Gao <[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> Co-authored-by: Yulong Ruan <[email protected]> Co-authored-by: SuZhou-Joe <[email protected]> (cherry picked from commit f7a168d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…date workspace header (#7859) (#7972) (#8005) * update header for objects * remove render component button and add workspace info in index pattern header * style: update workspace list button based on latest mockup * fine-tune style for workspace and saved objects * Changeset file for PR #7859 created/updated * test: update snapshots for feature cards * Update src/plugins/index_pattern_management/public/components/index_pattern_table/index_pattern_table.tsx * Update src/plugins/saved_objects_management/public/management_section/objects_table/components/header.tsx * remove extra space in sentence * lint: break line --------- (cherry picked from commit cbe74d8) (cherry picked from commit f7a168d) Signed-off-by: tygao <[email protected]> Signed-off-by: Tianyu Gao <[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> Co-authored-by: Yulong Ruan <[email protected]> Co-authored-by: SuZhou-Joe <[email protected]>
Description
Screenshot
out of workspace
in workspace
out of workspace
in workspace
Testing the changes
Enable useNewHomePage and go to index pattern, assets and workspace pages.
Changelog
Check List
yarn test:jest
yarn test:jest_integration