Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | Merge pull request #8461 from Luap99/top-shell-completion | OpenShift Merge Robot | 2020-11-24 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Implement shell completion for podman top | Paul Holzinger | 2020-11-23 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #8455 from baude/jhoncompat | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | update container status with new results | baude | 2020-11-23 | |
| * | | | | | Refactor compat container create endpoint | Jhon Honce | 2020-11-23 | |
|/ / / / / | ||||
* | | | | | Merge pull request #8438 from MarcoPolo/marco/set-path-for-systemd-healthcheck | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ | ||||
| * | | | | | Set PATH env in systemd timer. | Marco Munizaga | 2020-11-23 | |
* | | | | | | Merge pull request #8409 from mlegenovic/master | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | [WIP] Docker compat API fixes | Milivoje Legenovic | 2020-11-23 | |
* | | | | | | | Merge pull request #8416 from Luap99/shell-completion | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | shell completions: remove usage of ShellCompDirectiveError | Paul Holzinger | 2020-11-23 | |
| * | | | | | | | more shell completion improvements | Paul Holzinger | 2020-11-23 | |
* | | | | | | | | Merge pull request #8451 from Luap99/fix-subnet-range | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Fix ip-range for classless subnet masks | Paul Holzinger | 2020-11-23 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge pull request #8440 from psakar/fix-8433 | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | APIv2 - create container sets wrong entrypoint | Petr Sakař | 2020-11-22 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge pull request #8450 from containers/dependabot/go_modules/github.com/con... | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Bump github.com/containers/common from 0.27.0 to 0.29.0 | dependabot-preview[bot] | 2020-11-23 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge pull request #8446 from Luap99/podman-container-ps | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Add podman container ps command | Paul Holzinger | 2020-11-23 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge pull request #8263 from rhatdan/restart | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Allow containers to --restart on-failure with --rm | Daniel J Walsh | 2020-11-20 | |
* | | | | | | | | | Merge pull request #8449 from vrothberg/top-docs | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | clarify ps(1) fallback of `podman top` | Valentin Rothberg | 2020-11-23 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge pull request #8436 from Luap99/remote-completion | OpenShift Merge Robot | 2020-11-23 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | Enable remote shell completion without a running endpoint | Paul Holzinger | 2020-11-20 | |
| | |_|_|_|/ / | |/| | | | | | ||||
* | | | | | | | Merge pull request #8429 from psakar/fix-json-capabilities | OpenShift Merge Robot | 2020-11-21 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | APIv2 - strip CAP_ prefix from capabilities in json | Petr Sakař | 2020-11-20 | |
| | |_|_|_|_|/ | |/| | | | | | ||||
* | | | | | | | Merge pull request #8410 from Luap99/fix-multiple-networks | OpenShift Merge Robot | 2020-11-21 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Allow multiple --network flags for podman run/create | Paul Holzinger | 2020-11-20 | |
| |/ / / / / / | ||||
* | | | | | | | Merge pull request #8435 from FreedomBen/fix-replace-command-typo | OpenShift Merge Robot | 2020-11-21 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Specify what the replace flag replaces in help text | Benjamin Porter | 2020-11-20 | |
|/ / / / / / / | ||||
* | | | | | | | Merge pull request #8431 from mheon/networks_returns_default | OpenShift Merge Robot | 2020-11-20 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Make c.networks() list include the default network | Matthew Heon | 2020-11-20 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge pull request #8423 from psakar/fix-8418 | OpenShift Merge Robot | 2020-11-20 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | REST API v2 - list of images - mandatory Created attribute | Petr Sakař | 2020-11-20 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #8406 from jwhonce/issues/8390 | OpenShift Merge Robot | 2020-11-20 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | Make podman service log events | Jhon Honce | 2020-11-19 | |
| |/ / / / | ||||
* | | | | | Merge pull request #8285 from rhatdan/containers.conf | OpenShift Merge Robot | 2020-11-20 | |
|\ \ \ \ \ | ||||
| * | | | | | Document containers.conf settings for remote connections | Daniel J Walsh | 2020-11-19 | |
| |/ / / / | ||||
* | | | | | Merge pull request #8413 from rhatdan/VENDOR | OpenShift Merge Robot | 2020-11-20 | |
|\ \ \ \ \ | ||||
| * | | | | | vendor in containers/storage v1.24.1 containers/image v5.8.1 | Daniel J Walsh | 2020-11-19 | |
| |/ / / / | ||||
* | | | | | Merge pull request #8422 from vrothberg/cgroup-fix | OpenShift Merge Robot | 2020-11-20 | |
|\ \ \ \ \ | ||||
| * | | | | | fix container cgroup lookup | Valentin Rothberg | 2020-11-20 | |
| |/ / / / | ||||
* | | | | | Merge pull request #8404 from rhatdan/rm | OpenShift Merge Robot | 2020-11-20 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | Add alias for podman network rm -> remove | Daniel J Walsh | 2020-11-19 | |
| | | * | | squash | jortkoopmans | 2020-11-25 | |
| |_|/ / |/| | | | ||||
* | | | | Merge pull request #8398 from Luap99/ps-filter-completions | OpenShift Merge Robot | 2020-11-19 | |
|\ \ \ \ | ||||
| * | | | | Shell completion for podman ps and podman pod ps --filter | Paul Holzinger | 2020-11-19 | |
* | | | | | Merge pull request #7958 from cevich/branch_fail_notice | OpenShift Merge Robot | 2020-11-19 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | |