| Commit message (Expand) | Author | Age |
* | Merge pull request #6917 from mheon/retErr_for_libpod | OpenShift Merge Robot | 2020-07-10 |
|\ |
|
| * | Remove all instances of named return "err" from Libpod | Matthew Heon | 2020-07-09 |
* | | Merge pull request #6906 from rhatdan/VENDOR | OpenShift Merge Robot | 2020-07-09 |
|\ \
| |/
|/| |
|
| * | Vendor in new version of Buildah | Daniel J Walsh | 2020-07-09 |
| * | Remove dependency on github.com/opencontainers/libpod/configs | Daniel J Walsh | 2020-07-09 |
* | | Merge pull request #6835 from zhangguanzhang/master | OpenShift Merge Robot | 2020-07-09 |
|\ \ |
|
| * | | fix API: Create container with an invalid configuration | zhangguanzhang | 2020-07-09 |
| |/ |
|
* | | Merge pull request #6916 from vrothberg/logs-fixes | OpenShift Merge Robot | 2020-07-09 |
|\ \ |
|
| * | | logs: enable e2e tests | Valentin Rothberg | 2020-07-09 |
| * | | log API: add context to allow for cancelling | Valentin Rothberg | 2020-07-09 |
| |/ |
|
* | | Merge pull request #6814 from QiWang19/oci-dir | OpenShift Merge Robot | 2020-07-09 |
|\ \
| |/
|/| |
|
| * | Fix saving in oci format | Qi Wang | 2020-07-09 |
|/ |
|
* | Merge pull request #6889 from mheon/update_master_releasenotes | Daniel J Walsh | 2020-07-08 |
|\ |
|
| * | Update release notes on Master for v2.0.2 | Matthew Heon | 2020-07-08 |
|/ |
|
* | Merge pull request #6904 from cevich/minor_fix | Daniel J Walsh | 2020-07-08 |
|\ |
|
| * | Minor: Remove two inaccurate comments | Chris Evich | 2020-07-08 |
* | | Merge pull request #6907 from cevich/secure_variable | Brent Baude | 2020-07-08 |
|\| |
|
| * | Cirrus: Rotate keys post repo. rename | Chris Evich | 2020-07-08 |
|/ |
|
* | Merge pull request #6829 from rhatdan/keepid | OpenShift Merge Robot | 2020-07-07 |
|\ |
|
| * | Add username to /etc/passwd inside of container if --userns keep-id | Daniel J Walsh | 2020-07-07 |
* | | Merge pull request #6881 from vrothberg/events-race | OpenShift Merge Robot | 2020-07-07 |
|\ \ |
|
| * | | fix race condition in `libpod.GetEvents(...)` | Valentin Rothberg | 2020-07-07 |
| |/ |
|
* | | Merge pull request #6878 from skorhone/fix/docker_v1_24_image_list_compatibility | OpenShift Merge Robot | 2020-07-07 |
|\ \
| |/
|/| |
|
| * | Add support for Filter query parameter to list images api | Korhonen Sami (Samlink) | 2020-07-07 |
|/ |
|
* | Merge pull request #6693 from goochjj/libpod-sd-notify-cmdline | OpenShift Merge Robot | 2020-07-06 |
|\ |
|
| * | BATS system tests for new sdnotify | Ed Santiago | 2020-07-06 |
| * | Implement --sdnotify cmdline option to control sd-notify behavior | Joseph Gooch | 2020-07-06 |
* | | Merge pull request #6570 from rhatdan/remote | OpenShift Merge Robot | 2020-07-06 |
|\ \ |
|
| * | | Change buildtag for remoteclient to remote for testing | Daniel J Walsh | 2020-07-06 |
* | | | Merge pull request #6868 from mheon/fix_mount_rootless | OpenShift Merge Robot | 2020-07-06 |
|\ \ \
| |/ /
|/| | |
|
| * | | Disable mount tests as rootless | Matthew Heon | 2020-07-06 |
| * | | Fix bug where `podman mount` didn't error as rootless | Matthew Heon | 2020-07-06 |
* | | | Merge pull request #6812 from chuanchang/add_apiv2_test | OpenShift Merge Robot | 2020-07-06 |
|\ \ \
| |_|/
|/| | |
|
| * | | test.apiv2: add testing for container initializing | Alex Jia | 2020-07-01 |
* | | | Merge pull request #6836 from ashley-cui/tzlibpod | OpenShift Merge Robot | 2020-07-06 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add --tz flag to create, run | Ashley Cui | 2020-07-02 |
* | | | Merge pull request #6864 from vrothberg/v2-module | OpenShift Merge Robot | 2020-07-06 |
|\ \ \ |
|
| * | | | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | | | | Merge pull request #6859 from containers/dependabot/go_modules/github.com/ons... | OpenShift Merge Robot | 2020-07-06 |
|\ \ \ \ |
|
| * | | | | Bump github.com/onsi/ginkgo from 1.13.0 to 1.14.0 | dependabot-preview[bot] | 2020-07-06 |
* | | | | | Merge pull request #6790 from QiWang19/set_engine_env | OpenShift Merge Robot | 2020-07-06 |
|\ \ \ \ \ |
|
| * | | | | | Set engine env from common config | Qi Wang | 2020-07-03 |
* | | | | | | Merge pull request #6855 from Luap99/ps-command-trunc | OpenShift Merge Robot | 2020-07-06 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | podman ps truncate the command | Paul Holzinger | 2020-07-05 |
* | | | | | | Merge pull request #6858 from vrothberg/fix-6793 | OpenShift Merge Robot | 2020-07-06 |
|\ \ \ \ \ \ |
|
| * | | | | | | auto-update: clarify systemd-unit requirements | Valentin Rothberg | 2020-07-06 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge pull request #6846 from mheon/fix_pod_errors | OpenShift Merge Robot | 2020-07-06 |
|\ \ \ \ \ \ |
|
| * | | | | | | Print errors from individual containers in pods | Matthew Heon | 2020-07-02 |
* | | | | | | | Merge pull request #6848 from TomSweeneyRedHat/dev/tsweeney/ib_v1.1.6_up | OpenShift Merge Robot | 2020-07-06 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Bump imagebuilder to v1.1.6 in upstream | TomSweeneyRedHat | 2020-07-02 |
| | |_|/ / /
| |/| | | | |
|