summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/compat/containers.go
Commit message (Expand)AuthorAge
* Merge pull request #14673 from idleroamer/fix-network-inspect-mainopenshift-ci[bot]2022-07-07
|\
| * Fix network inspect compat API discrepancy🤓 Mostafa Emami2022-07-05
* | libpod/runtime: switch to golang native error wrappingSascha Grunert2022-07-04
* | Docker compat returning unknown "initialized" for `status.status`chesedo2022-06-28
|/
* Swagger refactor/cleanupJhon Honce2022-05-19
* linter: enable unconvert linterValentin Rothberg2022-05-19
* enable gocritic linterPaul Holzinger2022-04-26
* Remove unused param and clean API handlersJakub Guzik2022-01-22
* bump go module to version 4Valentin Rothberg2022-01-18
* Add podman rm --dependDaniel J Walsh2022-01-11
* Fix Container List API call to return mount infoDaniel J Walsh2022-01-04
* prefix imageId with sha256: in containers listOliver2021-12-29
* Add --time out for podman * rm -f commandsDaniel J Walsh2021-10-04
* podman inspect add State.Health field for docker compatPaul Holzinger2021-09-23
* api: handle nil pointer dereference in rest endpointsJelle van der Waa2021-09-15
* Refacter API server emphasis on loggingJhon Honce2021-09-10
* Compat API: Fix healthcheck status and healthcheck configMilivoje Legenovic2021-08-03
* Health Check is not handled in the compat LibpodToContainerJSONcdoern2021-06-23
* fix: use UTC Time Stamps in response JSONMatej Vasek2021-05-10
* compat api: Networks must be empty instead of nullPaul Holzinger2021-05-04
* Fix removal race condition in ListContainersSoMuchForSubtlety2021-04-23
* Fix containers list/prune http api filter behaviourJakub Guzik2021-03-20
* Removing a non existing container API should return 404Daniel J Walsh2021-03-10
* Add network summary to compat psbaude2021-03-03
* Compat api containers/json Ports field is nullMilivoje Legenovic2021-03-02
* bump go module to v3Valentin Rothberg2021-02-22
* Implement Docker wait conditionsMatej Vasek2021-02-03
* Fix invalid wait condition on killDaniel J Walsh2021-02-03
* Merge pull request #9051 from rhatdan/rmOpenShift Merge Robot2021-02-01
|\
| * Switch podman stop/kill/wait handlers to use abiDaniel J Walsh2021-01-29
* | Endpoint that lists containers does not return correct Status valueMilivoje Legenovic2021-01-31
|/
* podman-remote ps --external --pod --sort do not work.Daniel J Walsh2021-01-27
* Merge pull request #9036 from baude/composelogOpenShift Merge Robot2021-01-21
|\
| * Set log driver for compatability containersbaude2021-01-20
* | Fix handling of container removeDaniel J Walsh2021-01-20
|/
* Initial implementation of renaming containersMatthew Heon2021-01-14
* Compat api containers/json add support for filtersPaul Holzinger2021-01-01
* Jira RUN-1106 Container handlers updatesJhon Honce2020-12-03
* [WIP] Docker compat API fixesMilivoje Legenovic2020-11-23
* APIv2 - strip CAP_ prefix from capabilities in jsonPetr Sakař2020-11-20
* APIv2 compatibility network connect|disconnectbaude2020-10-22
* Resolve #7860 - add time.RFC3339Nano into ContainerJSONBase3sky2020-10-12
* Merge pull request #7918 from zhangguanzhang/apiv2-wrong-StopSignalOpenShift Merge Robot2020-10-06
|\
| * fix apiv2 /containers/$name/json return wrong value in `.Config.StopSignal`zhangguanzhang2020-10-06
* | Lowercase some errorsKir Kolyshkin2020-10-05
|/
* Merge pull request #7662 from jwhonce/issues/7535OpenShift Merge Robot2020-09-24
|\
| * Evict containers before removing via V2 APIJhon Honce2020-09-18
* | apiv2 container limit differ from docker-apizhangguanzhang2020-09-24
* | add missing return for compat killbaude2020-09-21
|/
* compat kill: only wait for 0 signal and sigkillValentin Rothberg2020-09-09