summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement swarm node removalremove_nodeJoffrey F2016-12-071-0/+17
* Merge pull request #1315 from bfirsh/rename-docker-py-to-docker-sdk-pythonJoffrey F2016-12-021-1/+1
|\
| * Start to rename docker-py to docker-sdk-pythonBen Firshman2016-11-281-1/+1
* | Merge pull request #1330 from docker/walkerlee-masterJoffrey F2016-12-021-1/+1
|\ \
| * \ Merge branch 'master' of https://github.com/walkerlee/docker-py into walkerle...Joffrey F2016-12-021-1/+1
| |\ \
| | * | Add docker network IPAM options parameterWalker Lee2016-10-272-2/+4
* | | | 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
* | | | Merge pull request #1328 from docker/ssladapter_transport_moduleBen Firshman2016-12-021-1/+1
|\ \ \ \
| * | | | Move ssladapter to transport modulessladapter_transport_moduleJoffrey F2016-12-011-1/+1
| * | | | Client -> DockerClientJoffrey F2016-12-011-1/+1
* | | | | Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-016-264/+280
|/ / / /
* | | | Merge pull request #1303 from aanand/helpful-containers-warningBen Firshman2016-12-011-0/+11
|\ \ \ \
| * | | | Show a helpful warning when people try to call `client.containers()`Aanand Prasad2016-11-281-0/+11
* | | | | Merge pull request #1308 from docker/docker_clientJoffrey F2016-11-302-3/+3
|\ \ \ \ \
| * | | | | Rename Client -> DockerClientdocker_clientJoffrey F2016-11-282-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1277 from bodnarbm/do-not-traverse-ignored-directories-wi...Ben Firshman2016-11-291-1/+75
|\ \ \ \ \
| * | | | | Add unit tests for should_check_directory.Brandon Bodnar2016-11-261-1/+75
| |/ / / /
* | | | | Merge pull request #1297 from docker/stepanstipl-allow_custom_pid_modeJoffrey F2016-11-282-7/+13
|\ \ \ \ \
| * | | | | Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_modeJoffrey F2016-11-282-4/+13
| * | | | | Allow custom PID mode for the containerStepan Stipl2016-11-281-3/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #1309 from bfirsh/remove-maintainer-from-dockerfilesJoffrey F2016-11-282-9/+0
|\ \ \ \ \
| * | | | | Remove MAINTAINER from DockerfilesBen Firshman2016-11-242-9/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #1317 from bfirsh/fix-environment-variable-file-with-new-l...Joffrey F2016-11-281-1/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix parsing for an environment file with newlinesJon Cotton2016-11-281-1/+9
| |/ / /
* | | | Remove support for host_config in Client.startJoffrey F2016-11-281-35/+11
|/ / /
* | | Add helpful error for APIClient methods on ClientBen Firshman2016-11-221-0/+14
* | | Add new user-focused APIBen Firshman2016-11-2221-32/+1583
* | | Add random_name test helperBen Firshman2016-11-222-7/+8
* | | Split out base integration test for APIClientBen Firshman2016-11-2212-64/+67
* | | Move APIClient tests into single fileBen Firshman2016-11-222-79/+71
* | | Rename DockerClientTest to BaseAPIClientTestBen Firshman2016-11-228-18/+18
* | | Rename Client to APIClientBen Firshman2016-11-2221-51/+55
* | | Remove AutoVersionClientBen Firshman2016-11-221-11/+0
* | | Drop support for Python 2.6Ben Firshman2016-11-227-79/+35
* | | Make docker.ssladaptor a single fileBen Firshman2016-11-221-1/+1
* | | Make docker.auth a single fileBen Firshman2016-11-222-7/+5
* | | Merge pull request #1236 from docker/host_config_isolationJoffrey F2016-11-172-1/+23
|\ \ \
| * | | Add support for isolation param in host confighost_config_isolationJoffrey F2016-09-292-1/+23
* | | | Convert dicts to Healthcheck objects, string commands to CMD-SHELL listsAanand Prasad2016-11-161-34/+29
* | | | Rework healthcheck integration testAanand Prasad2016-11-162-27/+57
* | | | Add support for passing healthcheck to create_containerJamie Greeff2016-11-161-0/+35
* | | | Merge pull request #1281 from TomasTomecek/1265-ssl-test-no-sslX-support-in-o...Joffrey F2016-11-141-1/+2
|\ \ \ \
| * | | | ssl,test: OpenSSL may not support ssl2Tomas Tomecek2016-11-141-1/+2
| | |/ / | |/| |
* | | | Fix linting errorAanand Prasad2016-11-141-0/+1
|/ / /
* | | Add labels and shmsize arguments to the image buildRyan Belgrave2016-11-081-0/+38
* | | Fix broken unit testBen Firshman2016-11-071-1/+1
* | | Merge pull request #1230 from LabattFoodService/updateNodeJoffrey F2016-11-073-0/+65
|\ \ \
| * | | enable setting of node labels #1225Nathan Shirlberg2016-09-273-0/+65
* | | | WIPJoffrey F2016-11-041-0/+62