-
Notifications
You must be signed in to change notification settings - Fork 104
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 imports for files refactored in core PR #8157 #1025
Conversation
Signed-off-by: Ashish Agrawal <[email protected]>
Currently need https://github.com/opensearch-project/notifications to fix this. |
will take fix in notification opensearch-project/notifications#707 and publish new jar/zip file |
@lezzago you should unblocked. |
Signed-off-by: Ashish Agrawal <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1025 +/- ##
============================================
+ Coverage 72.13% 72.55% +0.41%
+ Complexity 113 105 -8
============================================
Files 160 160
Lines 10301 10303 +2
Branches 1571 1514 -57
============================================
+ Hits 7431 7475 +44
+ Misses 1977 1967 -10
+ Partials 893 861 -32
|
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/alerting/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/alerting/backport-2.x
# Create a new branch
git switch --create backport-1025-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d879e1af6762d8f3e4398a39d823c31effcd6ed1
# Push it to GitHub
git push --set-upstream origin backport-1025-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/alerting/backport-2.x Then, create a pull request where the |
backport was no longer needed. |
…ect#1025) Signed-off-by: Ashish Agrawal <[email protected]>
* Update imports for files refactored in core PR #8157 (#1025) Signed-off-by: Ashish Agrawal <[email protected]> * Resolve core Xcontent and CircuitBreaker refactor (#1062) * Resolve core Xcontent refactor Signed-off-by: Ashish Agrawal <[email protected]> * Resolve core CircuitBreaker refactor Signed-off-by: Ashish Agrawal <[email protected]> * Resolve integ test issues with adding test dependency Signed-off-by: Ashish Agrawal <[email protected]> --------- Signed-off-by: Ashish Agrawal <[email protected]> * fix breaking change from core library refactor (#1090) Signed-off-by: Surya Sashank Nistala <[email protected]> * Resolve additional compile issues Signed-off-by: Ashish Agrawal <[email protected]> * fix bwc issues Signed-off-by: Ashish Agrawal <[email protected]> * Update BWC version to deal with ktlint issues Signed-off-by: Ashish Agrawal <[email protected]> * Update BWC version Signed-off-by: Ashish Agrawal <[email protected]> * Disable BWC for non-bwc CIs Signed-off-by: Ashish Agrawal <[email protected]> * Fix integ tests and update CI flows Signed-off-by: Ashish Agrawal <[email protected]> --------- Signed-off-by: Ashish Agrawal <[email protected]> Signed-off-by: Surya Sashank Nistala <[email protected]> Co-authored-by: Surya Sashank Nistala <[email protected]>
Issue #, if available:
N/A
Description of changes:
Update imports for files refactored in core PR opensearch-project/OpenSearch#8157
Reenable macOS CI integ tests
CheckList:
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.