summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Docs fixes3.0.0-releaseJoffrey F2018-01-312-5/+8
* Bump 3.0.0Joffrey F2018-01-312-0/+38
* Merge pull request #1890 from docker/wait_returnJoffrey F2018-01-319-35/+74
|\
| * Update wait to always return a dictwait_returnJoffrey F2018-01-319-35/+74
|/
* Merge pull request #1889 from docker/1441-pull-repository-nameJoffrey F2018-01-311-6/+5
|\
| * Rename `name` parameter in `pull` method to `repository`1441-pull-repository-nameJoffrey F2018-01-311-6/+5
* | Merge pull request #1888 from docker/1884-create_volumes_win32Joffrey F2018-01-312-11/+20
|\ \ | |/ |/|
| * Correctly parse volumes with Windows paths1884-create_volumes_win32Joffrey F2018-01-312-11/+20
* | Merge pull request #1887 from docker/cleanup_deprecatedJoffrey F2018-01-3124-638/+150
|\ \ | |/ |/|
| * Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-3120-519/+140
| * Remove parameters and methods marked as deprecatedJoffrey F2018-01-317-119/+10
|/
* Merge pull request #1886 from docker/1878-publishmodeJoffrey F2018-01-314-7/+118
|\
| * Add support for publish mode for endpointspec ports1878-publishmodeJoffrey F2018-01-314-7/+118
|/
* Merge pull request #1885 from docker/improve_authconfig_genconfig_separationJoffrey F2018-01-3112-111/+149
|\
| * Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-3012-111/+149
|/
* Merge pull request #1879 from docker/mtsmfm-masterJoffrey F2018-01-3011-104/+313
|\
| * Update detach tests to work with AF_INET as wellmtsmfm-masterJoffrey F2018-01-304-36/+54
| * Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-3010-103/+294
|/
* Merge pull request #1883 from docker/1761-dockerclient-pullJoffrey F2018-01-304-6/+40
|\
| * Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pullJoffrey F2018-01-304-6/+40
|/
* Merge pull request #1881 from docker/pytest-assertsJoffrey F2018-01-3028-1608/+1270
|\
| * Use pytest assertspytest-assertsJoffrey F2018-01-3028-1608/+1270
* | Merge pull request #1880 from docker/1841-tar-broken-symlinksJoffrey F2018-01-292-1/+28
|\ \ | |/ |/|
| * Do not break when archiving broken symlinks1841-tar-broken-symlinksJoffrey F2018-01-292-1/+28
|/
* Merge branch 'funkyfuture-container_exec_run'Joffrey F2018-01-291-6/+16
|\
| * Move ExecResult definition to models.containersJoffrey F2018-01-293-13/+13
| * Merge branch 'container_exec_run' of https://github.com/funkyfuture/docker-py...Joffrey F2018-01-293-8/+18
| |\ |/ /
| * Container.exec_run returns a namedtuple w/ attrs exit_code & outputFrank Sachsenheim2018-01-283-6/+14
| * Container.exec_run returns None as exit_code if stream or socketFrank Sachsenheim2018-01-281-5/+7
* | Merge pull request #1874 from docker/1774-export-methodsJoffrey F2018-01-295-20/+53
|\ \ | |/ |/|
| * Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-265-20/+53
* | Merge pull request #1875 from docker/1702-build-logs-dockerclientJoffrey F2018-01-263-14/+24
|\ \ | |/ |/|
| * ImageCollection.build now also returns build logs along with the built image ...1702-build-logs-dockerclientJoffrey F2018-01-263-14/+24
|/
* Merge pull request #1873 from docker/hongbin-image-loadJoffrey F2018-01-263-3/+26
|\
| * Error handling in ImageCollection.loadhongbin-image-loadJoffrey F2018-01-263-1/+13
| * Merge branch 'image-load' of https://github.com/hongbin/docker-py into hongbi...Joffrey F2018-01-261-2/+13
| |\
| | * Return Image objects on image.loadHongbin Lu2017-09-101-2/+13
* | | Merge pull request #1872 from docker/hnq90-add_exit_code_to_exec_runJoffrey F2018-01-263-7/+39
|\ \ \ | |/ / |/| |
| * | Return tuple instead of dict in exec_runJoffrey F2018-01-263-14/+13
| * | Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-263-7/+40
| |\ \ |/ / /
| * | Add exit code to exec_runHuyNQ2017-11-133-7/+40
* | | Merge pull request #1867 from docker/bump_api_version_1.35Joffrey F2018-01-2612-27/+129
|\ \ \
| * | | Bump default API version to 1.35Joffrey F2018-01-2612-27/+129
|/ / /
* | | Merge pull request #1871 from docker/fix-appveyorJoffrey F2018-01-263-4/+8
|\ \ \
| * | | Fix appveyor testsJoffrey F2018-01-263-4/+8
|/ / /
* | | Merge pull request #1869 from mccalluc/patch-1Joffrey F2018-01-261-1/+1
|\ \ \
| * | | Replace missing "^" with "e"mccalluc2018-01-261-1/+1
|/ / /
* | | Merge pull request #1865 from docker/dperny-change-tls-defaultJoffrey F2018-01-251-7/+27
|\ \ \
| * | | Don't use PROTOCOL_TLSv1_2 directly to avoid ImportErrorsdperny-change-tls-defaultJoffrey F2018-01-241-15/+8
| * | | Change default TLS versionDrew Erny2018-01-241-7/+34