-
Notifications
You must be signed in to change notification settings - Fork 118
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 containerized tranformer input/output configurability #907
Conversation
Thanks for making a pull request! 😃 |
Codecov ReportBase: 15.30% // Head: 15.30% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #907 +/- ##
=======================================
Coverage 15.30% 15.30%
=======================================
Files 50 50
Lines 4568 4568
=======================================
Hits 699 699
Misses 3696 3696
Partials 173 173 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 at Codecov. |
2aa7c6b
to
4df53a0
Compare
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 Nabha. Few suggestions.
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 Nabha. Few more comments.
7a346f3
to
8c2e16e
Compare
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 ji.. one small suggestion
cmdToRun := cmd | ||
for envKey, value := range kvMap { | ||
for index, token := range cmdToRun { | ||
regexExp := regexp.MustCompile(`\$` + envKey) |
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.
regexExp := regexp.MustCompile(`\$` + envKey) | |
regexExp := regexp.MustCompile(`\$({\()?` + envKey + "(}\))?") |
Should we allow the brackets too?
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.
done. The above line had a minor syntax error for the quotes. Hence, I have pushed the change to PR.
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.
There seems to a bug in the above regex. Will try to isolate it.
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.
done.
…ith the correct values Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
…ed in with the correct values Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
…samples Signed-off-by: seshapad <seshapad@in.ibm.com>
…samples Signed-off-by: seshapad <seshapad@in.ibm.com>
…samples Signed-off-by: seshapad <seshapad@in.ibm.com>
…samples Signed-off-by: seshapad <seshapad@in.ibm.com>
…samples Signed-off-by: seshapad <seshapad@in.ibm.com>
…samples Signed-off-by: seshapad <seshapad@in.ibm.com>
…samples Signed-off-by: seshapad <seshapad@in.ibm.com>
…samples Signed-off-by: seshapad <seshapad@in.ibm.com>
Signed-off-by: seshapad <seshapad@in.ibm.com>
…nveyor#907) Signed-off-by: seshapad <seshapad@in.ibm.com> Signed-off-by: Philip Hayes <philip@deewhy.ie>
Signed-off-by: seshapad seshapad@in.ibm.com