spiegel_podman/pkg/api/handlers/compat
Valentin Rothberg dea93c27d2 events endpoint: backwards compat to old type
The versions Docker that the compat endpoints currently support are
using another type for the `filters` parameter than later versions
of Docker, which the libpod/events endpoint is also using.

To prevent existing deplopyments from breaking while still achieving
backward compat, we now support both types for the filters parameter.

Tested manually.

Fixes: #6899
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-07-20 15:05:04 +02:00
..
changes.go move go module to v2 2020-07-06 15:50:12 +02:00
containers.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_archive.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_attach.go Fix: Correct connection counters for hijacked connections 2020-07-09 22:17:27 +03:00
containers_create.go The compat create endpoint should 404 on no such image 2020-07-16 14:20:39 -04:00
containers_export.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_logs.go log API: add context to allow for cancelling 2020-07-09 15:13:07 +02:00
containers_pause.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_prune.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_restart.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_start.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_stats.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_stop.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_top.go move go module to v2 2020-07-06 15:50:12 +02:00
containers_unpause.go move go module to v2 2020-07-06 15:50:12 +02:00
events.go events endpoint: backwards compat to old type 2020-07-20 15:05:04 +02:00
exec.go Fix: Hijacking v2 endpoints to follow rfc 7230 semantics 2020-07-09 22:16:16 +03:00
images.go move go module to v2 2020-07-06 15:50:12 +02:00
images_build.go move go module to v2 2020-07-06 15:50:12 +02:00
images_history.go move go module to v2 2020-07-06 15:50:12 +02:00
images_push.go move go module to v2 2020-07-06 15:50:12 +02:00
images_remove.go move go module to v2 2020-07-06 15:50:12 +02:00
images_save.go Refactor handler packages 2020-03-10 08:03:41 -07:00
images_search.go move go module to v2 2020-07-06 15:50:12 +02:00
images_tag.go move go module to v2 2020-07-06 15:50:12 +02:00
info.go move go module to v2 2020-07-06 15:50:12 +02:00
networks.go move go module to v2 2020-07-06 15:50:12 +02:00
ping.go move go module to v2 2020-07-06 15:50:12 +02:00
resize.go move go module to v2 2020-07-06 15:50:12 +02:00
swagger.go move go module to v2 2020-07-06 15:50:12 +02:00
system.go move go module to v2 2020-07-06 15:50:12 +02:00
types.go V2 verify JSON output is consistent and doesn't drift 2020-05-28 16:20:29 -07:00
unsupported.go move go module to v2 2020-07-06 15:50:12 +02:00
version.go move go module to v2 2020-07-06 15:50:12 +02:00
volumes.go move go module to v2 2020-07-06 15:50:12 +02:00