podman/pkg/api/handlers
Brent Baude ddffc865f3 Rewire ListContainers for APIv2 libpod
consumers of the api remarked how they would prefer a more strongly typed data structure from list containers oon the libpod side of things.  for example, events should be consumable and consistent timestamps.  also, for the sake of compatibility, it is helpful to have the json named atttributes for Id to not be ID.

listcontainers on the libpod side no longer strongly uses the the ps cli to obtain information but we do benefit from turning on the ability to list the last X containers, something CLI does not have yet. we also flipped the bit on defaulting to truncated output in the return.

thanks to the efforts of the cockpit team to help us here.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-02-11 08:14:28 -06:00
..
generic swagger: v2: libpod/images/{import,load,pull} 2020-02-04 10:45:54 +01:00
libpod Rewire ListContainers for APIv2 libpod 2020-02-11 08:14:28 -06:00
utils fix longname handling for bindings 2020-01-31 08:38:25 -06:00
containers.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
containers_attach.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
containers_create.go APIv2 review corrections #3 2020-01-25 15:09:09 -06:00
containers_top.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
decoder.go Refactor time parsing to be more liberal in accepted values 2020-01-24 10:11:05 -07:00
events.go Add query parameter converters for complex types 2020-01-23 16:32:00 -07:00
exec.go [CI:DOCS]add apiv2 endpoints for exec 2020-02-03 12:40:01 -06:00
handler.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
images.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
images_build.go Update build images 2020-01-21 14:19:42 -07:00
ping.go Update /_ping support 2020-02-03 11:57:54 -07:00
swagger.go Rewire ListContainers for APIv2 libpod 2020-02-11 08:14:28 -06:00
types.go swagger: v2: libpod/images/{import,load,pull} 2020-02-04 10:45:54 +01:00
unsupported.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
version.go [CI:DOCS]Binding overhauls 2020-01-28 08:42:18 -06:00