summaryrefslogtreecommitdiff
path: root/test/e2e/run_volume_test.go
Commit message (Expand)AuthorAge
* enable errcheck linterPaul Holzinger2022-05-03
* Ginkgo: use HaveField() for better error checkingEd Santiago2022-05-03
* enable gocritic linterPaul Holzinger2022-04-26
* specgen-volumes: parse --mount using csv-reader instead of split by commaAditya R2022-04-22
* run, mount: allow setting driver specific option using volume-optAditya R2022-04-12
* Allow creating anonymous volumes with --mountAndrew Aylett2022-04-02
* volume: add support for non-volatile upperdir,workdir for overlay volumesAditya Rajan2022-01-28
* bump go module to version 4Valentin Rothberg2022-01-18
* volume: apply exact permission of target directory without adding extra 0111Aditya Rajan2021-12-07
* Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))Ed Santiago2021-12-02
* e2e: yet more cleanup of BeTrue/BeFalseEd Santiago2021-11-30
* Convert strings.Contains() to Expect(ContainSubstring)Ed Santiago2021-11-30
* e2e tests: enable golintEd Santiago2021-11-29
* e2e test cleanup, continuedEd Santiago2021-11-23
* e2e tests: clean up antihelpful BeTrue()sEd Santiago2021-11-22
* Semiperiodic cleanup of obsolete Skip()sEd Santiago2021-11-19
* Fix codespell errorsDaniel J Walsh2021-10-14
* Merge pull request #11647 from EduardoVega/11491-U-suffix-mount-optionOpenShift Merge Robot2021-09-23
|\
| * Add support for :U flag with --mount optionEduardo Vega2021-09-22
* | volume: Add support for overlay on named volumesAditya Rajan2021-09-21
|/
* container: resolve workdir after all the mounts happen.flouthoc2021-08-30
* e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago2021-07-15
* Fix volumes with uid and gid optionsPaul Holzinger2021-06-11
* Fix podman build --pull-neverDaniel J Walsh2021-03-27
* Ensure manually-created volumes have correct ownershipMatthew Heon2021-03-24
* Add U volume flag to chown source volumesEduardo Vega2021-02-22
* bump go module to v3Valentin Rothberg2021-02-22
* Change source path resolution for volume copy-upMatthew Heon2021-02-17
* Fix an issue where copyup could fail with ENOENTMatthew Heon2021-02-16
* Rewrite copy-up to use buildah CopierMatthew Heon2021-02-10
* Docker ignores mount flags that begin with constencyDaniel J Walsh2021-01-30
* Ensure we do not double-lock the same volume in createMatthew Heon2020-11-11
* podman create doesn't support creating detached containersDaniel J Walsh2020-10-21
* Make all Skips specify a reasonDaniel J Walsh2020-09-29
* Remove SkipIfRootless if possible, document other callsDaniel J Walsh2020-09-27
* e2e tests: SkipIfRemote(): add a reasonEd Santiago2020-09-23
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* Remove some unnecessary []byte to string conversionsSascha Grunert2020-08-03
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Turn on a bunch more remote testsDaniel J Walsh2020-07-22
* Add support for overlay volume mounts in podman.Qi Wang2020-07-20
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Add support for `readonly` option to --mountMatthew Heon2020-05-26
* Turn off 'noexec' option by default for named volumesMatthew Heon2020-05-20
* enable volume integration testsBrent Baude2020-04-27
* Add support for volumes-from, image volumes, initMatthew Heon2020-04-27
* Force integration tests to passBrent Baude2020-04-21
* test/e2e/run_volume_test: use unique mount pointKir Kolyshkin2020-04-02
* test/e2e/run_volume_test.go: mv dockerfile declKir Kolyshkin2020-04-02