Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix exec api inconsistency | Corentin Henry | 2018-11-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | tests various exec_create/exec_start combinations | Corentin Henry | 2018-11-28 | 1 | -0/+69 |
| | | | | | | Test the interation of the tty, demux and stream parameters Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | implement stream demultiplexing for exec commands | Corentin Henry | 2018-11-27 | 2 | -4/+6 |
| | | | | | | fixes https://github.com/docker/docker-py/issues/1952 Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | Add named parameter to image.save to identify which repository name to use ↵2124-image-save-with-name | Joffrey F | 2018-11-06 | 1 | -0/+27 |
| | | | | | | in the resulting tarball Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Clear error for cancellable streams over SSH | Joffrey F | 2018-11-01 | 2 | -1/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update tests to properly dispose of client instances in tearDown | Joffrey F | 2018-11-01 | 4 | -46/+48 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update tests for ssh protocol compatibility | Joffrey F | 2018-11-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add xfail to ignore 18.09 beta bug | Joffrey F | 2018-10-31 | 1 | -0/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for RollbackConfigrollback_config | Joffrey F | 2018-08-09 | 1 | -0/+21 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add version checks and test | Joffrey F | 2018-08-09 | 1 | -0/+14 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for `uts_mode` parameter in `Client.create_host_config`. | Marco Trillo | 2018-06-29 | 1 | -0/+10 |
| | | | | | | | | | | This parameter allows to set the UTS namespace of the container, as in the `--uts=X` Docker CLI parameter: <https://docs.docker.com/engine/reference/run/#uts-settings---uts> The only allowed value, if set, is "host". Signed-off-by: Marco Trillo <martri@arantia.com> Signed-off-by: Diego Alvarez <dyako.developer@gmail.com> | ||||
* | Fix support for legacy .dockercfg auth config format | Joffrey F | 2018-06-27 | 1 | -40/+0 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix several integration tests on Windows | Joffrey F | 2018-05-25 | 2 | -15/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix create_plugin on Windows | Joffrey F | 2018-05-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Avoid unwanted modification of dockerfile path | Joffrey F | 2018-05-25 | 1 | -9/+44 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'master' of github.com:docker/docker-py | Joffrey F | 2018-04-25 | 1 | -0/+9 |
|\ | |||||
| * | Fix session timeout = None case | Joffrey F | 2018-04-25 | 1 | -7/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Total timeout should be HTTP timeout + operation timeout | Joffrey F | 2018-04-25 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | stop(), restart(): Adjust request timeout. | Matthieu Nottale | 2018-04-25 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | | prune_builds test | Joffrey F | 2018-04-25 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Support absolute paths for in-context Dockerfiles | Joffrey F | 2018-04-12 | 1 | -1/+32 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Properly handle relative Dockerfile paths and Dockerfile on different drives | Joffrey F | 2018-03-30 | 1 | -0/+32 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add methods for /distribution/<name>/json endpoint | Joffrey F | 2018-03-29 | 1 | -0/+9 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Support building with Dockerfile outside of context | Joffrey F | 2018-03-27 | 1 | -0/+33 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add isolation param to build | Joffrey F | 2018-03-23 | 1 | -0/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Remove redundant single-socket select call | Joffrey F | 2018-03-20 | 2 | -17/+3 |
| | | | | | | Clean up + use pytest-timeout Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Allow cancelling the streams from other threads | Viktor Adam | 2018-03-20 | 3 | -0/+89 |
| | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | Add test for container list with sparse=True | Joffrey F | 2018-03-14 | 1 | -0/+22 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve dockerignore comment test | Joffrey F | 2018-03-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix flake8 case | Wanzhi Du | 2018-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
* | Ignore comment line from the .dockerignore file | Wanzhi Du | 2018-03-05 | 1 | -1/+2 |
| | | | | | | | | | This fixed the bug that test comment line in .dockerignore file as ignore rule bug. Add test for "# comment" patterns in .dockerignore. Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
* | Cleanup containers during the tests | Yong Tang | 2018-02-23 | 2 | -3/+9 |
| | | | | | | | | | | | | This fix tries to clean up the containers during the tests so that no pre-existing volumes left in docker integration tests. This fix adds `-v` when removing containers, and makes sure containers launched in non-daemon mode are removed. This fix is realted to moby PR 36292 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> | ||||
* | Merge pull request #1918 from rycus86/service-restart-method | Joffrey F | 2018-02-21 | 1 | -2/+39 |
|\ | | | | | Shorthand method for service.restart() | ||||
| * | Shorthand method for service.force_update() | Viktor Adam | 2018-02-21 | 1 | -2/+39 |
| | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | | GenericResources was introduced in 1.32 | Joffrey F | 2018-02-20 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Code cleanup and version guards | Joffrey F | 2018-02-20 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add support for generic resources to docker.types.Resources | William Myers | 2018-02-20 | 1 | -0/+51 |
| | | | | | | | | | | | | | | - Add support for dict and list generic_resources parameter - Add generic_resources integration test Signed-off-by: William Myers <mwilliammyers@gmail.com> | ||||
* | | Fix DockerClient pull bug when pulling image by digest1912-pull-sha-tag | Joffrey F | 2018-02-20 | 1 | -0/+9 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Clean up created volume from test_run_with_named_volume | Yong Tang | 2018-02-14 | 1 | -1/+2 |
| | | | | | | | | | | This fix adds the volume id to the list so that it could be cleaned up on test teardown. The issue was originally from https://github.com/moby/moby/pull/36292 where an additional `somevolume` pre-exists in tests. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> | ||||
* | Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rules | Joffrey F | 2018-02-13 | 1 | -0/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update wait to always return a dictwait_return | Joffrey F | 2018-01-31 | 3 | -20/+22 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 4 | -53/+19 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for publish mode for endpointspec ports1878-publishmode | Joffrey F | 2018-01-31 | 1 | -1/+20 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separation | Joffrey F | 2018-01-30 | 2 | -5/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update detach tests to work with AF_INET as wellmtsmfm-master | Joffrey F | 2018-01-30 | 2 | -30/+41 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 2 | -3/+100 |
| | | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com> | ||||
* | Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pull | Joffrey F | 2018-01-30 | 2 | -1/+8 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use pytest assertspytest-asserts | Joffrey F | 2018-01-30 | 14 | -413/+392 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1874 from docker/1774-export-methods | Joffrey F | 2018-01-29 | 2 | -2/+39 |
|\ | | | | | Update save / export methods to return data generators | ||||
| * | Update save / export methods to return data generators1774-export-methods | Joffrey F | 2018-01-26 | 2 | -2/+39 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |