| Commit message (Expand) | Author | Age |
* | bump go module to version 4 | Valentin Rothberg | 2022-01-18 |
* | Use HaveLen(x) instead of Expect(len(y)).To(Equal(x)) | Ed Santiago | 2021-12-02 |
* | Make secret env var available to exec session | Ashley Cui | 2021-08-31 |
* | e2e tests: use Should(Exit()) and ExitWithError() | Ed Santiago | 2021-07-15 |
* | Ensure that `--userns=keep-id` sets user in config | Matthew Heon | 2021-04-06 |
* | Fix podman build --pull-never | Daniel J Walsh | 2021-03-27 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Handle podman exec capabilities correctly | Daniel J Walsh | 2021-01-07 |
* | exec: honor --privileged | Giuseppe Scrivano | 2020-12-24 |
* | Improve error messages from failing tests | Debarshi Ray | 2020-11-03 |
* | Attempt to turn on some more remote tests | Daniel J Walsh | 2020-10-07 |
* | Fix ubuntu exec_test | Chris Evich | 2020-09-30 |
* | Remove final v2remotefail failures | Daniel J Walsh | 2020-09-23 |
* | e2e tests: SkipIfRemote(): add a reason | Ed Santiago | 2020-09-23 |
* | Examine all SkipIfRemote functions | Daniel J Walsh | 2020-09-22 |
* | Preserve groups in exec sessions in ctrs with --user | Matthew Heon | 2020-09-18 |
* | Ensure that exec errors write exit codes to the DB | Matthew Heon | 2020-08-05 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | Correctly print STDOUT on non-terminal remote exec | Matthew Heon | 2020-07-10 |
* | Change buildtag for remoteclient to remote for testing | Daniel J Walsh | 2020-07-06 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Do not share container log driver for exec | Matthew Heon | 2020-06-17 |
* | Enable detached exec for remote | Matthew Heon | 2020-06-02 |
* | Add bindings for exec and enable attached remote | Matthew Heon | 2020-06-01 |
* | Add a test for detached exec | Matthew Heon | 2020-05-20 |
* | v2 enable remote integration tests | Brent Baude | 2020-05-19 |
* | test: enable exec tests | Giuseppe Scrivano | 2020-04-28 |
* | Force integration tests to pass | Brent Baude | 2020-04-21 |
* | test: enable preserve fds test for crun | Giuseppe Scrivano | 2020-04-09 |
* | test: fix exec preserve-fds test | Giuseppe Scrivano | 2020-04-09 |
* | attach: fix hang if control path is deleted | Giuseppe Scrivano | 2020-04-02 |
* | Ensure that exec sessions inherit supplemental groups | Matthew Heon | 2020-02-28 |
* | Processes execed into container should match container label | Daniel J Walsh | 2019-10-29 |
* | Refactor tests when checking for error exit codes | Jhon Honce | 2019-10-16 |
* | exec: fix --preserve-fds | Peter Hunt | 2019-09-16 |
* | Test that PTYs created by 'podman exec --tty' have the ONLCR flag | Debarshi Ray | 2019-09-12 |
* | exec: run with user specified on container start | Peter Hunt | 2019-08-20 |
* | test: enable all tests for crun | Giuseppe Scrivano | 2019-08-19 |
* | test: fix return code check for missing workdir | Giuseppe Scrivano | 2019-08-19 |
* | tests: disable some tests currently failing when not using runc | Giuseppe Scrivano | 2019-08-12 |
* | add detach keys support for remote | Peter Hunt | 2019-07-23 |
* | Update e2e tests for remote exec | Peter Hunt | 2019-07-23 |
* | Finish up remote exec implementation | Peter Hunt | 2019-07-23 |
* | Implement conmon exec | Peter Hunt | 2019-07-22 |
* | use imagecaches for local tests | baude | 2019-05-29 |
* | ginkgo status improvements | baude | 2019-03-08 |
* | Add tests to make sure podman container and podman image commands work | Daniel J Walsh | 2019-03-02 |
* | Run integrations test with remote-client | baude | 2019-01-14 |
* | Add a --workdir option to 'podman exec' | Debarshi Ray | 2019-01-08 |
* | Separate common used test functions and structs to test/utils | Yiqiao Pu | 2018-11-16 |