Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Print container state when erroring that it is improper | Matthew Heon | 2020-05-20 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #6302 from baude/v2remotecreate | OpenShift Merge Robot | 2020-05-20 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Fix create_test for remote integration | Brent Baude | 2020-05-20 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #6291 from haircommander/journald-container-name | OpenShift Merge Robot | 2020-05-20 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | don't skip log tests unless remote | Peter Hunt | 2020-05-20 | |
| * | | | | | | oci conmon: tell conmon to log container name | Peter Hunt | 2020-05-20 | |
| | |_|/ / / | |/| | | | | ||||
* | | | | | | Merge pull request #6271 from jwhonce/wip/version | OpenShift Merge Robot | 2020-05-20 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | V2 API Version Support | Jhon Honce | 2020-05-20 | |
|/ / / / / | ||||
* | | | | | Merge pull request #6273 from vrothberg/registry_helper | OpenShift Merge Robot | 2020-05-20 | |
|\ \ \ \ \ | ||||
| * | | | | | add go-bindings for `hack/podman-registry` | Valentin Rothberg | 2020-05-20 | |
| * | | | | | New tool: hack/podman-registry, manages local registry | Ed Santiago | 2020-05-20 | |
| |/ / / / | ||||
* | | | | | Merge pull request #6293 from baude/v2docstree | OpenShift Merge Robot | 2020-05-20 | |
|\ \ \ \ \ | ||||
| * | | | | | [CI:DOCS] Image tree endpoint should return 404 | Brent Baude | 2020-05-20 | |
|/ / / / / | ||||
* | | | | | Merge pull request #6277 from rhatdan/readme | OpenShift Merge Robot | 2020-05-20 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | Get MAC, Windows and Linux podman-remote from latest version links. | Daniel J Walsh | 2020-05-19 | |
| | |/ / | |/| | | ||||
* | | | | Merge pull request #6177 from baude/v2enableremote | OpenShift Merge Robot | 2020-05-20 | |
|\ \ \ \ | |/ / / |/| | | | ||||
| * | | | v2 enable remote integration tests | Brent Baude | 2020-05-19 | |
* | | | | Merge pull request #6266 from mheon/bump-2.0.0-rc1 | OpenShift Merge Robot | 2020-05-18 | |
|\ \ \ \ | |/ / / |/| | | | ||||
| * | | | Bump to v2.0.0-dev | Matthew Heon | 2020-05-18 | |
| * | | | Bump to v2.0.0-rc1v2.0.0-rc1 | Matthew Heon | 2020-05-18 | |
* | | | | Merge pull request #6249 from jwhonce/wip/resize | OpenShift Merge Robot | 2020-05-18 | |
|\ \ \ \ | ||||
| * | | | | V2 Implement terminal handling in bindings attach | Jhon Honce | 2020-05-18 | |
| |/ / / | ||||
* | | | | Merge pull request #6188 from neVERberleRfellerER/autoupdate-systemd-envvar | OpenShift Merge Robot | 2020-05-18 | |
|\ \ \ \ | ||||
| * | | | | Give `auto-update` ability to use per-container authfile specified by label. | Ondřej Kraus | 2020-05-17 | |
* | | | | | Merge pull request #6268 from baude/varlinkbuild2 | OpenShift Merge Robot | 2020-05-18 | |
|\ \ \ \ \ | ||||
| * | | | | | Fix EOM for SendFile | Brent Baude | 2020-05-18 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge pull request #6232 from edsantiago/bats_cgroupsv1_fixes | OpenShift Merge Robot | 2020-05-18 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | system tests: small fixes for rawhide+cgroups v1 | Ed Santiago | 2020-05-14 | |
* | | | | | Merge pull request #6264 from baude/v2rmi | OpenShift Merge Robot | 2020-05-18 | |
|\ \ \ \ \ | ||||
| * | | | | | v2endpoint remove image path correction | Brent Baude | 2020-05-18 | |
|/ / / / / | ||||
* | | | | | Merge pull request #6231 from mheon/fix_coverity | OpenShift Merge Robot | 2020-05-17 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||
| * | | | | Fix two coverity issues (unchecked null return) | Matthew Heon | 2020-05-14 | |
* | | | | | Merge pull request #5831 from mheon/exec_http_attach | OpenShift Merge Robot | 2020-05-15 | |
|\ \ \ \ \ | ||||
| * | | | | | Drop APIv2 resize endpoint | Matthew Heon | 2020-05-15 | |
| * | | | | | Drop a debug line which could print very large messages | Matthew Heon | 2020-05-15 | |
| * | | | | | Fix lint | Matthew Heon | 2020-05-14 | |
| * | | | | | Remove duplicated exec handling code | Matthew Heon | 2020-05-14 | |
| * | | | | | Fix lint | Matthew Heon | 2020-05-14 | |
| * | | | | | Update API documentation for Inspect | Matthew Heon | 2020-05-14 | |
| * | | | | | Parameters for ExecStart are body, not query | Matthew Heon | 2020-05-14 | |
| * | | | | | Prune stale exec sessions on inspect | Matthew Heon | 2020-05-14 | |
| * | | | | | Remove exec sessions on container restart | Matthew Heon | 2020-05-14 | |
| * | | | | | Fix start order for APIv2 exec start endpoint | Matthew Heon | 2020-05-14 | |
| * | | | | | Don't fail when saving exec status fails on removed ctr | Matthew Heon | 2020-05-14 | |
| * | | | | | Add APIv2 handler for resizing exec sessions | Matthew Heon | 2020-05-14 | |
| * | | | | | Ensure that Streams are set to defaults for HTTP attach | Matthew Heon | 2020-05-14 | |
| * | | | | | Wire in endpoint for ExecStart | Matthew Heon | 2020-05-14 | |
| * | | | | | Add an initial implementation of HTTP-forwarded exec | Matthew Heon | 2020-05-14 | |
* | | | | | | Merge pull request #6230 from rhatdan/makefile | OpenShift Merge Robot | 2020-05-15 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Fix REMOTETAGS | Daniel J Walsh | 2020-05-14 |