Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | Merge pull request #14734 from giuseppe/copyup-switch-order | openshift-ci[bot] | 2022-06-28 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | volume: new options [no]copy | Giuseppe Scrivano | 2022-06-27 | |
| * | | | | | | | | | volume: drop TODO comment | Giuseppe Scrivano | 2022-06-27 | |
| * | | | | | | | | | volumes: switch order of checks | Giuseppe Scrivano | 2022-06-27 | |
| * | | | | | | | | | vendor: update containers/common | Giuseppe Scrivano | 2022-06-27 | |
* | | | | | | | | | | Merge pull request #14751 from dfr/freebsd-make | openshift-ci[bot] | 2022-06-28 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | Makefile: don't try to build rootlessport on FreeBSD | Doug Rabson | 2022-06-28 | |
| * | | | | | | | | | Makefile: don't use '-t' to specify the directory to install manpages | Doug Rabson | 2022-06-28 | |
| * | | | | | | | | | Makefile: use GNU sed to convert manpages on FreeBSD | Doug Rabson | 2022-06-28 | |
| * | | | | | | | | | Makefile: use bash to evaluate tool paths | Doug Rabson | 2022-06-28 | |
* | | | | | | | | | | Merge pull request #14741 from giuseppe/pod-ps-no-race | openshift-ci[bot] | 2022-06-28 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | pod: ps does not race with rm | Giuseppe Scrivano | 2022-06-28 | |
| * | | | | | | | | | pods: move code to a new function | Giuseppe Scrivano | 2022-06-28 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge pull request #14742 from rhatdan/machine | openshift-ci[bot] | 2022-06-28 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Show starting state when machine is starting | Daniel J Walsh | 2022-06-27 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
* | | | | | | | | | Merge pull request #14597 from containers/closes_14583 | openshift-ci[bot] | 2022-06-28 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Use Regexp in volume ls --filter name | Boaz Shuster | 2022-06-27 | |
|/ / / / / / / / / | ||||
* | | | | | | | | | Merge pull request #14713 from Luap99/volume-plugin | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | add podman volume reload to sync volume plugins | Paul Holzinger | 2022-06-23 | |
| * | | | | | | | | | test/testvol: rework testvol binary | Paul Holzinger | 2022-06-23 | |
| * | | | | | | | | | test/testvol: update container image golang to 1.18 | Paul Holzinger | 2022-06-23 | |
| * | | | | | | | | | test/testvol: move Containerfile into testvol dir | Paul Holzinger | 2022-06-23 | |
| * | | | | | | | | | libpod: volume plugin sendRequest remove body bool | Paul Holzinger | 2022-06-23 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
* | | | | | | | | | Merge pull request #14705 from jakecorrenti/show-health-status-event | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Show Health Status events | Jake Correnti | 2022-06-27 | |
* | | | | | | | | | | Merge pull request #14732 from dfr/criu | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | Fix spelling of GetCriuVersion | Doug Rabson | 2022-06-27 | |
| * | | | | | | | | | Add missing criu symbols to criu_unsupported.go | Doug Rabson | 2022-06-27 | |
* | | | | | | | | | | Merge pull request #14744 from giuseppe/fix-go-sum | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | go.sum: run make vendor | Giuseppe Scrivano | 2022-06-27 | |
|/ / / / / / / / / / | ||||
* | | | | | | | | | | Merge pull request #14733 from dfr/unix-signal | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Implement CatchAll and StopCatch in signal_common.go | Doug Rabson | 2022-06-27 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge pull request #14654 from cdoern/cgroup | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | podman cgroup enhancement | cdoern | 2022-06-24 | |
* | | | | | | | | | | | Merge pull request #14725 from Luap99/port-range-flake | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | Fix "podman run port forward range" flake | Paul Holzinger | 2022-06-27 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #14687 from cdoern/vols | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | podman run/create -v relative filepath support | Charlie Doern | 2022-06-22 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge pull request #14695 from boaz0/closes_14682 | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Use HaveLen instead of len in podman machine list e2e tests | Boaz Shuster | 2022-06-23 | |
| * | | | | | | | | | | Fix machine list: --format implies --noheading | Boaz Shuster | 2022-06-23 | |
* | | | | | | | | | | | Merge pull request #14665 from Luap99/machine-now | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | podman machine init --now: respect proxy envs | Paul Holzinger | 2022-06-20 | |
* | | | | | | | | | | | | Merge pull request #14724 from containers/dependabot/go_modules/github.com/st... | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 | dependabot[bot] | 2022-06-24 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge pull request #14685 from mheon/gitlab | openshift-ci[bot] | 2022-06-27 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | Two fixes for DB exit code handling | Matthew Heon | 2022-06-23 | |
| * | | | | | | | | | | libpod: fix wait and exit-code logic | Valentin Rothberg | 2022-06-23 | |
| * | | | | | | | | | | conmon: silence json-file error | Valentin Rothberg | 2022-06-23 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge pull request #14703 from cdoern/connection | openshift-ci[bot] | 2022-06-25 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | |