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: add http proxy support when executing package managers #79

Merged

Conversation

derdanne
Copy link
Contributor

@derdanne derdanne commented Mar 22, 2023

Add http proxy support when executing package managers.

Closes #80

@derdanne derdanne force-pushed the feature/add-http-proxy-support branch 2 times, most recently from a74c090 to bd4949f Compare March 22, 2023 20:44
@derdanne derdanne force-pushed the feature/add-http-proxy-support branch from c0bbd97 to 34a4cfd Compare March 23, 2023 07:52
Signed-off-by: Daniel Klockenkämper <daniel.klockenkaemper@gmx.de>
Signed-off-by: Daniel Klockenkämper <daniel.klockenkaemper@gmx.de>
@derdanne derdanne force-pushed the feature/add-http-proxy-support branch from 34a4cfd to 30d8992 Compare March 23, 2023 07:52
Copy link
Member

@sozercan sozercan left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM

@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2023

Codecov Report

Patch coverage: 51.85% and project coverage change: +0.80 🎉

Comparison is base (397b611) 34.36% compared to head (9a86844) 35.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
+ Coverage   34.36%   35.17%   +0.80%     
==========================================
  Files          12       12              
  Lines        1129     1143      +14     
==========================================
+ Hits          388      402      +14     
  Misses        720      720              
  Partials       21       21              
Impacted Files Coverage Δ
pkg/pkgmgr/apk.go 45.23% <0.00%> (ø)
pkg/pkgmgr/dpkg.go 33.71% <0.00%> (ø)
pkg/pkgmgr/rpm.go 32.62% <0.00%> (ø)
pkg/utils/utils.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sozercan
Copy link
Member

One of the tests are failing, but I don't think this is related to this. Investigating.

@sozercan sozercan merged commit a9c5e17 into project-copacetic:main Mar 29, 2023
ashnamehrotra pushed a commit to ashnamehrotra/copacetic that referenced this pull request Aug 25, 2023
…-copacetic#79)

Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REQ] Add http proxy support when executing package managers
3 participants