| Commit message (Expand) | Author | Age |
* | support health checks from image configs | Valentin Rothberg | 2021-11-09 |
* | added healthcheck to ps command | Sankalp Rangare | 2021-09-24 |
* | podman inspect add State.Health field for docker compat | Paul Holzinger | 2021-09-23 |
* | sync container state before reading the healthcheck | Paul Holzinger | 2021-09-22 |
* | Stop outputting 'healthy' on healthcheck | Daniel J Walsh | 2021-09-10 |
* | Fix: healthcheck tests use .Should() instead of .To() | flouthoc | 2021-07-29 |
* | Merge pull request #11048 from cdoern/heatlhCheckCompat | OpenShift Merge Robot | 2021-07-29 |
|\ |
|
| * | Fixed Healthcheck formatting, string to []string | cdoern | 2021-07-28 |
* | | e2e tests: use Should(Exit()) and ExitWithError() | Ed Santiago | 2021-07-15 |
|/ |
|
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | move from docker.io | Ed Santiago | 2020-10-28 |
* | Remove final v2remotefail failures | Daniel J Walsh | 2020-09-23 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Add more Remote tests | Daniel J Walsh | 2020-06-03 |
* | Fix remote integration for healthchecks | Brent Baude | 2020-05-20 |
* | v2 enable remote integration tests | Brent Baude | 2020-05-19 |
* | test: enable healthcheck tests | Giuseppe Scrivano | 2020-04-27 |
* | Force integration tests to pass | Brent Baude | 2020-04-21 |
* | Add --no-healthcheck command to create/run | Brent Baude | 2020-02-22 |
* | Add codespell to validate spelling mistakes in code. | Daniel J Walsh | 2020-01-11 |
* | Refactor tests when checking for error exit codes | Jhon Honce | 2019-10-16 |
* | Implement healthcheck for remote client | Ashley Cui | 2019-08-19 |
* | Make the healthcheck flags compatible with Docker CLI | Hunor Csomortáni | 2019-07-16 |
* | create: improve parser for --healthcheck-command | Stefan Becker | 2019-07-14 |
* | Disable a very badly flaking healthcheck test | Matthew Heon | 2019-06-06 |
* | fix timing issues with some tests | baude | 2019-06-03 |
* | use imagecaches for local tests | baude | 2019-05-29 |
* | rootless: enable healthcheck tests | Giuseppe Scrivano | 2019-04-05 |
* | size is optional for container inspection | baude | 2019-03-26 |
* | podman health check phase3 | baude | 2019-03-22 |
* | Enable rootless integration tests | baude | 2019-03-19 |
* | podman healthcheck run (phase 1) | baude | 2019-03-05 |