-
Notifications
You must be signed in to change notification settings - Fork 21
chore: config generator tool #66
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
Conversation
One last thing. I noticed there are no unit tests. Are you planning on adding any? |
Actually I wasn't, since this tools is so simple and not a production-running artifact. But rethinking it, it's probably worth doing. |
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.
@asllop thanks for the changes. I think I resolved all comments but 3 if you could just have a look.
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.
@asllop just one unresolved comment in conftool/form/text.py
where I think you meant port
but used post
. Would be good to change this to avoid confusion.
conftool/form/text.py
Outdated
|
||
i_redis_post_min = 0 | ||
i_redis_post_max = 65535 | ||
t_redis_post = Text( |
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.
@asllop Did you see this one?
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.
@asllop thanks for all the changes.
LGTM
Introduction
CLI tool to build the
config.yml
required to run the NR Salesforce Exporter. Creating the config file could be tricky for some users, and the sample config file we provide in the repository is not enough to run the integration as is, without prior inspection and modification.Features
Future
Out of scope