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] Added unwrapping exceptions from core #737

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 19d4a41 from #728

Signed-off-by: Petar Dzepina <petar.dzepina@gmail.com>
(cherry picked from commit 19d4a41)
@opensearch-trigger-bot opensearch-trigger-bot bot requested a review from a team January 6, 2023 21:52
@sbcd90 sbcd90 merged commit dc20ba1 into 2.x Jan 6, 2023
@github-actions github-actions bot deleted the backport/backport-728-to-2.x branch January 6, 2023 22:00
@opensearch-trigger-bot
Copy link
Contributor Author

The backport to 2.5 failed:

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

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.5 2.5
# Navigate to the new working tree
cd .worktrees/backport-2.5
# Create a new branch
git switch --create backport/backport-737-to-2.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dc20ba1b3c37a42edcaf106e48a886d5052d9ff4
# Push it to GitHub
git push --set-upstream origin backport/backport-737-to-2.5
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.5

Then, create a pull request where the base branch is 2.5 and the compare/head branch is backport/backport-737-to-2.5.

@opensearch-trigger-bot
Copy link
Contributor Author

The backport to 2.3 failed:

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

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.3 2.3
# Navigate to the new working tree
cd .worktrees/backport-2.3
# Create a new branch
git switch --create backport/backport-737-to-2.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 dc20ba1b3c37a42edcaf106e48a886d5052d9ff4
# Push it to GitHub
git push --set-upstream origin backport/backport-737-to-2.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.3

Then, create a pull request where the base branch is 2.3 and the compare/head branch is backport/backport-737-to-2.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants