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

Set default index pattern for search AD results tool #111

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

ohltyler
Copy link
Member

@ohltyler ohltyler commented Jan 8, 2024

Description

There was a bug where the default indices field for the SearchRequest passed to the AD client was not set, causing an error in the respective AD transport action. This fixes that bug by adding a default index pattern. In the future we may support propagating custom result indices to the tool.

Added corresponding UT.

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.

Copy link
Member

@owaiskazi19 owaiskazi19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment. Rest LGTM

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (815b666) 83.40% compared to head (94c1ac4) 83.43%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #111      +/-   ##
============================================
+ Coverage     83.40%   83.43%   +0.03%     
  Complexity      190      190              
============================================
  Files            13       13              
  Lines           940      942       +2     
  Branches        130      130              
============================================
+ Hits            784      786       +2     
  Misses          106      106              
  Partials         50       50              

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

@ohltyler ohltyler requested a review from owaiskazi19 January 8, 2024 18:09
@ohltyler ohltyler merged commit ecb4033 into opensearch-project:main Jan 8, 2024
13 checks passed
@ohltyler ohltyler deleted the indices-bug branch January 8, 2024 18:34
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jan 8, 2024
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit ecb4033)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ohltyler pushed a commit that referenced this pull request Jan 8, 2024
(cherry picked from commit ecb4033)

Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
yuye-aws pushed a commit to yuye-aws/skills that referenced this pull request Apr 26, 2024
…ect#111) (opensearch-project#112)

(cherry picked from commit ecb4033)

Signed-off-by: Tyler Ohlsen <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: yuye-aws <[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.

2 participants