summaryrefslogtreecommitdiff
path: root/integration/volume
Commit message (Expand)AuthorAgeFilesLines
* integration/volume: fix duplicate importSebastiaan van Stijn2023-03-141-5/+4
* Fix pruning anon volume created from image configBrian Goff2023-03-141-0/+36
* volumes: fix error-handling when removing volumes with swarm enabledSebastiaan van Stijn2023-03-131-0/+54
* integration/volumes: TestVolumesRemove: add coverage for force/no-forceSebastiaan van Stijn2023-03-121-7/+23
* Fix volume CreatedAt being altered on initializationSebastiaan van Stijn2023-01-031-0/+16
* Volume prune: only prune anonymous volumes by defaultBrian Goff2022-10-041-0/+54
* api: add types/volume.ListOptions for a more consistent APISebastiaan van Stijn2022-08-031-2/+1
* api: rename volume.VolumeCreateBody to volume.CreateOptionsSebastiaan van Stijn2022-04-281-2/+2
* api/types: replace uses of deprecated types.Volume with volume.VolumeSebastiaan van Stijn2022-04-211-4/+4
* api/server/httputils: add ReadJSON() utilitySebastiaan van Stijn2022-04-111-16/+42
* integration: copy loop variable into parallel test closuresRoman Volosatovs2021-07-221-0/+1
* Windows: Enable more integration testsOlli Janatuinen2020-09-201-2/+0
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-3/+3
* Testcase: Change time comparison logic.Jintao Zhang2019-12-101-1/+1
* testutil: make testing packages publicSam Whited2019-09-112-2/+2
* Merge pull request #39240 from olljanat/enable-new-integration-tests-for-winBrian Goff2019-06-111-0/+4
|\
| * Enable integrations API tests for Windows CIOlli Janatuinen2019-06-101-0/+4
* | integration: change container.Create signature to fix lintingSebastiaan van Stijn2019-06-071-1/+1
|/
* Fix TestVolumesCreateAndList when running against a shared daemonSebastiaan van Stijn2019-04-241-4/+12
* Run volume-tests again remote daemons as wellSebastiaan van Stijn2019-01-101-2/+0
* Integration: use testenv.APIClient()Sebastiaan van Stijn2019-01-031-3/+3
* API: properly handle invalid JSON to return a 400 statusSebastiaan van Stijn2018-11-061-0/+29
* Enable volume tests on WindowsSebastiaan van Stijn2018-11-021-2/+0
* Integration test: use filepath.Join() to make path cross-platformSebastiaan van Stijn2018-11-021-2/+2
* Some improvements to TestVolumesInspectSebastiaan van Stijn2018-11-021-21/+7
* Windows: Start of enabling tests under integration/Vincent Demeester2018-09-261-0/+3
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-3/+3
* Replace deprecated testutil.ErrorContains()Sebastiaan van Stijn2018-05-211-2/+1
* fix and skip some tests based on API versionAnda Xu2018-05-151-2/+3
* Fix swagger volume type generationBrian Goff2018-05-141-2/+2
* Skip some test on remote daemon for e2e run(s)Vincent Demeester2018-04-261-0/+2
* Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-171-1/+1
* Skip some tests in certain condition to run with e2e imageVincent Demeester2018-03-291-3/+4
* Automated migration usingDaniel Nephin2018-03-161-16/+16
* Add some tests to the volume storeBrian Goff2018-03-141-2/+0
* Migrate volumes tests in integration-cli to api testsYong Tang2018-02-272-0/+148