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

Add an HttpHost Workflow Step #530

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

dbwiddis
Copy link
Member

Description

Adds a WorkflowStep configuring an HttpHost. This is similar to the ToolStep in that it simply reflects a configuration which can be re-used in many follow-on steps.

Issues Resolved

Part of #522

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

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.10%. Comparing base (3019fb8) to head (8b2c8fe).

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #530      +/-   ##
============================================
+ Coverage     72.71%   73.10%   +0.38%     
- Complexity      639      649      +10     
============================================
  Files            78       79       +1     
  Lines          3258     3294      +36     
  Branches        255      257       +2     
============================================
+ Hits           2369     2408      +39     
+ Misses          777      773       -4     
- Partials        112      113       +1     

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

Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
@dbwiddis dbwiddis merged commit 3923f34 into opensearch-project:main Feb 23, 2024
29 checks passed
@dbwiddis dbwiddis deleted the http-host-step branch February 23, 2024 20:44
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 23, 2024
* Add an HttpHost Workflow Step

Signed-off-by: Daniel Widdis <[email protected]>

* Rebase, add TODOs

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: Daniel Widdis <[email protected]>
(cherry picked from commit 3923f34)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dbwiddis added a commit that referenced this pull request Feb 24, 2024
* Add an HttpHost Workflow Step (#530)

* Add an HttpHost Workflow Step

Signed-off-by: Daniel Widdis <[email protected]>

* Rebase, add TODOs

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: Daniel Widdis <[email protected]>
(cherry picked from commit 3923f34)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Use Apache HttpHost class for OpenSearch 2.x

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: Daniel Widdis <[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>
Co-authored-by: Daniel Widdis <[email protected]>
@dbwiddis dbwiddis mentioned this pull request Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport PRs to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants