-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Allow filtering containers by command #24791
base: main
Are you sure you want to change the base?
Conversation
63e80c1
to
7a8043c
Compare
the change LGTM, but you'll need to update the man pages too |
Thank you!
Could you please me an advice how to fix it? |
7a8043c
to
899381e
Compare
899381e
to
fe91b75
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: arsenalzp The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
52b9241
to
e299759
Compare
Signed-off-by: Oleksandr Krutko <[email protected]> add a test, improve logic of command filter Signed-off-by: Oleksandr Krutko <[email protected]> improve a test Signed-off-by: Oleksandr Krutko <[email protected]> improve test, update a man page Signed-off-by: Oleksandr Krutko <[email protected]> improve man page, runtime functions Signed-off-by: Oleksandr Krutko <[email protected]> move ExternalContainerFilter type to entities package Signed-off-by: Oleksandr Krutko <[email protected]> add external filters Signed-off-by: Oleksandr Krutko <[email protected]> add tests for external containers Signed-off-by: Oleksandr Krutko <[email protected]> add test for ps external id, ancestor Signed-off-by: Oleksandr Krutko <[email protected]> add tests for ps external filters of since, before Signed-off-by: Oleksandr Krutko <[email protected]> fix linter warnings, add completion for the name filter Signed-off-by: Oleksandr Krutko <[email protected]>
e299759
to
39bf186
Compare
All objections were removed, all applicable filters were applied for external containers with corresponding tests. |
This PR is intended to implement feature requested in issue #24664
I decided to implement filtering of commands to all kind of containers: for external and for managed by
podman
, I guess, this approach is better than just implementing this feature for a single sort of container.If you don't want to accept this approach then I will put it away and implement filtering for external container only.
Does this PR introduce a user-facing change?