summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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 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 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-014-248/+265
|/ / /
* | | 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-281-0/+13
|\ \ \ \
| * | | | Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-0/+13
| | |/ / | |/| |
* | | | Merge pull request #1309 from bfirsh/remove-maintainer-from-dockerfilesJoffrey F2016-11-281-5/+0
|\ \ \ \
| * | | | Remove MAINTAINER from DockerfilesBen Firshman2016-11-241-5/+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-2211-32/+1013
* | 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-229-42/+45
* | Drop support for Python 2.6Ben Firshman2016-11-226-43/+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-171-1/+12
|\ \
| * | Add support for isolation param in host confighost_config_isolationJoffrey F2016-09-291-1/+12
* | | 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
|/ / /
* | | Fix broken unit testBen Firshman2016-11-071-1/+1
* | | Merge pull request #1230 from LabattFoodService/updateNodeJoffrey F2016-11-072-0/+41
|\ \ \ | |_|/ |/| |
| * | enable setting of node labels #1225Nathan Shirlberg2016-09-272-0/+41
| |/
* | Update tests to avoid failures on Windows platformsJoffrey F2016-10-144-58/+98
* | Merge pull request #1256 from docker/format_env_unicode_bugJoffrey F2016-10-131-2/+17
|\ \
| * | Do not break when calling format_environment with unicode valuesformat_env_unicode_bugJoffrey F2016-10-121-2/+17
* | | Remove trailing slashes in result of utils.parse_hostbase_url_trailing_slashJoffrey F2016-10-121-0/+5
|/ /
* | Move requires_api_version to helpersBen Firshman2016-10-033-18/+18
|/
* Merge pull request #1210 from docker/identity-token-supportJoffrey F2016-09-161-1/+25
|\
| * Add support for identity tokens in config file.identity-token-supportJoffrey F2016-09-151-1/+25
* | Fix a few pep8 issuesBen Firshman2016-09-142-4/+4
|/
* Fix unit test which doesn't do anythingBen Firshman2016-09-072-37/+10
* Fix licensesBen Firshman2016-09-052-28/+0
* Add support for force disconnect1105-network-apiJoffrey F2016-08-311-1/+1
* Merge pull request #1167 from docker/1075-from-env-versionJoffrey F2016-08-251-0/+8
|\
| * Support version parameter in `Client.from_env`1075-from-env-versionJoffrey F2016-08-251-0/+8