summaryrefslogtreecommitdiff
path: root/integration-cli/daemon
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: update error-assertions in testsSebastiaan van Stijn2023-05-101-3/+3
* integration-cli: inline filters in testsSebastiaan van Stijn2023-04-251-16/+6
* integration-cli: remove some redundant fmt.Sprintf()'sSebastiaan van Stijn2022-02-151-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-112-3/+3
* integration-cli: mark some test-helpers as helpersSebastiaan van Stijn2019-10-211-2/+4
* testing: remove custom testingT interfacesSebastiaan van Stijn2019-09-231-12/+1
* testutil: remove unneeded namer, testname interfacesSebastiaan van Stijn2019-09-231-0/+1
* Merge pull request #39942 from SamWhited/daemon_ops_typeSebastiaan van Stijn2019-09-191-1/+1
|\
| * testutil/daemon: group options under typeSam Whited2019-09-181-1/+1
* | integration-cli: remove unnescessary conversions (unconvert)Sebastiaan van Stijn2019-09-181-1/+1
|/
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* rm-gocheck: fix compile errors from converting check.CommentInterface to stringTibor Vass2019-09-092-12/+12
* rm-gocheck: goimportsTibor Vass2019-09-092-2/+0
* rm-gocheck: check.CommentInterface -> stringTibor Vass2019-09-092-20/+20
* rm-gocheck: convert check.Commentf to string - with just one stringTibor Vass2019-09-091-2/+2
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-092-5/+5
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-092-0/+2
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-092-20/+20
* Retry service updates on out of sequence errorsDrew Erny2019-07-181-0/+22
* 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