Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | Merge pull request #8360 from edsantiago/logformatter | OpenShift Merge Robot | 2020-11-17 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | logformatter: highlight timing results | Ed Santiago | 2020-11-16 | |
|/ / / / | ||||
* | | | | Merge pull request #8335 from Luap99/fix-html-tables | OpenShift Merge Robot | 2020-11-16 | |
|\ \ \ \ | ||||
| * | | | | Fix markdown tables on docs.podman.io | Paul Holzinger | 2020-11-13 | |
* | | | | | Merge pull request #8339 from rhatdan/df | OpenShift Merge Robot | 2020-11-16 | |
|\ \ \ \ \ | ||||
| * | | | | | Wrap missing container errors with container ID | Daniel J Walsh | 2020-11-15 | |
* | | | | | | Merge pull request #8324 from baude/speedupe2eremote | OpenShift Merge Robot | 2020-11-16 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | use lookaside storage for remote tests | baude | 2020-11-16 | |
* | | | | | | | Merge pull request #8351 from containers/dependabot/go_modules/k8s.io/apimach... | OpenShift Merge Robot | 2020-11-16 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | Bump k8s.io/apimachinery from 0.19.3 to 0.19.4 | dependabot-preview[bot] | 2020-11-16 | |
|/ / / / / / | ||||
* | | | | | | Merge pull request #8345 from afbjorklund/volume-filter | OpenShift Merge Robot | 2020-11-15 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Add support for volume ls --filter label=key=value | Anders F Björklund | 2020-11-14 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge pull request #8325 from edsantiago/bats | OpenShift Merge Robot | 2020-11-15 | |
|\ \ \ \ \ | ||||
| * | | | | | system tests: various | Ed Santiago | 2020-11-14 | |
|/ / / / / | ||||
* | | | | | Merge pull request #8333 from rhatdan/buildah | OpenShift Merge Robot | 2020-11-14 | |
|\ \ \ \ \ | ||||
| * | | | | | Podman-remote build is getting ID twice | Daniel J Walsh | 2020-11-14 | |
* | | | | | | Merge pull request #8336 from TomSweeneyRedHat/dev/tsweeney/podmanman | OpenShift Merge Robot | 2020-11-14 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | [CI:DOCS] Touch up Podman description in man page menu | TomSweeneyRedHat | 2020-11-13 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge pull request #8327 from rhatdan/build | OpenShift Merge Robot | 2020-11-14 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | test for buildah version in container images. | Daniel J Walsh | 2020-11-13 | |
* | | | | | | Merge pull request #7964 from vrothberg/shortnames | OpenShift Merge Robot | 2020-11-13 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||
| * | | | | | short-name aliasing | Valentin Rothberg | 2020-11-13 | |
| | |_|/ / | |/| | | | ||||
* | | | | | Merge pull request #6442 from Luap99/podman-autocomplete | OpenShift Merge Robot | 2020-11-13 | |
|\ \ \ \ \ | ||||
| * | | | | | Install the new shell completion logic | Paul Holzinger | 2020-11-12 | |
| * | | | | | Add shell completion with cobra | Paul Holzinger | 2020-11-12 | |
| * | | | | | Vendor in some cobra PRs to improve the completion experience. | Paul Holzinger | 2020-11-12 | |
* | | | | | | Merge pull request #8326 from Luap99/fix-build-namespace | OpenShift Merge Robot | 2020-11-13 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | Fix namespace flag parsing for podman build | Paul Holzinger | 2020-11-12 | |
| * | | | | | Add podman build --net alias for --network | Paul Holzinger | 2020-11-12 | |
* | | | | | | Merge pull request #8308 from jwhonce/jira/run-976 | OpenShift Merge Robot | 2020-11-13 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Refactor to use DockerClient vs APIClient | Jhon Honce | 2020-11-12 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #8334 from vilgotf/patch-1 | OpenShift Merge Robot | 2020-11-13 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||
| * | | | | | Set podman-auto-update.service Type=oneshot | Vilgot Fredenberg | 2020-11-13 | |
|/ / / / / | ||||
* | | | | | Merge pull request #8301 from TomSweeneyRedHat/dev/tsweeney/fixpully | OpenShift Merge Robot | 2020-11-13 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||
| * | | | | Change podman build --pull=true to PullIfMissing | TomSweeneyRedHat | 2020-11-12 | |
* | | | | | Merge pull request #8328 from FreedomBen/add-socket-start | OpenShift Merge Robot | 2020-11-13 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | Add missing --now in systemctl start command | Benjamin Porter | 2020-11-12 | |
* | | | | | Merge pull request #8316 from rhatdan/codespell | OpenShift Merge Robot | 2020-11-12 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||
| * | | | | Fix issues found with codespell | Daniel J Walsh | 2020-11-12 | |
| |/ / / | ||||
* | | | | Merge pull request #8304 from rhatdan/error | OpenShift Merge Robot | 2020-11-12 | |
|\ \ \ \ | ||||
| * | | | | Cleanup error reporting | Daniel J Walsh | 2020-11-11 | |
| | |/ / | |/| | | ||||
* | | | | Merge pull request #8318 from Luap99/doc-consistent-flag-order | OpenShift Merge Robot | 2020-11-12 | |
|\ \ \ \ | ||||
| * | | | | Maintain consistent order of short and long flag names in docs | Paul Holzinger | 2020-11-12 | |
| | |/ / | |/| | | ||||
* | | | | Merge pull request #8107 from cevich/measure_testing_stats | OpenShift Merge Robot | 2020-11-12 | |
|\ \ \ \ | ||||
| * | | | | Cirrus: Detailed CPU/Memory/Time runner.sh stats | Chris Evich | 2020-11-09 | |
* | | | | | Merge pull request #8298 from mheon/db_network_connect | OpenShift Merge Robot | 2020-11-12 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||
| * | | | | Add support for network connect / disconnect to DB | Matthew Heon | 2020-11-11 | |
| | |/ / | |/| | | ||||
* | | | | Merge pull request #8311 from containers/dependabot/go_modules/github.com/roo... | OpenShift Merge Robot | 2020-11-12 | |
|\ \ \ \ | ||||
| * | | | | Bump github.com/rootless-containers/rootlesskit from 0.11.0 to 0.11.1 | dependabot-preview[bot] | 2020-11-12 | |
| |/ / / | ||||
* | | | | Merge pull request #8307 from mheon/fix_8221 | OpenShift Merge Robot | 2020-11-12 | |
|\ \ \ \ |