| Commit message (Expand) | Author | Age |
... | |
| * | | | | libpod removal from main (phase 2) | baude | 2019-06-27 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #3446 from giuseppe/fix-rootless-conf | OpenShift Merge Robot | 2019-06-27 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | runtime: do not attempt to use global conf file | Giuseppe Scrivano | 2019-06-27 |
| * | | | runtime: use GetRootlessUID() to get rootless uid | Giuseppe Scrivano | 2019-06-27 |
|/ / / |
|
* | | | Merge pull request #3193 from cevich/check_image | OpenShift Merge Robot | 2019-06-27 |
|\ \ \ |
|
| * | | | Cirrus: More tests to verify cache_images | Chris Evich | 2019-06-25 |
* | | | | Merge pull request #3429 from cevich/strip_crio_conmon | OpenShift Merge Robot | 2019-06-27 |
|\ \ \ \ |
|
| * | | | | Remove refs to crio/conmon | Chris Evich | 2019-06-26 |
| |/ / / |
|
* | | | | Merge pull request #3420 from ashley-cui/remoteconf | OpenShift Merge Robot | 2019-06-26 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix crash for when remote host IP or Username is not set in conf file & conf ... | Ashley Cui | 2019-06-25 |
| |/ / |
|
* | | | Merge pull request #3374 from giuseppe/cgroups | OpenShift Merge Robot | 2019-06-26 |
|\ \ \ |
|
| * | | | stats: fix cgroup path for rootless containers | Giuseppe Scrivano | 2019-06-26 |
| * | | | pkg, cgroups: add initial support for cgroup v2 | Giuseppe Scrivano | 2019-06-26 |
| * | | | util: drop IsCgroup2UnifiedMode and use it from cgroups | Giuseppe Scrivano | 2019-06-26 |
| * | | | vendor: drop github.com/containerd/cgroups | Giuseppe Scrivano | 2019-06-26 |
| * | | | libpod: use pkg/cgroups instead of containerd/cgroups | Giuseppe Scrivano | 2019-06-26 |
| * | | | pkg: new package cgroups | Giuseppe Scrivano | 2019-06-26 |
| | |/
| |/| |
|
* | | | Merge pull request #3435 from mheon/fix_tmpfs_options | OpenShift Merge Robot | 2019-06-26 |
|\ \ \ |
|
| * | | | Fix parsing of the --tmpfs option | Matthew Heon | 2019-06-25 |
* | | | | Merge pull request #3438 from openSUSE/module | OpenShift Merge Robot | 2019-06-26 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Remove unnecessary blackfriday dependency | Sascha Grunert | 2019-06-26 |
|/ / / |
|
* | | | Merge pull request #3419 from baude/removelibpodfrommainphase1 | OpenShift Merge Robot | 2019-06-26 |
|\ \ \ |
|
| * | | | remove libpod from main | baude | 2019-06-25 |
* | | | | Merge pull request #3430 from mheon/bump-1.4.3 | OpenShift Merge Robot | 2019-06-26 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Bump gitvalidation epoch | Matthew Heon | 2019-06-25 |
| * | | | Bump to v1.4.4-dev | Matthew Heon | 2019-06-25 |
| * | | | Bump to v1.4.3v1.4.3 | Matthew Heon | 2019-06-25 |
* | | | | Merge pull request #3428 from mheon/release_notes_1.4.3 | OpenShift Merge Robot | 2019-06-25 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Update release notes for 1.4.3 release | Matthew Heon | 2019-06-25 |
| | |/
| |/| |
|
* | | | Merge pull request #3418 from vrothberg/go-modules | OpenShift Merge Robot | 2019-06-25 |
|\ \ \ |
|
| * | | | update dependencies | Valentin Rothberg | 2019-06-24 |
| | |/
| |/| |
|
* | | | Merge pull request #3417 from mheon/fix_play_kube_ports | OpenShift Merge Robot | 2019-06-25 |
|\ \ \
| |_|/
|/| | |
|
| * | | Update 'generate kube' tests to verify YAML | Matthew Heon | 2019-06-25 |
| * | | Use a different method to retrieve YAML output in tests | Matthew Heon | 2019-06-25 |
| * | | Fix tests | Matthew Heon | 2019-06-24 |
| * | | Change Marshal -> Unmarshal in generate kube tests | Matthew Heon | 2019-06-24 |
| * | | Add test for generate kube on a pod with ports | Matthew Heon | 2019-06-24 |
| * | | Only include ports in one container in Kube YAML | Matthew Heon | 2019-06-24 |
| |/ |
|
* | | Merge pull request #3332 from rhatdan/cgroupmanager | OpenShift Merge Robot | 2019-06-25 |
|\ \ |
|
| * | | Correctly identify the defaults for cgroup-manager | Daniel J Walsh | 2019-06-15 |
* | | | Merge pull request #3401 from mheon/templating_is_dumb | OpenShift Merge Robot | 2019-06-25 |
|\ \ \ |
|
| * | | | Support aliases for .Src and .Dst in inspect .Mounts | Matthew Heon | 2019-06-24 |
| * | | | Fix gofmt | Matthew Heon | 2019-06-21 |
| * | | | Adjust names to match struct tags in Inspect | Matthew Heon | 2019-06-21 |
| * | | | Fix inspect --format '{{.Mounts}}. | Matthew Heon | 2019-06-21 |
* | | | | Merge pull request #3391 from QiWang19/cp_file | OpenShift Merge Robot | 2019-06-24 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | fix bug creats directory copying file | Qi Wang | 2019-06-20 |
* | | | | Merge pull request #3412 from mheon/fix_ps_sync_segfault | OpenShift Merge Robot | 2019-06-24 |
|\ \ \ \ |
|
| * | | | | Fix a segfault in 'podman ps --sync' | Matthew Heon | 2019-06-24 |
* | | | | | Merge pull request #3414 from vrothberg/go-modules | OpenShift Merge Robot | 2019-06-24 |
|\ \ \ \ \ |
|