Skip to content
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

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 9697f33 from #7877.

* 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>
Copy link
Contributor

github-actions bot commented Sep 4, 2024

❌ Invalid Changelog Heading

The '## 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.

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 62.06897% with 22 lines in your changes missing coverage. Please review.

Project coverage is 61.15%. Comparing base (999bc05) to head (1a44ce7).
Report is 19 commits behind head on 2.x.

Files with missing lines Patch % Lines
src/plugins/home/public/plugin.ts 11.11% 7 Missing and 1 partial ⚠️
src/plugins/workspace/public/utils.ts 41.66% 6 Missing and 1 partial ⚠️
...rc/plugins/home/public/application/application.tsx 25.00% 3 Missing ⚠️
...ponents/usecase_overview/search_use_case_setup.tsx 87.50% 2 Missing ⚠️
...ent/public/components/card_container/card_list.tsx 66.66% 0 Missing and 1 partial ⚠️
...omponents/usecase_overview/search_use_case_app.tsx 90.00% 0 Missing and 1 partial ⚠️
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     
Flag Coverage Δ
Linux_1 29.23% <15.90%> (-0.02%) ⬇️
Linux_2 56.36% <ø> (ø)
Linux_3 37.97% <12.50%> (-0.01%) ⬇️
Linux_4 29.69% <63.04%> (+0.02%) ⬆️
Windows_1 29.24% <15.90%> (-0.02%) ⬇️
Windows_2 56.31% <ø> (ø)
Windows_3 37.98% <12.50%> (-0.01%) ⬇️
Windows_4 29.69% <63.04%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SuZhou-Joe SuZhou-Joe merged commit 3d7b9ed into 2.x Sep 4, 2024
67 of 69 checks passed
@opensearch-trigger-bot
Copy link
Contributor Author

The backport to 2.17 failed:

The process '/usr/bin/git' failed with exit code 128

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 base branch is 2.17 and the compare/head branch is backport/backport-7988-to-2.17.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 6, 2024
* 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>
SuZhou-Joe pushed a commit that referenced this pull request Sep 6, 2024
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants