Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | Fix TODO in parse/net.go | Urvashi Mohnani | 2022-05-26 | |
| * | | | | | Remove TODO from pods/ps.go | Urvashi Mohnani | 2022-05-26 | |
| |/ / / / | ||||
* | | | | | Merge pull request #14378 from SoMuchForSubtlety/fix-contributing-docs | OpenShift Merge Robot | 2022-05-26 | |
|\ \ \ \ \ | ||||
| * | | | | | Fix test block bypass instructions | Jakob Ahrer | 2022-05-26 | |
| | |_|_|/ | |/| | | | ||||
* | | | | | Merge pull request #14318 from umohnani8/play-kube | OpenShift Merge Robot | 2022-05-26 | |
|\ \ \ \ \ | ||||
| * | | | | | [CI:DOCS] Add play kube support docs | Urvashi Mohnani | 2022-05-25 | |
* | | | | | | Merge pull request #14369 from mheon/fixmes_2 | OpenShift Merge Robot | 2022-05-26 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||
| * | | | | | Remove more FIXMEs | Matthew Heon | 2022-05-25 | |
* | | | | | | Merge pull request #14366 from jwhonce/wip/rm_todo | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Support remote deadlock errors in rm | Jhon Honce | 2022-05-25 | |
* | | | | | | | Merge pull request #14329 from mheon/fixmes_1 | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||
| * | | | | | | First batch of resolutions to FIXMEs | Matthew Heon | 2022-05-25 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge pull request #14364 from jwhonce/wip/diff_todo | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Remove unused archive flag from diff commands | Jhon Honce | 2022-05-25 | |
* | | | | | | Merge pull request #14342 from containers/dependabot/go_modules/github.com/vb... | Daniel J Walsh | 2022-05-25 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | build(deps): bump github.com/vbauerster/mpb/v7 from 7.4.1 to 7.4.2 | dependabot[bot] | 2022-05-24 | |
* | | | | | | Merge pull request #14361 from Luap99/netflake | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | fix f35 integration test network flake | Paul Holzinger | 2022-05-25 | |
* | | | | | | Merge pull request #14358 from vrothberg/todo-part-2 | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | test/system/250-systemd.bats: clean up outdated TODO | Valentin Rothberg | 2022-05-25 | |
| * | | | | | | pkg/bindings/play/play.go: drop TODO message | Valentin Rothberg | 2022-05-25 | |
| * | | | | | | pkg/bindings/containers/archive.go: drop TODO | Valentin Rothberg | 2022-05-25 | |
| * | | | | | | pkg/auth: drop the TODO | Valentin Rothberg | 2022-05-25 | |
| * | | | | | | pkg/api/handlers/compat/images.go: drop TODO message | Valentin Rothberg | 2022-05-25 | |
| * | | | | | | libpod/pod_top_linux.go: s/TODO/NOTE/ | Valentin Rothberg | 2022-05-25 | |
| * | | | | | | events: drop TODO comment | Valentin Rothberg | 2022-05-25 | |
* | | | | | | | Merge pull request #14357 from rhatdan/codespell | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||
| * | | | | | | Fix codespell errors | Daniel J Walsh | 2022-05-25 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #14333 from rhatdan/pod | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | Allow podman pod create --share +pid | Daniel J Walsh | 2022-05-24 | |
* | | | | | | Merge pull request #14308 from n1hility/root-cgroup | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Support running podman under a root v2 cgroup | Jason T. Greene | 2022-05-21 | |
| | |_|_|/ / | |/| | | | | ||||
* | | | | | | Merge pull request #14354 from vrothberg/fix-14351 | OpenShift Merge Robot | 2022-05-25 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| * | | | | | work queue: simplify and use a wait group | Valentin Rothberg | 2022-05-25 | |
|/ / / / / | ||||
* | | | | | Merge pull request #14334 from rhatdan/pod1 | OpenShift Merge Robot | 2022-05-24 | |
|\ \ \ \ \ | ||||
| * | | | | | Allow podman pod create to accept name argument | Daniel J Walsh | 2022-05-24 | |
* | | | | | | Merge pull request #14346 from edsantiago/helpmsg_tests | OpenShift Merge Robot | 2022-05-24 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||
| * | | | | | help-message system test: catch more cases | Ed Santiago | 2022-05-24 | |
| | |_|_|/ | |/| | | | ||||
* | | | | | 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 | |
* | | | | | | Merge pull request #14327 from rhatdan/common | OpenShift Merge Robot | 2022-05-24 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Use containers/common/pkg/util.StringToSlice | Daniel J Walsh | 2022-05-23 | |
* | | | | | | | Merge pull request #14319 from flouthoc/suppress-aux-on-quiet | OpenShift Merge Robot | 2022-05-24 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | compat, build: suppress step errors when quiet is set | Aditya R | 2022-05-24 | |
| | |_|_|_|/ / | |/| | | | | | ||||
* | | | | | | | Merge pull request #14348 from jwhonce/wip/root_fixme | OpenShift Merge Robot | 2022-05-24 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||
| * | | | | | | Remove TODO re: storage-driver | Jhon Honce | 2022-05-24 | |
* | | | | | | | Merge pull request #14341 from vrothberg/todo-part-1 | OpenShift Merge Robot | 2022-05-24 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||
| * | | | | | | go format previosly touched files | Valentin Rothberg | 2022-05-24 | |
| * | | | | | | test/e2e/search_test.go: re-enable registry.redhat.io test | Valentin Rothberg | 2022-05-24 | |
| * | | | | | | pkg/domain/infra/abi/images_test.go: remove commented code | Valentin Rothberg | 2022-05-24 |