summaryrefslogtreecommitdiff
path: root/integration/service
Commit message (Expand)AuthorAgeFilesLines
* integration: inline filters in testsSebastiaan van Stijn2023-04-253-19/+14
* integration: fix empty-lines (revive)Sebastiaan van Stijn2022-09-282-2/+0
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-2/+2
* Fix race in TestCreateServiceSecretFileMode, TestCreateServiceConfigFileModeSebastiaan van Stijn2021-10-271-20/+6
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-272-6/+5
* Fix flaky TestInspectSebastiaan van Stijn2021-04-031-1/+1
* Replace service "Capabilities" w/ add/drop APIBrian Goff2020-07-271-7/+10
* API: swarm: move PidsLimit to TaskTemplate.ResourcesSebastiaan van Stijn2020-06-051-2/+8
* Add API support for PidsLimit on servicesSebastiaan van Stijn2020-04-151-0/+87
* Fix more goimportsSebastiaan van Stijn2020-02-111-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-117-26/+26
* Add swarm jobsDrew Erny2020-01-131-0/+143
* Bump swarmkit to 24fb4cfe8af56803640180c5592bf32da732ced2Drew Erny2020-01-071-1/+26
* Merge pull request #40142 from jmartin84/unique-names-intergration-service-in...Akihiro Suda2019-12-131-1/+1
|\
| * refactored integration/service/instead_test.go to ues unique resource namesJusten Martin2019-11-081-1/+1
* | integration: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
|/
* Add support for sending down service Running and Desired task countsDrew Erny2019-10-141-0/+108
* testutil: update WithInitsignature to be a daemon.OptionSebastiaan van Stijn2019-09-301-1/+1
* testutil: update WithExperimental signature to be a daemon.OptionSebastiaan van Stijn2019-09-301-3/+3
* testutil/daemon: group options under typeSam Whited2019-09-181-1/+1
* Use unique names in integration/service/plugin_test.goJusten Martin2019-09-111-3/+3
* testutil: make testing packages publicSam Whited2019-09-113-5/+5
* integration: TestInspect(): use swarm.RunningTasksCountSebastiaan van Stijn2019-09-091-21/+1
* Merge pull request #38441 from sirlatrom/swarm_plugin_envMichael Crosby2019-07-081-0/+24
|\
| * Support environment vars in Swarm plugins servicesSune Keller2019-04-071-0/+24
* | integration: get tests to compile againTibor Vass2019-06-121-2/+2
* | Merge pull request #39137 from arkodg/attach-to-existing-network-errorSebastiaan van Stijn2019-06-121-0/+40
|\ \
| * | Gracefully take care of the error case when a containerArko Dasgupta2019-04-261-0/+40
| |/
* | integration: change container.Create signature to fix lintingSebastiaan van Stijn2019-06-071-2/+2
* | integration: change network.CreateNoError signature to fix lintingSebastiaan van Stijn2019-06-073-6/+6
* | Merge pull request #39173 from olljanat/25885-capabilities-swarmKirill Kolyshkin2019-06-061-0/+76
|\ \
| * | Add support capabilities list on servicesOlli Janatuinen2019-05-281-0/+76
* | | Revert docker/swarmkit#2804Drew Erny2019-05-291-5/+19
|/ /
* | Remove a network during task SHUTDOWN instead of REMOVE toArko Dasgupta2019-05-061-0/+54
|/
* Update more tests to use new errorsSebastiaan van Stijn2019-03-161-14/+7
* Completely remove `d.NewClient` from testing toolsBrian Goff2019-02-071-24/+24
* Remove use of serviceSpecIsUpdatedSebastiaan van Stijn2019-02-011-19/+5
* Move serviceRunningTasksCount to integration/internal/swarmYong Tang2019-01-191-33/+10
* Integration tests: remove some duplicated code, and preserve contextSebastiaan van Stijn2019-01-141-57/+14
* Remove code duplication and consolidate networkIsRemovedYong Tang2019-01-121-14/+4
* Merge pull request #38499 from olljanat/change_serviceIsUpdated2Brian Goff2019-01-081-7/+24
|\
| * integration: Corrected service update tests logicOlli Janatuinen2019-01-081-5/+19
| * integration: wait for service update to be completedSebastiaan van Stijn2019-01-051-2/+5
* | Improve consistency in "skip"Sebastiaan van Stijn2019-01-071-1/+1
|/
* migrated service integration tests from integration-cli/docker_cli_service_up...Arash Deshmeh2018-12-241-0/+216
* Added support for maximum replicas per node to servicesOlli Janatuinen2018-12-241-0/+20
* Add test for status code on conflicting service namesSebastiaan van Stijn2018-11-241-0/+30
* Move support for sysctl options in services to API v1.40Sebastiaan van Stijn2018-10-261-2/+2
* Windows: Start of enabling tests under integration/Vincent Demeester2018-09-263-0/+7
* Add support for sysctl options in servicesDrew Erny2018-09-201-0/+97