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 | 2 | -3/+11 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Correctly support absolute paths in .dockerignorec5672-dockerignore-abspath | Joffrey F | 2018-02-12 | 1 | -10/+17 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1901 from docker/1899-create_archive_fix | Joffrey F | 2018-02-05 | 1 | -2/+6 |
|\ | | | | | 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 | -2/+6 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1896 from docker/1895-login-auths | Joffrey F | 2018-02-02 | 1 | -0/+18 |
|\ \ | | | | | | | 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 | -0/+18 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add workaround for bpo-32713c5618-negative-mtime-tar | Joffrey F | 2018-02-01 | 1 | -0/+12 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update wait to always return a dictwait_return | Joffrey F | 2018-01-31 | 2 | -4/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1888 from docker/1884-create_volumes_win32 | Joffrey F | 2018-01-31 | 1 | -2/+5 |
|\ | | | | | Correctly parse volumes with Windows paths | ||||
| * | Correctly parse volumes with Windows paths1884-create_volumes_win32 | Joffrey F | 2018-01-31 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 8 | -157/+36 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for publish mode for endpointspec ports1878-publishmode | Joffrey F | 2018-01-31 | 1 | -0/+75 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separation | Joffrey F | 2018-01-30 | 4 | -62/+93 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 2 | -53/+84 |
| | | | | 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 | -2/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1881 from docker/pytest-asserts | Joffrey F | 2018-01-30 | 14 | -1195/+878 |
|\ | | | | | Use pytest asserts | ||||
| * | Use pytest assertspytest-asserts | Joffrey F | 2018-01-30 | 14 | -1195/+878 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Do not break when archiving broken symlinks1841-tar-broken-symlinks | Joffrey F | 2018-01-29 | 1 | -0/+26 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return tuple instead of dict in exec_run | Joffrey F | 2018-01-26 | 1 | -4/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'add_exit_code_to_exec_run' of ↵ | Joffrey F | 2018-01-26 | 1 | -0/+11 |
|\ | | | | | | | 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 | -0/+11 |
| | | | | | | | | Signed-off-by: HuyNQ <huy@huynq.net> | ||||
* | | Bump default API version to 1.35 | Joffrey F | 2018-01-26 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Add support for experimental platform flag in build and pull1855-platform-option | Joffrey F | 2018-01-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1727 from mbelang/join-swarn-default-listen-address | Joffrey F | 2017-12-18 | 2 | -0/+49 |
|\ \ | | | | | | | Add join_swarm default listen address | ||||
| * | | Add join_swarm default listen address | Maxime Belanger | 2017-08-29 | 2 | -0/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | Since the docker CLI adds a default listen address (0.0.0.0:2377) when joining a node to the swarm, the docker-py api will support the same behavior to easy configuration. Signed-off-by: Maxime Belanger <maxime.b.belanger@gmail.com> | ||||
| * | | Commit d798afca made changes for the handling of '**' patterns in | Veli-Matti Lintu | 2017-08-21 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | .dockerignore. This causes an IndexError with patterns ending with '**', e.g. 'subdir/**'. This adds a missing boundary check before checking for trailing '/'. Signed-off-by: Veli-Matti Lintu <veli-matti.lintu@nosto.com> | ||||
| * | | Fix handling of non-multiplexed (TTY) streams over upgraded sockets | Joffrey F | 2017-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Allow detach and remove for api version >= 1.25 and use auto_remove when ↵ | David Steines | 2017-08-15 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | both are set. Continue raising an exception for api versions <1.25. Signed-off-by: David Steines <d.steines@gmail.com> | ||||
| * | | Leading slash in .dockerignore should be ignored | Joffrey F | 2017-08-15 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Return generator for output of load_image endpoint | Joffrey F | 2017-08-15 | 1 | -0/+14 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1828 from pkit/fix_error_from_httpex | Joffrey F | 2017-12-18 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | fixes create_api_error_from_http_exception() | ||||
| * | | | fixes create_api_error_from_http_exception() | Constantine Peresypkin | 2017-12-18 | 1 | -1/+15 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | `create_api_error_from_http_exception()` is never tested in the original code and will fail miserably when fed with empty `HTTPError` object see fixes in requests for this behaviour: https://github.com/requests/requests/pull/3179 Signed-off-by: Constantine Peresypkin <pconstantine@gmail.com> | ||||
* | | | Retrieve container logs before container exits / is removed1813-run-autoremove | Joffrey F | 2017-12-14 | 2 | -5/+4 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1807 from rycus86/update_service_from_prev_spec | Joffrey F | 2017-12-14 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Update service from prev spec | ||||
| * | | | Service model update changes | Viktor Adam | 2017-11-14 | 1 | -2/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | | | Merge branch 'master' of https://github.com/tz70s/docker-py into tz70s-master | Joffrey F | 2017-12-13 | 1 | -0/+22 |
|\ \ \ | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | | Fix #1575 - Add cpu_rt_period and cpu_rt_runtime args | Tzu-Chiao Yeh | 2017-08-13 | 1 | -0/+22 |
| | |/ | |/| | | | | | | | | | | | | | | | | Add cpu_rt_period and cpu_rt_runtime in hostconfig with version(1.25), types(int) checks. Also add version and type checks in dockertype unit test. Signed-off-by: Tzu-Chiao Yeh <su3g4284zo6y7@gmail.com> | ||||
| * | | client.containers.run returns None if none of json-file or journald logging ↵ | Artem Bolshakov | 2017-08-07 | 2 | -1/+39 |
| | | | | | | | | | | | | | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> | ||||
| * | | Generating regexp from .dockerignore file in a similar way as docker-ce. | Jakub Goszczurny | 2017-08-01 | 1 | -0/+25 |
| | | | | | | | | | | | | Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl> | ||||
| * | | Fix #1673 check resource error in container network API | Matthew Berry | 2017-07-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Container network functions checked 'image' as resource ID and not 'container'. This caused a traceback when using container as named argument. Signed-off-by: Matthew Berry <mtberry89@gmail.com> | ||||
| * | | split_port should not break when passed a non-string argument | Joffrey F | 2017-06-28 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Only allow greedy queries on the model | Viktor Adam | 2017-11-21 | 1 | -4/+0 |
| | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | | | Fetch network details with network lists greedily | Viktor Adam | 2017-11-16 | 1 | -2/+6 |
| |/ |/| | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | | Do not interrupt streaming when encountering 0-length frames | Joffrey F | 2017-11-07 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Commit d798afca made changes for the handling of '**' patterns in | Veli-Matti Lintu | 2017-08-22 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | .dockerignore. This causes an IndexError with patterns ending with '**', e.g. 'subdir/**'. This adds a missing boundary check before checking for trailing '/'. Signed-off-by: Veli-Matti Lintu <veli-matti.lintu@nosto.com> | ||||
* | | Fix handling of non-multiplexed (TTY) streams over upgraded sockets | Joffrey F | 2017-08-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Allow detach and remove for api version >= 1.25 and use auto_remove when ↵ | David Steines | 2017-08-17 | 1 | -0/+30 |
| | | | | | | | | | | | | both are set. Continue raising an exception for api versions <1.25. Signed-off-by: David Steines <d.steines@gmail.com> | ||||
* | | Leading slash in .dockerignore should be ignored | Joffrey F | 2017-08-17 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Return generator for output of load_image endpoint | Joffrey F | 2017-08-17 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | client.containers.run returns None if none of json-file or journald logging ↵ | Artem Bolshakov | 2017-08-17 | 2 | -1/+39 |
| | | | | | | | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> |