podman/pkg/api/handlers
Paul Holzinger 4f427a89cb Align the podman ps --filter behavior with docker
All of our filters worked exclusive resulting in `--filter status=created --filter status=exited` to return nothing.

In docker filters with the same key work inclusive with the only exception being `label` which is exclusive. Filters with different keys always work exclusive.

This PR aims to match the docker behavior with podman.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2020-11-18 11:36:06 +01:00
..
compat Align the podman ps --filter behavior with docker 2020-11-18 11:36:06 +01:00
libpod Set default network driver for APIv2 networks 2020-11-10 14:00:54 -06:00
swagger Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
utils Lowercase some errors 2020-10-05 15:56:44 -07:00
decoder.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
types.go src: nil check 2020-10-22 20:05:01 +02:00