summaryrefslogtreecommitdiff
path: root/integration/system
Commit message (Expand)AuthorAgeFilesLines
* integration: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* Merge pull request #43657 from thaJeztah/default_builder_versionSebastiaan van Stijn2022-08-181-0/+42
|\
| * api: set default "Builder-Version" to "2" (BuildKit) on LinuxSebastiaan van Stijn2022-05-291-0/+42
* | testutil, integration: use types/registry.AuthConfigSebastiaan van Stijn2022-07-291-4/+4
* | gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-1/+1
* | integration: TestPingSwarmHeader(): fix incorrect ping, and cleanupSebastiaan van Stijn2022-05-291-9/+9
|/
* api: rename volume.VolumeCreateBody to volume.CreateOptionsSebastiaan van Stijn2022-04-281-1/+1
* api/types: replace uses of deprecated types.Volume with volume.VolumeSebastiaan van Stijn2022-04-211-3/+4
* API: add "Swarm" header to _ping endpointSebastiaan van Stijn2022-03-251-0/+43
* registry: add DefaultRegistryHost const, and improve documentationSebastiaan van Stijn2022-02-271-1/+3
* integration(-cli): remove discovery related testsSebastiaan van Stijn2022-01-061-73/+0
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* API,daemon: support `type` URL parameter to /system/dfRoman Volosatovs2021-07-271-0/+274
* volumes: only send "create" event when actually creating volumeSebastiaan van Stijn2021-05-051-0/+70
* Use designated test domains (RFC2606) in testsSebastiaan van Stijn2021-04-021-1/+1
* test-integration: support more rootless testsAkihiro Suda2020-03-161-0/+1
* TestCgroupDriverSystemdMemoryLimit: fix failureAkihiro Suda2020-03-031-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-117-18/+18
* TestLoginFailsWithBadCredentials: prepare for Go 1.14 changesSebastiaan van Stijn2020-02-101-2/+3
* Disable tests missed by PR 40155vikrambirsingh2019-11-111-0/+2
* Integration: skip TestInfoDebug on WindowsSebastiaan van Stijn2019-10-301-0/+1
* integration-cli: migrate some "info" tests to integrationSebastiaan van Stijn2019-10-222-1/+136
* testutil: make testing packages publicSam Whited2019-09-116-7/+7
* Revert "Remove Schema1 integration test suite"Tibor Vass2019-06-181-23/+0
* integration: change container.Run signature to fix lintingSebastiaan van Stijn2019-06-071-1/+1
* integration: change container.Create signature to fix lintingSebastiaan van Stijn2019-06-072-2/+2
* Skip TestUUIDGeneration on API < v1.40Sebastiaan van Stijn2019-04-241-1/+4
* Skip TestPingCacheHeaders on API < v1.40Sebastiaan van Stijn2019-04-241-0/+1
* Merge pull request #38875 from thaJeztah/revert_38518-docker_info_builder_ver...Tibor Vass2019-03-141-2/+1
|\
| * Revert "Adding builder version"Sebastiaan van Stijn2019-03-141-2/+1
* | Switch to google/uuidJustin Cormack2019-03-131-3/+3
|/
* Remove Schema1 integration test suiteBrian Goff2019-03-021-0/+20
* Merge pull request #38609 from kwojcicki/enhancement/38518-docker_info_builde...Yong Tang2019-02-011-1/+2
|\
| * Adding builder versionKrystian Wojcicki2019-01-211-1/+2
* | Add HEAD support for /_ping endpointSebastiaan van Stijn2019-01-311-0/+29
* | Merge pull request #38569 from thaJeztah/forget_about_itYong Tang2019-01-311-0/+29
|\ \ | |/ |/|
| * Add Cache-Control headers to disable caching /_ping endpointSebastiaan van Stijn2019-01-141-0/+29
* | Merge pull request #38567 from thaJeztah/use_the_skipVincent Demeester2019-01-151-4/+1
|\ \
| * | TestCgroupDriverSystemdMemoryLimit: use skip.If()Sebastiaan van Stijn2019-01-141-4/+1
| |/
* | Replace t.Fatal(err) with assert.NilError(err)Yong Tang2019-01-131-2/+2
|/
* Merge pull request #38417 from thaJeztah/replace_newclientYong Tang2019-01-042-11/+9
|\
| * Test: Replace NewClient() with NewClientT()Sebastiaan van Stijn2018-12-222-11/+9
* | Integration: use testenv.APIClient()Sebastiaan van Stijn2019-01-035-10/+10
* | Skip TestInfoAPIWarnings on remote daemonsSebastiaan van Stijn2018-12-291-0/+1
|/
* Fix double "unix://" scheme in TestInfoAPIWarningsSebastiaan van Stijn2018-10-311-1/+1
* Merge pull request #37715 from salah-khan/windows-enable-integrationSebastiaan van Stijn2018-10-103-0/+6
|\
| * Enabling Windows integration testsSalahuddin Khan2018-09-261-0/+2
| * Windows: Start of enabling tests under integration/Vincent Demeester2018-09-262-0/+4
* | Remove unneeded check for binary-commitsSebastiaan van Stijn2018-10-101-3/+0
|/
* Add warning if REST API is accessible through an insecure connectionSebastiaan van Stijn2018-08-211-0/+24