summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #11104 from jwhonce/bz/1988252openshift-ci[bot]2021-08-04
|\
| * Only support containers stats using cgroups v2Jhon Honce2021-08-03
* | Merge pull request #11125 from containers/dependabot/go_modules/github.com/ro...openshift-ci[bot]2021-08-04
|\ \
| * | Bump github.com/rootless-containers/rootlesskit from 0.14.3 to 0.14.4dependabot[bot]2021-08-04
|/ /
* | Merge pull request #11114 from mlegenovic/masteropenshift-ci[bot]2021-08-03
|\ \
| * | Compat API: Fix healthcheck status and healthcheck configMilivoje Legenovic2021-08-03
* | | Merge pull request #11122 from edsantiago/qfileopenshift-ci[bot]2021-08-03
|\ \ \ | |_|/ |/| |
| * | podman info: try qfile before equeryEd Santiago2021-08-03
|/ /
* | Merge pull request #11091 from Luap99/connect-disconnectopenshift-ci[bot]2021-08-03
|\ \
| * | fix rootless port forwarding with network dis-/connectPaul Holzinger2021-08-03
* | | Merge pull request #11111 from containers/dependabot/go_modules/github.com/op...openshift-ci[bot]2021-08-03
|\ \ \
| * | | Bump github.com/opencontainers/selinux from 1.8.2 to 1.8.3dependabot[bot]2021-08-03
| |/ /
* | | Merge pull request #11117 from vrothberg/scp-typoopenshift-ci[bot]2021-08-03
|\ \ \
| * | | image scp: fix typo in outputValentin Rothberg2021-08-03
| | |/ | |/|
* | | Merge pull request #11068 from giuseppe/drop-dir-cgroup-testopenshift-ci[bot]2021-08-03
|\ \ \ | |/ / |/| |
| * | test: move container process to a sub-cgroupGiuseppe Scrivano2021-07-29
* | | Merge pull request #11101 from rhatdan/selinuxopenshift-ci[bot]2021-08-03
|\ \ \ | |_|/ |/| |
| * | Fix handling of user specified container labelsDaniel J Walsh2021-08-02
* | | Merge pull request #11099 from edsantiago/podman_registry_tweakopenshift-ci[bot]2021-08-02
|\ \ \ | |/ / |/| |
| * | podman-registry: minor usability updatesEd Santiago2021-08-02
|/ /
* | Merge pull request #11094 from mheon/bump_400_devopenshift-ci[bot]2021-08-02
|\ \
| * | Bump to v4.0.0-devMatthew Heon2021-08-02
* | | Merge pull request #10828 from cdoern/scpopenshift-ci[bot]2021-08-02
|\ \ \ | |/ / |/| |
| * | Created scp.go image_scp_test.go and podman-image-scp.1.mdcdoern2021-07-30
* | | Merge pull request #11092 from containers/dependabot/go_modules/github.com/co...openshift-ci[bot]2021-08-02
|\ \ \
| * | | Bump github.com/containers/storage from 1.33.0 to 1.33.1dependabot[bot]2021-08-02
* | | | Merge pull request #11064 from cevich/daily_version_updateopenshift-ci[bot]2021-08-02
|\ \ \ \
| * | | | Multi-arch image build: Daily version-tag pushChris Evich2021-07-27
* | | | | Merge pull request #11072 from matejvasek/header-timeoutopenshift-ci[bot]2021-08-02
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove ReadHeaderTimeoutMatej Vasek2021-07-29
* | | | | Merge pull request #11082 from containers/dependabot/go_modules/github.com/co...openshift-ci[bot]2021-08-02
|\ \ \ \ \
| * | | | | Bump github.com/containers/image/v5 from 5.14.0 to 5.15.0dependabot[bot]2021-08-01
|/ / / / /
* | | | | Merge pull request #11054 from saschagrunert/login-logout-path-testsopenshift-ci[bot]2021-08-01
|\ \ \ \ \
| * | | | | Add `--accept-repositories` integration testsSascha Grunert2021-07-30
| |/ / / /
* | | | | Merge pull request #11086 from hshiina/update-testopenshift-ci[bot]2021-07-31
|\ \ \ \ \
| * | | | | Fix auto-update system test for older systemdHironori Shiina2021-07-30
|/ / / / /
* | | | | Merge pull request #11075 from flouthoc/ps-filter-network-by-containeropenshift-ci[bot]2021-07-30
|\ \ \ \ \
| * | | | | ps: support the container notation for ps --filter network=...flouthoc2021-07-30
* | | | | | Merge pull request #11080 from edsantiago/batsOpenShift Merge Robot2021-07-30
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | system tests: fix race in stop testEd Santiago2021-07-29
|/ / / / /
* | | | | Merge pull request #11077 from flouthoc/healthcheck-nitOpenShift Merge Robot2021-07-29
|\ \ \ \ \
| * | | | | Fix: healthcheck tests use .Should() instead of .To()flouthoc2021-07-29
* | | | | | Merge pull request #9887 from edsantiago/test_buildah_bud_with_remoteOpenShift Merge Robot2021-07-29
|\ \ \ \ \ \
| * | | | | | buildah bud tests under podman-remoteEd Santiago2021-07-28
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #11073 from giuseppe/fix-zombie-process-first-runOpenShift Merge Robot2021-07-29
|\ \ \ \ \ \
| * | | | | | rootless: avoid zombie process on first launchGiuseppe Scrivano2021-07-29
* | | | | | | Merge pull request #11043 from Kiritow/patch-1OpenShift Merge Robot2021-07-29
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Update transfer.mdKirito2021-07-29
* | | | | | | Merge pull request #11048 from cdoern/heatlhCheckCompatOpenShift Merge Robot2021-07-29
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fixed Healthcheck formatting, string to []stringcdoern2021-07-28