Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_control | Joffrey F | 2018-02-14 | 6 | -15/+42 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Correctly support absolute paths in .dockerignorec5672-dockerignore-abspath | Joffrey F | 2018-02-12 | 1 | -7/+13 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1901 from docker/1899-create_archive_fix | Joffrey F | 2018-02-05 | 1 | -5/+3 |
|\ | | | | | Rewrite access check in create_archive with EAFP | ||||
| * | Rewrite access check in create_archive with EAFP1899-create_archive_fix | Joffrey F | 2018-02-05 | 1 | -5/+3 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1896 from docker/1895-login-auths | Joffrey F | 2018-02-02 | 1 | -1/+1 |
|\ \ | | | | | | | Add login data to the right subdict in auth_configs | ||||
| * | | Add login data to the right subdict in auth_configs1895-login-auths | Joffrey F | 2018-02-01 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add workaround for bpo-32713c5618-negative-mtime-tar | Joffrey F | 2018-02-01 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | 3.1.0-dev | Joffrey F | 2018-01-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Docs fixes3.0.0-release | Joffrey F | 2018-01-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 3.0.0 | Joffrey F | 2018-01-31 | 1 | -0/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update wait to always return a dictwait_return | Joffrey F | 2018-01-31 | 3 | -11/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1889 from docker/1441-pull-repository-name | Joffrey F | 2018-01-31 | 1 | -6/+5 |
|\ | | | | | Rename `name` parameter in `pull` method to `repository` | ||||
| * | Rename `name` parameter in `pull` method to `repository`1441-pull-repository-name | Joffrey F | 2018-01-31 | 1 | -6/+5 |
| | | | | | | | | | | | | for consistency with APIClient naming Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1888 from docker/1884-create_volumes_win32 | Joffrey F | 2018-01-31 | 1 | -9/+15 |
|\ \ | |/ |/| | Correctly parse volumes with Windows paths | ||||
| * | Correctly parse volumes with Windows paths1884-create_volumes_win32 | Joffrey F | 2018-01-31 | 1 | -9/+15 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 8 | -309/+85 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Remove parameters and methods marked as deprecated | Joffrey F | 2018-01-31 | 7 | -119/+10 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for publish mode for endpointspec ports1878-publishmode | Joffrey F | 2018-01-31 | 2 | -6/+23 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separation | Joffrey F | 2018-01-30 | 6 | -44/+55 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 5 | -47/+88 |
| | | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com> | ||||
* | Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pull | Joffrey F | 2018-01-30 | 1 | -3/+17 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Do not break when archiving broken symlinks1841-tar-broken-symlinks | Joffrey F | 2018-01-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move ExecResult definition to models.containers | Joffrey F | 2018-01-29 | 3 | -13/+13 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'container_exec_run' of ↵ | Joffrey F | 2018-01-29 | 3 | -8/+18 |
|\ | | | | | | | | | | | https://github.com/funkyfuture/docker-py into funkyfuture-container_exec_run Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Container.exec_run returns a namedtuple w/ attrs exit_code & output | Frank Sachsenheim | 2018-01-28 | 3 | -6/+14 |
| | | | | | | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
| * | Container.exec_run returns None as exit_code if stream or socket | Frank Sachsenheim | 2018-01-28 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net> | ||||
* | | Merge pull request #1874 from docker/1774-export-methods | Joffrey F | 2018-01-29 | 3 | -18/+14 |
|\ \ | |/ |/| | Update save / export methods to return data generators | ||||
| * | Update save / export methods to return data generators1774-export-methods | Joffrey F | 2018-01-26 | 3 | -18/+14 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | ImageCollection.build now also returns build logs along with the built image ↵1702-build-logs-dockerclient | Joffrey F | 2018-01-26 | 2 | -7/+14 |
|/ | | | | | | | | reference BuildError.build_logs has a copy of the logs generator Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1873 from docker/hongbin-image-load | Joffrey F | 2018-01-26 | 2 | -3/+21 |
|\ | | | | | Return Image objects in ImageCollection.load | ||||
| * | Error handling in ImageCollection.loadhongbin-image-load | Joffrey F | 2018-01-26 | 2 | -1/+8 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Merge branch 'image-load' of https://github.com/hongbin/docker-py into ↵ | Joffrey F | 2018-01-26 | 1 | -2/+13 |
| |\ | | | | | | | | | | | | | | | | hongbin-image-load Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Return Image objects on image.load | Hongbin Lu | 2017-09-10 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In before, image.load returns what Docker API returns, which is a text stream. This commits propose an improvement for returning more useful information, which is a list of Image objects being loaded. Signed-off-by: Hongbin Lu <hongbin.lu@huawei.com> | ||||
* | | | Return tuple instead of dict in exec_run | Joffrey F | 2018-01-26 | 1 | -7/+4 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge branch 'add_exit_code_to_exec_run' of ↵ | Joffrey F | 2018-01-26 | 1 | -5/+16 |
|\ \ \ | |/ / |/| | | | | | https://github.com/hnq90/docker-py into hnq90-add_exit_code_to_exec_run | ||||
| * | | Add exit code to exec_run | HuyNQ | 2017-11-13 | 1 | -5/+16 |
| | | | | | | | | | | | | Signed-off-by: HuyNQ <huy@huynq.net> | ||||
* | | | Bump default API version to 1.35 | Joffrey F | 2018-01-26 | 7 | -24/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ContainerSpec.isolation support Add until support in logs Add condition support in wait Add workdir support in exec_create Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Replace missing "^" with "e" | mccalluc | 2018-01-26 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Chuck McCallum <mccallucc+github@gmail.com> | ||||
* | | | Merge pull request #1865 from docker/dperny-change-tls-default | Joffrey F | 2018-01-25 | 1 | -7/+27 |
|\ \ \ | | | | | | | | | Change default TLS version | ||||
| * | | | Don't use PROTOCOL_TLSv1_2 directly to avoid ImportErrorsdperny-change-tls-default | Joffrey F | 2018-01-24 | 1 | -15/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | | Change default TLS version | Drew Erny | 2018-01-24 | 1 | -7/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detects if python has an up-to-date version of OpenSSL that supports TLSv1.2. If it does, choose that as the default TLS version, instead of TLSv1. The Docker Engine and the majority of other Docker API servers should suppot TLSv1.2, and if they do not, the user can manually set a different (lower) version. Signed-off-by: Drew Erny <drew.erny@docker.com> | ||||
* | | | | Merge pull request #1856 from docker/1855-platform-option | Joffrey F | 2018-01-24 | 4 | -5/+28 |
|\ \ \ \ | | | | | | | | | | | Add support for experimental platform flag in build and pull | ||||
| * | | | | Add support for experimental platform flag in build and pull1855-platform-option | Joffrey F | 2018-01-23 | 4 | -5/+28 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | | | Merge pull request #1849 from johannespostler/1516-endport-port-documentation | Joffrey F | 2018-01-24 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Switch ports in documentation for EndpointSpec (#1516) | ||||
| * | | | | | Switch ports in documentation for EndpointSpec | Johannes Postler | 2017-12-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Postler <johannes.postler@uibk.ac.at> | ||||
* | | | | | | Merge pull request #1846 from feliperuhland/issue-1734-scale-method | Joffrey F | 2018-01-24 | 1 | -2/+21 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Added scale method to the Service model. | ||||
| * | | | | | Fix test to make sure the initial mode is replicated | Felipe Ruhland | 2018-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com> | ||||
| * | | | | | Ensure that global containers are not scaled | Felipe Ruhland | 2017-12-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com> | ||||
| * | | | | | Added scale method to the Service model. | Felipe Ruhland | 2017-12-21 | 1 | -1/+17 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com> | ||||
* | | | | | Fix regression on API < 1.25 | Viktor Adam | 2018-01-12 | 1 | -1/+8 |
| |/ / / |/| | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> |