| Commit message (Expand) | Author | Age |
* | Use HaveLen(x) instead of Expect(len(y)).To(Equal(x)) | Ed Santiago | 2021-12-02 |
* | Use BeEmpty() instead of len(x).To(Equal(0)) | Ed Santiago | 2021-12-02 |
* | e2e tests: enable golint | Ed Santiago | 2021-11-29 |
* | image lookup: do not match *any* tags | Valentin Rothberg | 2021-11-23 |
* | Bump github.com/containers/image/v5 from 5.13.2 to 5.14.0 | dependabot[bot] | 2021-07-25 |
* | e2e tests: use Should(Exit()) and ExitWithError() | Ed Santiago | 2021-07-15 |
* | multiple image pull support | Mehul Arora | 2021-07-05 |
* | migrate Podman to containers/common/libimage | Valentin Rothberg | 2021-05-05 |
* | bump go module to v3 | Valentin Rothberg | 2021-02-22 |
* | Cleanup bindings for image pull | Daniel J Walsh | 2021-01-27 |
* | Fix --arch and --os flags to work correctly | Daniel J Walsh | 2021-01-25 |
* | Spelling | Josh Soref | 2020-12-22 |
* | Merge pull request #8542 from rhatdan/test | OpenShift Merge Robot | 2020-12-01 |
|\ |
|
| * | Fix typo in tests | Daniel J Walsh | 2020-12-01 |
* | | Add support for --platform | Daniel J Walsh | 2020-11-26 |
|/ |
|
* | use lookaside storage for remote tests | baude | 2020-11-16 |
* | move from docker.io | Ed Santiago | 2020-10-28 |
* | Attempt to turn on some more remote tests | Daniel J Walsh | 2020-10-07 |
* | image look up: consult registries.conf | Valentin Rothberg | 2020-09-30 |
* | e2e tests: SkipIfRemote(): add a reason | Ed Santiago | 2020-09-23 |
* | Examine all SkipIfRemote functions | Daniel J Walsh | 2020-09-22 |
* | support multi-image (docker) archives | Valentin Rothberg | 2020-09-08 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | Enable a bunch of remote tests | Daniel J Walsh | 2020-07-21 |
* | Change buildtag for remoteclient to remote for testing | Daniel J Walsh | 2020-07-06 |
* | move go module to v2 | Valentin Rothberg | 2020-07-06 |
* | Add more Remote tests | Daniel J Walsh | 2020-06-03 |
* | Fix podman push and podman pull to check for authfile | Daniel J Walsh | 2020-04-22 |
* | Force integration tests to pass | Brent Baude | 2020-04-21 |
* | use pause image for check all | baude | 2019-11-14 |
* | fix bug check nonexist authfile | Qi Wang | 2019-11-05 |
* | Add e2e tests for manifest list support | Nalin Dahyabhai | 2019-10-29 |
* | Refactor tests when checking for error exit codes | Jhon Honce | 2019-10-16 |
* | Fix directory pull image name for OCI images | Sascha Grunert | 2019-08-19 |
* | use imagecaches for local tests | baude | 2019-05-29 |
* | pull: exit with error if the image is not found | Giuseppe Scrivano | 2019-04-12 |
* | ginkgo status improvements | baude | 2019-03-08 |
* | Fix SystemExec completion race | Chris Evich | 2019-03-01 |
* | Add --all-tags to pull command | TomSweeneyRedHat | 2019-02-09 |
* | Run integrations test with remote-client | baude | 2019-01-14 |
* | Separate common used test functions and structs to test/utils | Yiqiao Pu | 2018-11-16 |
* | replace quay.io/baude to quay.io/libpod | baude | 2018-11-01 |
* | Integration Test Improvements #2 | baude | 2018-07-30 |
* | Show duration for each ginkgo test and test speed improvements | baude | 2018-07-28 |
* | fix pull image that includes a sha | baude | 2018-07-13 |
* | Image library stage 4 - create and commit | baude | 2018-03-20 |
* | Return imageid from podman pull | baude | 2018-02-15 |
* | Ginkgo Tests: ps, pull, push and rm | baude | 2018-01-31 |