-
Notifications
You must be signed in to change notification settings - Fork 139
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
Fix - Breaking Change Main OpenSearch project - action move to core #1200
Fix - Breaking Change Main OpenSearch project - action move to core #1200
Conversation
49f0fcb
to
89f1157
Compare
@b4sjoo, @dhrubo-os, @ylwu-amzn and team: this fix blocks SQL plugin. Please, prioritize reviewing and merging this PR. Thank you! |
Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
d939b40
to
ff46b90
Compare
Codecov Report
@@ Coverage Diff @@
## main #1200 +/- ##
=========================================
Coverage 84.12% 84.12%
Complexity 1755 1755
=========================================
Files 139 139
Lines 6716 6716
Branches 669 669
=========================================
Hits 5650 5650
Misses 769 769
Partials 297 297
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@ylwu-amzn @b4sjoo @rbhavna can you please add the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-1200-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7467a692e3cf3d7cdf2b5db0b21c11e67fcf5621
# Push it to GitHub
git push --set-upstream origin backport/backport-1200-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
@MitchellGale added. |
Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
Description
Corrects imports for new location with regards to opensearch-project/OpenSearch#9082.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.