| Commit message (Expand) | Author | Age |
* | Fix codespell errors | Daniel J Walsh | 2022-05-25 |
* | Merge pull request #14330 from Luap99/completion3 | OpenShift Merge Robot | 2022-05-24 |
|\ |
|
| * | cmd/podman/common/completion.go: fix FIXMEs | Paul Holzinger | 2022-05-24 |
* | | autocomplete `podman search --filter` | Valentin Rothberg | 2022-05-24 |
|/ |
|
* | Merge pull request #14263 from Luap99/completion | OpenShift Merge Robot | 2022-05-23 |
|\ |
|
| * | shell completion --format: add help to function with args | Paul Holzinger | 2022-05-18 |
| * | shell completion --format: support maps and functions | Paul Holzinger | 2022-05-18 |
| * | shell completion --format: fix embedded struct handling | Paul Holzinger | 2022-05-18 |
| * | shell completion --format: only show usable methods | Paul Holzinger | 2022-05-18 |
| * | shell completion --format: only show exported fields | Paul Holzinger | 2022-05-18 |
* | | Merge pull request #14272 from Luap99/completion2 | OpenShift Merge Robot | 2022-05-19 |
|\ \ |
|
| * | | shell completion: use more constants instead of duplicating strings | Paul Holzinger | 2022-05-19 |
| * | | shell completion: podman save --format use all valid values | Paul Holzinger | 2022-05-19 |
| * | | shell completion: update podman inspect --type options | Paul Holzinger | 2022-05-19 |
| * | | shell completion: fix podman event --filter values | Paul Holzinger | 2022-05-19 |
| |/ |
|
* / | linter: enable unconvert linter | Valentin Rothberg | 2022-05-19 |
|/ |
|
* | shell completion --format: work with pointer functions | Paul Holzinger | 2022-05-12 |
* | play kube default log driver | Niall Crowe | 2022-05-04 |
* | pod: add exit policies | Valentin Rothberg | 2022-05-02 |
* | shell completion --format: use anonymous struct field once | Paul Holzinger | 2022-04-28 |
* | shell completion --format: work with nil structs | Paul Holzinger | 2022-04-28 |
* | enable gocritic linter | Paul Holzinger | 2022-04-26 |
* | Implements Windows volume/mount support | Jason T. Greene | 2022-04-25 |
* | Add support for --userns=nomap | Daniel J Walsh | 2022-04-21 |
* | Add missing events to podman-events man page | Daniel J Walsh | 2022-04-19 |
* | Merge pull request #13868 from cdoern/cloneSwap | OpenShift Merge Robot | 2022-04-15 |
|\ |
|
| * | Fix Memory Swappiness passing in Container Clone | cdoern | 2022-04-14 |
* | | run, create: add --passwd-entry | Giuseppe Scrivano | 2022-04-14 |
* | | compat api: use network mode bridge as default | Paul Holzinger | 2022-04-13 |
* | | Merge pull request #13787 from Luap99/nohost-api | OpenShift Merge Robot | 2022-04-12 |
|\ \
| |/
|/| |
|
| * | API: use no_hosts from containers.conf | Paul Holzinger | 2022-04-11 |
* | | network create: add support for ipam-driver none | Paul Holzinger | 2022-04-11 |
|/ |
|
* | specgen: do not set OOMScoreAdj by default | Giuseppe Scrivano | 2022-04-04 |
* | container: allow clone to an existing pod | Giuseppe Scrivano | 2022-03-24 |
* | linter: enable wastedassign | Valentin Rothberg | 2022-03-22 |
* | Deduplicate between Volumes and Mounts in compat API | Matthew Heon | 2022-03-17 |
* | Add support for --chrootdirs | LStandman | 2022-03-14 |
* | Fix handling of tmpfs-mode for tmpfs creation in compat mode | Daniel J Walsh | 2022-03-09 |
* | Implement Podman Container Clone | cdoern | 2022-02-20 |
* | create: Fix key=value annotation in the flag output | Morten Linderud | 2022-02-14 |
* | Move each search dns to its own line | Daniel J Walsh | 2022-02-02 |
* | Only change network fields if they were actually changed by the user | Daniel J Walsh | 2022-02-02 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Standardize on capatalized Cgroups | Daniel J Walsh | 2022-01-14 |
* | Merge pull request #12642 from Luap99/libnetwork | OpenShift Merge Robot | 2022-01-13 |
|\ |
|
| * | use libnetwork from c/common | Paul Holzinger | 2022-01-12 |
* | | Podman Pod Create --sysctl support | cdoern | 2022-01-12 |
|/ |
|
* | fix healthcheck timeouts and ut8 coercion | Brent Baude | 2022-01-06 |
* | Merge pull request #12208 from cdoern/podSecurityOpt | OpenShift Merge Robot | 2022-01-05 |
|\ |
|
| * | Pod Security Option support | cdoern | 2021-12-27 |