summaryrefslogtreecommitdiff
path: root/integration-cli/daemon
Commit message (Expand)AuthorAgeFilesLines
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-052-6/+4
* Test: Replace NewClient() with NewClientT()Sebastiaan van Stijn2018-12-221-10/+5
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-132-3/+3
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Remove daemon.BuildImageWithOut and use cli helpers functionVincent Demeester2018-04-181-33/+0
* Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-171-15/+0
* Add api helpers to internal/test/daemon.DaemonVincent Demeester2018-04-171-21/+0
* Small daemon refactoring and add swarm init/join helpersVincent Demeester2018-04-161-10/+1
* Make internal/test/daemon.Daemon swarm awareVincent Demeester2018-04-112-483/+32
* Move integration-cli daemon package to internal/test…Vincent Demeester2018-04-103-653/+14
* Automated migration usingDaniel Nephin2018-03-162-14/+14
* Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-202-49/+19
* Migrate some calls to new client functionVincent Demeester2018-02-081-1/+1
* Add canonical import commentDaniel Nephin2018-02-054-4/+4
* Golint: remove redundant ifsSebastiaan van Stijn2018-01-151-10/+2
* Added support for swarm service isolation modeSimon Ferquel2017-10-301-0/+17
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-1/+3
* Cleanup daemon.LoadBusybox() to use the API instead of clientDaniel Nephin2017-08-251-24/+20
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Merge pull request #34583 from tklauser/win-event-functionsYong Tang2017-08-251-32/+4
|\
| * Use event functions from golang.org/x/sys/windowsTobias Klauser2017-08-211-32/+4
* | Stop using deprecated SockRequestStanislav Bondarenko2017-08-232-175/+226
* | Remove RunCommandPipelineWithOutputDaniel Nephin2017-08-221-15/+10
* | Remove testutil.ReadBodyDaniel Nephin2017-08-221-2/+2
|/
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-112-9/+9
* Make plugin emit strongly typed, consumable eventsBrian Goff2017-07-061-9/+51
* Add integration test coverage for configsAaron Lehmann2017-05-111-0/+56
* Introduce `cli.Wait*` fuctionsVincent Demeester2017-04-141-1/+1
* cli: Allow service's networks to be updatedAaron Lehmann2017-04-071-1/+24
* Deprecate --graph flag; Replace with --data-rootJosh Hawn2017-03-301-1/+1
* make secret update support name and id prefixallencloud2017-03-071-2/+18
* Update request.* signature to remove the hostVincent Demeester2017-03-061-1/+1
* Merge pull request #29775 from AkihiroSuda/integration-cli-on-swarmSebastiaan van Stijn2017-03-011-3/+6
|\
| * [EXPERIMENTAL] Integration Test on SwarmAkihiro Suda2017-02-281-3/+6
* | Convert request.SockRequestRaw to appropriate methodsVincent Demeester2017-02-281-1/+2
|/
* Remove most of the runCommandWithOutput from integration testsVincent Demeester2017-01-301-4/+4
* Minor GoDoc fixup in integration-cliSebastiaan van Stijn2017-01-241-2/+3
* Improve the error print of image inspectYanqiang Miao2017-01-241-1/+1
* Clean more build utils in integration cliVincent Demeester2017-01-171-0/+1
* Fix leaked connections in integration testsTonis Tiigi2017-01-111-0/+2
* Add a new request package in integration-cliVincent Demeester2017-01-033-120/+3
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-302-7/+7
* Merge pull request #29721 from coolljt0725/follow_29365Sebastiaan van Stijn2016-12-301-0/+5
|\
| * Follow up #29365, fix fail to remove container after restartLei Jitang2016-12-281-0/+5
* | Introduce a environment package in integration-cliVincent Demeester2016-12-291-1/+1
|/
* duplicated theJie Luo2016-12-211-1/+1
* Merge pull request #29470 from cyli/ask-for-unlock-key-only-if-lockedTibor Vass2016-12-201-0/+13
|\
| * Before asking a user for the unlock key when they run `docker swarm unlock`, ...Ying Li2016-12-161-0/+13
* | Merge pull request #29378 from aaronlehmann/swarm-pluginsVincent Demeester2016-12-191-6/+14
|\ \
| * | Add integration test for volume plugins on swarmAaron Lehmann2016-12-161-6/+14
| |/