-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[2.x] Added bwc version 1.3.5 (#3911) #3913
Conversation
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: opensearch-ci-bot <opensearch-ci-bot@users.noreply.github.com>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #3913 +/- ##
============================================
- Coverage 70.64% 70.58% -0.07%
+ Complexity 56398 56391 -7
============================================
Files 4520 4520
Lines 271675 271687 +12
Branches 39974 39974
============================================
- Hits 191932 191763 -169
- Misses 63605 63812 +207
+ Partials 16138 16112 -26
Continue to review full report at Codecov.
|
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.0 2.0
# Navigate to the new working tree
cd .worktrees/backport-2.0
# Create a new branch
git switch --create backport/backport-3913-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 21c45a53b74dcdbfa663e81fa660456a00353aca
# Push it to GitHub
git push --set-upstream origin backport/backport-3913-to-2.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.0 Then, create a pull request where the |
…#3913) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: opensearch-ci-bot <opensearch-ci-bot@users.noreply.github.com> Signed-off-by: Tianli Feng <ftianli@amazon.com>
Description
Backport PR #3911 / commit e724b2e to
2.x
branch1.3.5
into bwcVersionsIssues Resolved
Due to issue #3218, the PR needs to be created manually.
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.