-
Notifications
You must be signed in to change notification settings - Fork 20
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
csmock: export functions that can be reused by cspodman #115
csmock: export functions that can be reused by cspodman #115
Conversation
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.
Thank you for working on this. I am marking this pull request as a draft until the related change in cspodman
is proven to work as expected.
44c6d5c
to
f115b7e
Compare
f115b7e
to
687ac1d
Compare
687ac1d
to
c5df618
Compare
@lbossis Thank you for working on this. I am marking this pull request as a draft until the related change in cspodman is proven to work as expected. |
py/common/util.py
Outdated
in order to expose it for potential use where it might fit | ||
""" | ||
# install global filter of known false positives | ||
filter_cmd = f"csdiff --json-output --show-internal \"{props.known_false_positives}\"" |
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.
... so that they can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
... so that it can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
... so that it can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
... so that it can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
a4f417b
to
dd5baab
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.
vcs-diff-lint found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
... so that it can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
... so that it can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
dd5baab
to
e109338
Compare
Didn't verify but the proposed changes LGTM. |
... so that they can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
... so that it can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
... so that it can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
... so that it can be reused by cspodman Related: https://issues.redhat.com/browse/OSH-151 Closes: csutils#115
e109338
to
40b402c
Compare
@rhyw Thanks for review! |
Ready for review