| Commit message (Expand) | Author | Age |
* | Exit with 0 when receiving SIGTERM | Jhon Honce | 2022-03-15 |
* | Fix handling of tmpfs-mode for tmpfs creation in compat mode | Daniel J Walsh | 2022-03-09 |
* | Fix #2 for compat commit handling of --changes | Daniel J Walsh | 2022-01-21 |
* | Merge pull request #12914 from rhatdan/commit | OpenShift Merge Robot | 2022-01-19 |
|\ |
|
| * | Handle changes in docker compat mode | Daniel J Walsh | 2022-01-19 |
* | | APIv2 tests: followup to recent log test | Ed Santiago | 2022-01-19 |
|/ |
|
* | apiv2 test: add regression test for #12904 | Valentin Rothberg | 2022-01-19 |
* | Revamp Libpod state strings for Docker compat | Matthew Heon | 2022-01-17 |
* | use libnetwork from c/common | Paul Holzinger | 2022-01-12 |
* | Add podman rm --depend | Daniel J Walsh | 2022-01-11 |
* | Fix Container List API call to return mount info | Daniel J Walsh | 2022-01-04 |
* | prefix imageId with sha256: in containers list | Oliver | 2021-12-29 |
* | APIv2 tests: fail on syntax/logic errors | Ed Santiago | 2021-12-14 |
* | Fix panic in container create compat api | Paul Holzinger | 2021-10-14 |
* | api: handle nil pointer dereference in rest endpoints | Jelle van der Waa | 2021-09-15 |
* | Add support for mount options to API | Jhon Honce | 2021-08-27 |
* | Fixed healthcheck default values when container created via compat API | Milivoje Legenovic | 2021-08-14 |
* | Only support containers stats using cgroups v2 | Jhon Honce | 2021-08-03 |
* | Fix broken volume and container tests | Alex Schultz | 2021-07-14 |
* | Fix compat create with NetworkMode=default | Matthew Heon | 2021-06-07 |
* | fix: use UTC Time Stamps in response JSON | Matej Vasek | 2021-05-10 |
* | migrate Podman to containers/common/libimage | Valentin Rothberg | 2021-05-05 |
* | compat api: Networks must be empty instead of null | Paul Holzinger | 2021-05-04 |
* | Containers prune endpoint should use only prune filters | Jakub Guzik | 2021-03-30 |
* | Fix containers list/prune http api filter behaviour | Jakub Guzik | 2021-03-20 |
* | Merge pull request #9686 from edsantiago/apiv2_jsonify | Daniel J Walsh | 2021-03-11 |
|\ |
|
| * | apiv2 tests: finally fix POST as originally intended | Ed Santiago | 2021-03-10 |
* | | Removing a non existing container API should return 404 | Daniel J Walsh | 2021-03-10 |
|/ |
|
* | Respect NanoCpus in Compat Create | Matthew Heon | 2021-03-04 |
* | Add network summary to compat ps | baude | 2021-03-03 |
* | Compat api containers/json Ports field is null | Milivoje Legenovic | 2021-03-02 |
* | APIv2 tests: make more maintainable | Ed Santiago | 2021-03-01 |
* | Quote URL | Nikolay Edigaryev | 2021-02-18 |
* | API: fix libpod's container wait endpoint condition conversion | Nikolay Edigaryev | 2021-02-18 |
* | Ensure the Volumes field in Compat Create is honored | Matthew Heon | 2021-01-26 |
* | Compat api containers/json add support for filters | Paul Holzinger | 2021-01-01 |
* | Fix Wrong image tag is used when creating a container from an image with mult... | zhangguanzhang | 2020-12-11 |
* | Fix some nit | zhangguanzhang | 2020-12-04 |
* | move from docker.io | Ed Santiago | 2020-10-28 |
* | refactor api compatibility container creation to specgen | baude | 2020-10-20 |
* | APIv2 tests: get them passing again | Ed Santiago | 2020-10-12 |
* | This PR allows users to remove external containers directly | Daniel J Walsh | 2020-10-09 |
* | fix apiv2 /containers/$name/json return wrong value in `.Config.StopSignal` | zhangguanzhang | 2020-10-06 |
* | fix: The container created by APIV2 has an incorrect Env and WorkDir | zhangguanzhang | 2020-10-01 |
* | apiv2 container limit differ from docker-api | zhangguanzhang | 2020-09-24 |
* | fix apiv2 will create containers with incorrect commands | zhangguanzhang | 2020-08-24 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | APIv2 tests: fix race condition causing CI flake | Ed Santiago | 2020-07-14 |
* | fix API: Create container with an invalid configuration | zhangguanzhang | 2020-07-09 |
* | test.apiv2: add testing for container initializing | Alex Jia | 2020-07-01 |