-
Notifications
You must be signed in to change notification settings - Fork 917
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
[Backport 2.x] [Workspace] search use case overview page #7988
Conversation
* search overview Signed-off-by: Hailong Cui <[email protected]> * add unit test for search use case overview page Signed-off-by: Hailong Cui <[email protected]> * Changeset file for PR #7877 created/updated * fix merge issue Signed-off-by: Hailong Cui <[email protected]> * udpate breadcrumbs for workspace overview page Signed-off-by: Hailong Cui <[email protected]> * fix failed ut Signed-off-by: Hailong Cui <[email protected]> * fix merge issue Signed-off-by: Hailong Cui <[email protected]> * fix ut 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> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit 9697f33) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7988 +/- ##
=======================================
Coverage 61.15% 61.15%
=======================================
Files 3687 3689 +2
Lines 87150 87198 +48
Branches 13389 13395 +6
=======================================
+ Hits 53295 53326 +31
- Misses 30620 30635 +15
- Partials 3235 3237 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.17 2.17
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.17
# Create a new branch
git switch --create backport/backport-7988-to-2.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 3d7b9ed3fbd1bd990bf89685e3a22f801380a4e0
# Push it to GitHub
git push --set-upstream origin backport/backport-7988-to-2.17
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.17 Then, create a pull request where the |
* search overview * add unit test for search use case overview page * Changeset file for PR #7877 created/updated * fix merge issue * udpate breadcrumbs for workspace overview page * fix failed ut * fix merge issue * fix ut --------- (cherry picked from commit 9697f33) 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> Co-authored-by: Yulong Ruan <[email protected]> (cherry picked from commit 3d7b9ed) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* search overview * add unit test for search use case overview page * Changeset file for PR #7877 created/updated * fix merge issue * udpate breadcrumbs for workspace overview page * fix failed ut * fix merge issue * fix ut --------- (cherry picked from commit 9697f33) (cherry picked from commit 3d7b9ed) 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> Co-authored-by: Yulong Ruan <[email protected]>
Backport 9697f33 from #7877.