-
Notifications
You must be signed in to change notification settings - Fork 773
feature: support dfget params for each proxy #826
feature: support dfget params for each proxy #826
Conversation
73be19f
to
5cdbb7b
Compare
Codecov Report
@@ Coverage Diff @@
## master #826 +/- ##
==========================================
+ Coverage 39.67% 39.95% +0.27%
==========================================
Files 109 109
Lines 6432 6367 -65
==========================================
- Hits 2552 2544 -8
+ Misses 3672 3615 -57
Partials 208 208
Continue to review full report at Codecov.
|
5cdbb7b
to
c8b6bec
Compare
c8b6bec
to
de0ee15
Compare
Signed-off-by: yeya24 <[email protected]>
de0ee15
to
e7c0128
Compare
The idea is good and the code looks fine. But I'm a little concerned about the overriding dfget params part. Before we actually use a struct for dfget config as proposed in #824 , appending custom parameters to global parameters does not feel very robust. I'm sure it will work, but I think we should write tests to verify the override behavior. Also we should check if we print the final args which might have duplicated parameters in them. |
Totally agree with you. |
So what's the plan of this pr? Do I need to work on this again? Do we plan to rework the dfget configuration as my previous pr did? |
@starnop Hello, do you think this feature still needed? If yes, I can do a rebase. |
ping @yeya24 |
Close this pr since it seems not needed anymore. |
Ⅰ. Describe what this PR did
Add support for each proxy to use different dfget params.
Ⅱ. Does this pull request fix one issue?
NONE
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews