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] separate doc-level monitor query indices created by detectors #1330

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 1ca4090 from #1324.

Signed-off-by: Subhobrata Dey <[email protected]>
(cherry picked from commit 1ca4090)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 85.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 68.66%. Comparing base (2958d18) to head (18e3ef2).
Report is 3 commits behind head on 2.x.

Files with missing lines Patch % Lines
...lytics/transport/TransportIndexDetectorAction.java 81.25% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x    #1330      +/-   ##
============================================
- Coverage     68.74%   68.66%   -0.08%     
- Complexity     3583     3586       +3     
============================================
  Files           404      404              
  Lines         20037    20046       +9     
  Branches       2042     2045       +3     
============================================
- Hits          13774    13765       -9     
- Misses         5242     5261      +19     
+ Partials       1021     1020       -1     
Flag Coverage Δ
68.66% <85.00%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sbcd90 sbcd90 merged commit 038d60a into 2.x Sep 30, 2024
18 of 33 checks passed
@opensearch-trigger-bot
Copy link
Contributor Author

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

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

opensearch-trigger-bot bot added a commit that referenced this pull request Oct 7, 2024
sbcd90 pushed a commit that referenced this pull request Oct 16, 2024
…#1330) (#1343)

Signed-off-by: Subhobrata Dey <[email protected]>
(cherry picked from commit 038d60a)

Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
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.

2 participants