| Commit message (Expand) | Author | Age |
* | cmd/podman: switch to golang native error wrapping | Sascha Grunert | 2022-06-30 |
* | add podman volume reload to sync volume plugins | Paul Holzinger | 2022-06-23 |
* | podman volume export/import: give better error | Paul Holzinger | 2022-05-30 |
* | Allow podman pod create to accept name argument | Daniel J Walsh | 2022-05-24 |
* | shell completion: update podman inspect --type options | Paul Holzinger | 2022-05-19 |
* | shell completion --format: use structs by reference | Paul Holzinger | 2022-04-28 |
* | enable staticcheck linter | Paul Holzinger | 2022-04-22 |
* | Add podman volume mount support | Daniel J Walsh | 2022-02-28 |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Add secret list --filter to cli | Jakub Guzik | 2021-12-14 |
* | Refactor podman image command output | Jhon Honce | 2021-12-02 |
* | Add --time out for podman * rm -f commands | Daniel J Walsh | 2021-10-04 |
* | volumes: Add volume import to allow importing contents on tar into volume | flouthoc | 2021-08-26 |
* | volumes: Add support for exporting volumes to external tar | flouthoc | 2021-08-23 |
* | Scrub podman commands to use report package | Jhon Honce | 2021-06-16 |
* | [Techinal Debt] Cleanup ABI vs. Tunnel CLI commands | Jhon Honce | 2021-05-27 |
* | Add go template shell completion for --format | Paul Holzinger | 2021-04-22 |
* | Add --noheading flag to all list commands | Daniel J Walsh | 2021-04-21 |
* | Do not leak libpod package into the remote client | Paul Holzinger | 2021-03-15 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | list volumes before pruning | Achilleas Tzenetopoulos | 2021-01-31 |
* | podman volume exists | Paul Holzinger | 2021-01-21 |
* | Add volume prune --filter support | Baron Lenardson | 2020-12-12 |
* | Repeat system pruning until there is nothing removed | Daniel J Walsh | 2020-12-09 |
* | more shell completion improvements | Paul Holzinger | 2020-11-23 |
* | Remove some more excessive wrapping and stuttering | Daniel J Walsh | 2020-11-17 |
* | Add support for volume ls --filter label=key=value | Anders F Björklund | 2020-11-14 |
* | Add shell completion with cobra | Paul Holzinger | 2020-11-12 |
* | Restore --format table header support | Jhon Honce | 2020-10-29 |
* | Add pod, volume, network to inspect package | Ashley Cui | 2020-10-27 |
* | Merge pull request #8077 from jwhonce/wip/report | OpenShift Merge Robot | 2020-10-21 |
|\ |
|
| * | Refactor podman to use c/common/pkg/report | Jhon Honce | 2020-10-21 |
* | | Switch use of Flags to Options | Daniel J Walsh | 2020-10-21 |
|/ |
|
* | Restore --format table support | Jhon Honce | 2020-10-13 |
* | Port V1 --format table to V2 podman | Jhon Honce | 2020-10-08 |
* | Volume prune should not pass down the force flag | Daniel J Walsh | 2020-10-01 |
* | Fix handling of remove of bogus volumes, networks and Pods | Daniel J Walsh | 2020-09-29 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | replace the html/template package with text/template | Paul Holzinger | 2020-07-25 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Fixes --remote flag issues | Jhon Honce | 2020-06-26 |
* | Fix Id->ID where possible for lint | Daniel J Walsh | 2020-06-10 |
* | Fixup issues found by golint | Daniel J Walsh | 2020-06-10 |
* | And system prune feature for v2. | Sujil02 | 2020-05-01 |
* | V2 enable ps tests | Jhon Honce | 2020-04-29 |
* | system tests must pass | Brent Baude | 2020-04-28 |
* | enable volume integration tests | Brent Baude | 2020-04-27 |
* | Provide a json variable pointing to a configured json API | Jhon Honce | 2020-04-21 |
* | Update podman to use containers.conf | Daniel J Walsh | 2020-04-20 |
* | enable integration testing | Brent Baude | 2020-04-17 |