-
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
[Data Explorer][Discover 2.0] Replace hide column and add move left/right #4838
[Data Explorer][Discover 2.0] Replace hide column and add move left/right #4838
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4838 +/- ##
==========================================
- Coverage 66.38% 66.32% -0.07%
==========================================
Files 3396 3390 -6
Lines 64865 64734 -131
Branches 10355 10309 -46
==========================================
- Hits 43061 42934 -127
+ Misses 19239 19232 -7
- Partials 2565 2568 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
570f849
to
69cd85f
Compare
…ight * disable full screen mode * customize hide column to delete column * add move left and move right Issue Resolve: opensearch-project#4822 opensearch-project#4823 opensearch-project#4824 Signed-off-by: ananzh <ananzh@amazon.com>
69cd85f
to
cef0e08
Compare
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.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-4838-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 27381317e68264d08952ed5c0fa0e8a4f4b233a7
# Push it to GitHub
git push --set-upstream origin backport/backport-4838-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
…ight (opensearch-project#4838) * disable full screen mode * customize hide column to delete column * add move left and move right Issue Resolve: opensearch-project#4822 opensearch-project#4823 opensearch-project#4824 Signed-off-by: ananzh <ananzh@amazon.com> (cherry picked from commit 2738131)
Description
Issues Resolved
#4822
#4823
#4824
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr