-
Notifications
You must be signed in to change notification settings - Fork 139
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: update ProxyConfig in roles to JDCConfig, and update the references #1316
base: main
Are you sure you want to change the base?
feat: update ProxyConfig in roles to JDCConfig, and update the references #1316
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1316 +/- ##
=======================================
Coverage 19.29% 19.29%
=======================================
Files 164 164
Lines 10852 10852
=======================================
Hits 2094 2094
Misses 8758 8758
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bencher Report
🚨 1 Alert
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
Bencher Report
Click to view all benchmark results
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this!
Please go to all of the main.rs
files inside roles/[role_name]
and there you can that each different role have its own config. We should change the name in each role to reflect the name of the role. For example, in translator role we should change to TranslatorConfig
, in jd-server role we should change to JDSConfig
and so on.
got it! |
Hi, i not found another object with Config, so i changed only ProxyConfig, to check if is what was wanted.
Issue: #1260