summaryrefslogtreecommitdiff
path: root/integration/plugin
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45507 from corhere/cleanup-reexec-initsSebastiaan van Stijn2023-05-102-9/+0
|\
| * [chore] clean up reexec.Init() callsCory Snider2023-05-092-9/+0
* | fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-081-2/+2
|/
* api/types/container: create type for changes endpointSebastiaan van Stijn2023-05-031-2/+2
* integration/plugin: fix duplicate importSebastiaan van Stijn2023-03-141-4/+3
* integration/plugin: remove deprecated overlay2.override_kernel_checkSebastiaan van Stijn2022-10-101-1/+1
* integration: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* chore(integration): delete outdated TODO commentCory Snider2022-09-231-1/+0
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-1/+1
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-231-1/+1
* linting: gosec: fix or suppress G112, G114 in test codeSebastiaan van Stijn2022-09-044-8/+16
* api: add types/volume.ListOptions for a more consistent APISebastiaan van Stijn2022-08-031-1/+1
* testutil, integration: use types/registry.AuthConfigSebastiaan van Stijn2022-07-291-1/+2
* api: rename volume.VolumeCreateBody to volume.CreateOptionsSebastiaan van Stijn2022-04-281-3/+3
* imports: remove "volumetypes" aliases for api/types/volumeSebastiaan van Stijn2022-04-281-4/+4
* api/server/httputils: add ReadJSON() utilitySebastiaan van Stijn2022-04-111-17/+47
* Finish refactor of UID/GID usage to a new structCory Snider2022-03-141-2/+3
* vendor: github.com/opencontainers/image-spec v1.0.2Sebastiaan van Stijn2021-11-181-5/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-277-27/+22
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-244-0/+4
* integration: copy loop variable into parallel test closuresRoman Volosatovs2021-07-221-0/+1
* gosimple: S1039: unnecessary use of fmt.SprintfSebastiaan van Stijn2021-06-101-2/+2
* integration: ensurePlugin: disable go modules when building pluginSebastiaan van Stijn2021-05-182-2/+2
* Use docker media type for plugin layersBrian Goff2021-04-051-0/+63
* Add shim config for custom runtimes for pluginsBrian Goff2021-01-141-0/+66
* fix integration test case TestExternalGraphDriver failed in mips archlimeidan2020-09-151-2/+2
* Merge pull request #41360 from lzhfromustc/GL_5Brian Goff2020-09-121-1/+1
|\
| * Test: Add buffer to two channels to avoid blocking goroutinelzhfromustc2020-08-271-1/+1
* | replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-102-2/+2
|/
* Merge pull request #40725 from cpuguy83/check_img_platformTibor Vass2020-05-211-0/+1
|\
| * Accept platform spec on container createBrian Goff2020-03-201-0/+1
* | Merge pull request #40595 from sfzhu93/GL_2_25Sebastiaan van Stijn2020-05-081-1/+1
|\ \
| * | test: add buffer to prevent goroutine leakZiheng Liu2020-02-271-1/+1
* | | Use containerd dist libs for plugin pull/pullBrian Goff2020-04-022-0/+125
* | | test-integration: support more rootless testsAkihiro Suda2020-03-163-0/+3
| |/ |/|
* | Always execute tests and skip in tests themselvesSam Whited2020-02-212-8/+6
* | Support configuration of log cacher.Brian Goff2020-02-192-31/+49
* | Support reads for all log drivers.Brian Goff2020-02-195-0/+184
|/
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-119-18/+18
* Check for OS Type and skip within the testvikrambirsingh2019-11-071-3/+0
* integration: use constants for http methodsSebastiaan van Stijn2019-10-131-2/+2
* testutil: update WithExperimental signature to be a daemon.OptionSebastiaan van Stijn2019-09-302-3/+3
* TestGraphdriverPluginV2: SA5001: should check returned error before deferring...Sebastiaan van Stijn2019-09-181-1/+1
* integration: remove unused constants and fields (unused)Sebastiaan van Stijn2019-09-181-2/+0
* testutil: make testing packages publicSam Whited2019-09-1113-15/+15
* Improvements to the test runnersBrian Goff2019-07-315-5/+0
* integration: change testGraphDriver signature to fix lintingSebastiaan van Stijn2019-06-071-4/+3
* integration: change container.Run signature to fix lintingSebastiaan van Stijn2019-06-074-8/+8
* Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-213-16/+16
* Replace t.Fatal(err) with assert.NilError(t, err)Yong Tang2019-01-151-6/+3