-
Notifications
You must be signed in to change notification settings - Fork 892
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
[Manual backport 2.x] New Query Enhancement UI #7457
[Manual backport 2.x] New Query Enhancement UI #7457
Conversation
* UI changes Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * update snapshots Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * styling Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * correct license Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * more cleanup Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> * more styling and update snapshots Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com> --------- Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #7457 +/- ##
==========================================
- Coverage 67.81% 67.81% -0.01%
==========================================
Files 3600 3600
Lines 72605 72616 +11
Branches 11898 11901 +3
==========================================
+ Hits 49238 49244 +6
- Misses 20373 20377 +4
- Partials 2994 2995 +1
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.16 2.16
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.16
# Create a new branch
git switch --create backport/backport-7457-to-2.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8ee8678d9c739c18aeb9897896a50ed4a2ca5732
# Push it to GitHub
git push --set-upstream origin backport/backport-7457-to-2.16
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.16 Then, create a pull request where the |
…t#7457) * UI changes * update snapshots * styling * correct license * more cleanup * more styling and update snapshots --------- Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Description
Manual backport of #7309
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration