podman/pkg/api/handlers/utils
Daniel J Walsh 99f2a4e4b9
Reassemble filters on the server side
--filter label=foo=bar, was been translated on the server side to
--filter label=foo --filter=bar

This PR fixes this back to what the user specified.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-06-12 06:48:49 -04:00
..
containers.go Fixup issues found by golint 2020-06-10 05:49:41 -04:00
errors.go V2 Implement terminal handling in bindings attach 2020-05-18 11:21:06 -07:00
handler.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
handler_test.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00
images.go Reassemble filters on the server side 2020-06-12 06:48:49 -04:00
pods.go Fix Id->ID where possible for lint 2020-06-10 05:49:41 -04:00