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

Refactor for upstream changes from PR import 9082 #1102

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

monusingh-1
Copy link
Collaborator

@monusingh-1 monusingh-1 commented Aug 16, 2023

Description

Refactor for opensearch-project/OpenSearch#9082

import org.opensearch.action.ActionListener -> import org.opensearch.core.action.ActionListener

import org.opensearch.action.ActionResponse -> import org.opensearch.core.action.ActionResponse

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #1102 (9325fc2) into main (7385ade) will decrease coverage by 0.05%.
The diff coverage is n/a.

❗ Current head 9325fc2 differs from pull request most recent head bfe92a7. Consider uploading reports for the commit bfe92a7 to get more accurate results

@@             Coverage Diff              @@
##               main    #1102      +/-   ##
============================================
- Coverage     74.96%   74.92%   -0.05%     
  Complexity     1022     1022              
============================================
  Files           141      141              
  Lines          4761     4761              
  Branches        521      521              
============================================
- Hits           3569     3567       -2     
  Misses          856      856              
- Partials        336      338       +2     
Files Changed Coverage Δ
...in/org/opensearch/replication/ReplicationPlugin.kt 90.60% <ø> (ø)
...low/TransportAutoFollowClusterManagerNodeAction.kt 69.38% <ø> (ø)
...tofollow/TransportUpdateAutoFollowPatternAction.kt 72.72% <ø> (ø)
...h/replication/action/changes/GetChangesResponse.kt 100.00% <ø> (ø)
...cation/action/changes/TransportGetChangesAction.kt 90.47% <ø> (+25.39%) ⬆️
...tion/action/index/TransportReplicateIndexAction.kt 77.27% <ø> (ø)
...TransportReplicateIndexClusterManagerNodeAction.kt 93.22% <ø> (ø)
...on/index/block/TransportUpddateIndexBlockAction.kt 90.00% <ø> (ø)
...tion/pause/TransportPauseIndexReplicationAction.kt 85.18% <ø> (ø)
...tion/action/replay/TransportReplayChangesAction.kt 82.75% <ø> (ø)
... and 26 more

... and 3 files with indirect coverage changes

@monusingh-1 monusingh-1 marked this pull request as ready for review August 16, 2023 06:30
@monusingh-1 monusingh-1 enabled auto-merge (squash) August 16, 2023 06:31
@monusingh-1 monusingh-1 merged commit 505e242 into opensearch-project:main Aug 16, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 16, 2023
Signed-off-by: monusingh-1 <[email protected]>
(cherry picked from commit 505e242)
@monusingh-1 monusingh-1 deleted the fix_9082 branch August 16, 2023 08:13
monusingh-1 added a commit that referenced this pull request Aug 16, 2023
Signed-off-by: monusingh-1 <[email protected]>
(cherry picked from commit 505e242)

Co-authored-by: Monu Singh <[email protected]>
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.

3 participants