-
Notifications
You must be signed in to change notification settings - Fork 282
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
Update tool scripts to run in windows #2371
Conversation
Resolves opensearch-project#2368 Signed-off-by: Peter Nied <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #2371 +/- ##
============================================
- Coverage 61.09% 61.07% -0.02%
+ Complexity 3271 3268 -3
============================================
Files 260 260
Lines 18363 18363
Branches 3250 3250
============================================
- Hits 11219 11216 -3
- Misses 5559 5560 +1
- Partials 1585 1587 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-2371-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8ccad5c7d2653fda12acabc1b94afe2b3d9a99dd
# Push it to GitHub
git push --set-upstream origin backport/backport-2371-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x Then, create a pull request where the |
(cherry picked from commit 8ccad5c)
(cherry picked from commit 8ccad5c) Co-authored-by: Peter Nied <[email protected]>
…ect#2371) Backport 8ccad5c from opensearch-project#2371 Signed-off-by: Peter Nied <[email protected]>
…ect#2371) Backport 8ccad5c from opensearch-project#2371 Signed-off-by: Peter Nied <[email protected]>
Backport 8ccad5c from #2371 Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]>
Backport 8ccad5c from #2371 Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]> (cherry picked from commit ffc64e5)
…2399) Backport 8ccad5c from #2371 Signed-off-by: Peter Nied <[email protected]> (cherry picked from commit ffc64e5) Co-authored-by: Peter Nied <[email protected]>
…search-project#2379) (cherry picked from commit 8ccad5c) Co-authored-by: Peter Nied <[email protected]>
Description
Update tool scripts to run in windows. They were missed during support for Windows, will backport this to 1.3.X as well
Issues Resolved
Testing
Manually tested on my windows machine
Failure cause
Success
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.