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

feat: added grpc proxy dial option to client package #389

Merged
merged 2 commits into from
Feb 17, 2022
Merged

feat: added grpc proxy dial option to client package #389

merged 2 commits into from
Feb 17, 2022

Conversation

richardcase
Copy link
Member

What this PR does / why we need it:

Some consumers (i.e. capmvm) may need to use an explicit proxy server
instead of relying on the env levels http proxy settings.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

Some consumers (i.e. capmvm) may need to use an explicit proxy server
instead of relying on the env levels http proxy settings/

Signed-off-by: Richard Case <[email protected]>
@richardcase richardcase added the kind/feature New feature or request label Feb 11, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #389 (8668984) into main (11b7da1) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #389      +/-   ##
==========================================
- Coverage   56.58%   56.55%   -0.04%     
==========================================
  Files          52       52              
  Lines        2603     2603              
==========================================
- Hits         1473     1472       -1     
  Misses       1006     1006              
- Partials      124      125       +1     
Impacted Files Coverage Δ
pkg/process/process.go 37.73% <0.00%> (-1.89%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11b7da1...8668984. Read the comment docs.

@bigkevmcd
Copy link

No tests?

@richardcase
Copy link
Member Author

No tests?

As it was adapted code from elsewhere I didn't add them but that was lazy. I'll add them.

@richardcase richardcase merged commit f9607be into liquidmetal-dev:main Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants