-
-
Notifications
You must be signed in to change notification settings - Fork 164
added podman_prune module #538
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
|
Please use this skeleton for tests: #531 |
Signed-off-by: Roberto Alfieri <[email protected]>
Signed-off-by: Roberto Alfieri <[email protected]>
Signed-off-by: Roberto Alfieri <[email protected]>
sshnaidm
left a comment
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.
Starting the review, a few comments inside.
Signed-off-by: Roberto Alfieri <[email protected]>
Signed-off-by: Roberto Alfieri <[email protected]>
|
Hi @sshnaidm , I followed your advices on PR and tried to refactor some things inside code. I enabled filters parsing for all modules (in both forms, e.g. |
sshnaidm
left a comment
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, looks much better! A few another comment inside, worth to split the function to two.
Signed-off-by: Roberto Alfieri <[email protected]>
|
Great, thanks! |
Signed-off-by: Roberto Alfieri <[email protected]>
Signed-off-by: Roberto Alfieri <[email protected]>
done! I've also handled output when multiple modules are invoked all at once, it came out during tests... :D |
sshnaidm
left a comment
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! A few comments about tests.
Please rebase your patch on latest.
Signed-off-by: Roberto Alfieri <[email protected]>
|
Thanks for your contribution! |
Added podman_prune module, it should fix #352
WIP since i need to add some tests