summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* Implement swarm node removalremove_nodeJoffrey F2016-12-071-0/+17
* Merge branch 'patch-1' of https://github.com/manics/docker-py into manics-pat...manics-patch-1Joffrey F2016-12-021-0/+16
|\
| * Add test for creating service with envSimon Li2016-11-111-0/+16
* | Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-012-16/+15
* | Merge pull request #1297 from docker/stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-7/+0
|\ \
| * | Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-4/+0
| * | Allow custom PID mode for the containerStepan Stipl2016-11-281-3/+0
* | | Remove MAINTAINER from DockerfilesBen Firshman2016-11-241-4/+0
|/ /
* | Add new user-focused APIBen Firshman2016-11-229-0/+557
* | Add random_name test helperBen Firshman2016-11-221-7/+3
* | Split out base integration test for APIClientBen Firshman2016-11-2212-64/+67
* | Rename Client to APIClientBen Firshman2016-11-2212-9/+10
* | Remove AutoVersionClientBen Firshman2016-11-221-11/+0
* | Merge pull request #1236 from docker/host_config_isolationJoffrey F2016-11-171-0/+11
|\ \
| * | Add support for isolation param in host confighost_config_isolationJoffrey F2016-09-291-0/+11
* | | Convert dicts to Healthcheck objects, string commands to CMD-SHELL listsAanand Prasad2016-11-161-34/+29
* | | Rework healthcheck integration testAanand Prasad2016-11-161-27/+48
* | | Add support for passing healthcheck to create_containerJamie Greeff2016-11-161-0/+35
| |/ |/|
* | Add labels and shmsize arguments to the image buildRyan Belgrave2016-11-081-0/+38
* | Merge pull request #1230 from LabattFoodService/updateNodeJoffrey F2016-11-071-0/+24
|\ \
| * | enable setting of node labels #1225Nathan Shirlberg2016-09-271-0/+24
* | | WIPJoffrey F2016-11-041-0/+62
* | | Changes for service tests to pass in docker masterAlessandro Boch2016-11-011-13/+4
* | | Fix dockerignore exclusion logic on Windowswin32-test-fixesJoffrey F2016-10-141-0/+6
* | | Update tests to avoid failures on Windows platformsJoffrey F2016-10-145-44/+43
* | | Move requires_api_version to helpersBen Firshman2016-10-036-7/+6
* | | Move BaseTestCase to BaseIntegrationTestBen Firshman2016-10-0313-76/+147
| |/ |/|
* | Merge pull request #1224 from mferon/addRestartPolicyUpdateSupportJoffrey F2016-09-291-0/+30
|\ \
| * | Add support for restart policy updateMaxime Feron2016-09-281-0/+30
| |/
* | Adjust test_create_network_with_ipam_configAlessandro Boch2016-09-291-5/+4
|/
* Merge pull request #1213 from bfirsh/parse-json-errorsJoffrey F2016-09-142-2/+19
|\
| * Parse JSON API errorsBen Firshman2016-09-142-2/+19
* | Ignore not in swarm error when force leavingBen Firshman2016-09-142-16/+5
|/
* Add test for import_image with changes param1064-import-changesJoffrey F2016-09-061-0/+42
* Add support for force disconnect1105-network-apiJoffrey F2016-08-311-1/+29
* Add support for labels and enable_ipv6 in create_networkJoffrey F2016-08-311-1/+26
* Merge branch 'jp-cpushares' of https://github.com/joshpurvis/docker-py into j...Joffrey F2016-08-231-2/+29
|\
| * Move cpu_shares and cpuset_cpu to HostConfig when API >= 1.18Josh Purvis2016-08-151-2/+29
* | Private images support in create_service / update_service1085-service-supportJoffrey F2016-08-231-1/+0
* | Add services documentationJoffrey F2016-08-221-1/+1
* | New docker.types subpackage containing advanced config dictionary typesJoffrey F2016-08-191-3/+93
* | Service API integration testsJoffrey F2016-08-171-0/+100
* | Remove references to "ExecutionDriver"Brian Goff2016-08-172-30/+2
* | Add `nodes` and `inspect_node` methodsswarm-supportJoffrey F2016-08-111-0/+29
* | Add support for custom name in SwarmSpecJoffrey F2016-08-041-0/+18
* | Update arguments for several Swarm API methodsJoffrey F2016-08-041-0/+31
* | Add new init_swarm test with custom specJoffrey F2016-08-031-1/+13
* | Update swarm methods to include newly added parametersJoffrey F2016-08-031-0/+55
|/
* Test fixes and updated Makefile for 1.12 testingtest_fixes_1.12Joffrey F2016-08-031-1/+1
* Send LinkLocalIPs as part of IPAMConfig dictionarycompose-3757-linklocal-fixJoffrey F2016-07-251-0/+21