summaryrefslogtreecommitdiff
path: root/integration
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #44034 from crazy-max/gha-testSebastiaan van Stijn2022-09-081-0/+1
|\
| * integration: TestNetworkLoopbackNat is broken on GitHub RunnerCrazyMax2022-09-071-0/+1
* | linting: gosec: fix or suppress G112, G114 in test codeSebastiaan van Stijn2022-09-044-8/+16
|/
* Merge pull request #43997 from thaJeztah/healthcheck_capture_logsSebastiaan van Stijn2022-09-021-2/+2
|\
| * daemon: capture output of killed health checksCory Snider2022-08-241-2/+2
* | Unskip TestHealthCheckProcessKilled on WindowsCory Snider2022-08-251-1/+0
* | integration: synchronize TestWaitConditionsCory Snider2022-08-241-23/+43
|/
* daemon: kill exec process on ctx cancelCory Snider2022-08-231-0/+37
* Merge pull request #43978 from cpuguy83/default_runtime_shimSebastiaan van Stijn2022-08-181-0/+20
|\
| * Allow containerd shim refs in default-runtimeBrian Goff2022-08-181-0/+20
* | 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
* | api: add types/volume.ListOptions for a more consistent APISebastiaan van Stijn2022-08-033-4/+6
* | testutil, integration: use types/registry.AuthConfigSebastiaan van Stijn2022-07-292-5/+6
* | Merge pull request #43800 from corhere/implicit-runtime-configBrian Goff2022-07-292-0/+64
|\ \
| * | daemon: support other containerd runtimes (MVP)Cory Snider2022-07-272-0/+64
* | | integration: TestWaitRestartedContainerPaweł Gronowski2022-07-201-0/+67
* | | integration: Add TestContainerWithAutoRemoveCanBeRestartedPaweł Gronowski2022-07-202-0/+72
|/ /
* | gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-084-8/+8
* | replace golint with revive, as it's deprecatedSebastiaan van Stijn2022-07-041-1/+1
* | api: POST /containers/{id}/wait: fix validation for "condition" parameterSebastiaan van Stijn2022-06-271-0/+55
* | container/exec: Support ConsoleSizePaweł Gronowski2022-06-243-2/+41
* | test: Add tests for loggingPaweł Gronowski2022-06-103-0/+290
* | Merge pull request #43652 from thaJeztah/update_gotest_toolsSebastiaan van Stijn2022-05-301-16/+15
|\ \
| * | replace deprecated gotest.tools' env.Patch() with t.SetEnv()Sebastiaan van Stijn2022-05-281-16/+15
| |/
* | integration: TestPingSwarmHeader(): fix incorrect ping, and cleanupSebastiaan van Stijn2022-05-291-9/+9
|/
* Fix validation of IpcMode, PidMode, UTSMode, CgroupnsModeSebastiaan van Stijn2022-05-251-0/+49
* daemon/linux: Set console size on creationPaweł Gronowski2022-05-192-0/+38
* Make it explicit raw|multiplexed stream implementation being usedNicolas De Loof2022-05-121-0/+50
* daemon: separate daemon ID from trust-keySebastiaan van Stijn2022-05-041-5/+47
* update uses of container.ContainerCreateCreatedBody to CreateResponseSebastiaan van Stijn2022-04-281-1/+1
* api: rename volume.VolumeCreateBody to volume.CreateOptionsSebastiaan van Stijn2022-04-283-6/+6
* imports: remove "volumetypes" aliases for api/types/volumeSebastiaan van Stijn2022-04-281-4/+4
* api/types: replace uses of deprecated types.Volume with volume.VolumeSebastiaan van Stijn2022-04-212-7/+8
* client: ContainerStop(), ContainerRestart(): support stop-signalSebastiaan van Stijn2022-04-206-8/+11
* client: CopyToContainer(), CopyFromContainer(): remove status-code handlingSebastiaan van Stijn2022-04-191-0/+44
* runconfig: ContainerDecoder(): fix handling of invalid JSONSebastiaan van Stijn2022-04-111-1/+4
* api/server/httputils: add ReadJSON() utilitySebastiaan van Stijn2022-04-114-62/+180
* daemon/config: move proxy settings to "proxies" struct within daemon.jsonSebastiaan van Stijn2022-04-071-2/+2
* Suport vpci-class-guid in the non-containerd backendPaul "TBBle" Hampson2022-03-271-6/+4
* Implement :// separator for arbitrary Windows Device IDTypesPaul "TBBle" Hampson2022-03-271-0/+30
* Allow Windows Devices to be activated for HyperV IsolationPaul "TBBle" Hampson2022-03-271-9/+42
* Break out `setupWindowsDevices` and add testsPaul "TBBle" Hampson2022-03-272-0/+81
* API: add "Swarm" header to _ping endpointSebastiaan van Stijn2022-03-251-0/+43
* Merge pull request #43366 from corhere/finish-identitymapping-refactorSebastiaan van Stijn2022-03-252-3/+4
|\
| * Finish refactor of UID/GID usage to a new structCory Snider2022-03-142-3/+4
* | Merge pull request #42638 from eliaskoromilas/host-devicesSebastiaan van Stijn2022-03-241-0/+55
|\ \