summaryrefslogtreecommitdiff
path: root/tests/integration/models_services_test.py
Commit message (Expand)AuthorAgeFilesLines
* Shorthand method for service.force_update()Viktor Adam2018-02-211-2/+39
* Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pullJoffrey F2018-01-301-1/+2
* Use pytest assertspytest-assertsJoffrey F2018-01-301-2/+2
* Bump default API version to 1.35Joffrey F2018-01-261-0/+1
* Merge pull request #1846 from feliperuhland/issue-1734-scale-methodJoffrey F2018-01-241-0/+46
|\
| * Fix test to make sure the initial mode is replicatedFelipe Ruhland2018-01-031-2/+2
| * Ensure that global containers are not scaledFelipe Ruhland2017-12-261-0/+24
| * Added scale method to the Service model.Felipe Ruhland2017-12-211-0/+22
* | Fix regression on API < 1.25Viktor Adam2018-01-121-0/+24
|/
* Fix resetting ContainerSpec properties to NoneViktor Adam2017-11-151-4/+4
* Attempting to make service update tests less flakyViktor Adam2017-11-151-3/+7
* Service model update changesViktor Adam2017-11-141-2/+121
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-071-1/+1
* Allow configuring API version for integration test with env varconfig_test_api_versionJoffrey F2017-01-251-7/+8
* Fix Swarm model init to correctly pass arguments through to init_swarm1359-swarm-initJoffrey F2017-01-251-1/+1
* Prevent Swarm address conflictsjenkinsfileJoffrey F2016-12-081-1/+1
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-4/+6
* Add new user-focused APIBen Firshman2016-11-221-0/+100