-
Notifications
You must be signed in to change notification settings - Fork 336
Onboarding new maven snapshots publishing to s3 (security) #5711
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
Onboarding new maven snapshots publishing to s3 (security) #5711
Conversation
Signed-off-by: Peter Zhu <[email protected]>
Updating 3.2.0 snapshots...... |
Need to update common-utils as a first. |
Signed-off-by: Peter Zhu <[email protected]>
1ffbbae
into
opensearch-project:main
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5711 +/- ##
==========================================
- Coverage 72.91% 72.88% -0.03%
==========================================
Files 412 412
Lines 26207 26207
Branches 3964 3964
==========================================
- Hits 19108 19102 -6
- Misses 5193 5198 +5
- Partials 1906 1907 +1 🚀 New features to boost your workflow:
|
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/security/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/security/backport-2.19
# Create a new branch
git switch --create backport/backport-5711-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 1ffbbaecd8713c2647193c104a09650e2dd1e060
# Push it to GitHub
git push --set-upstream origin backport/backport-5711-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/security/backport-2.19 Then, create a pull request where the |
Description
Onboarding new maven snapshots publishing to s3 (security)
Issues Resolved
opensearch-project/opensearch-build#5360
Is this a backport? If so, please add backport PR # and/or commits #, and remove
backport-failed
label from the original PR.Do these changes introduce new permission(s) to be displayed in the static dropdown on the front-end? If so, please open a draft PR in the security dashboards plugin and link the draft PR here
Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
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.