Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use python3.6+ constructs | Anthony Sottile | 2021-07-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Anthony Sottile <asottile@umich.edu> | ||||
* | Update alpine version to 3.10, and rename BUSYBOX variable | Sebastiaan van Stijn | 2019-08-10 | 1 | -15/+15 |
| | | | | Signed-off-by: Sebastiaan van Stijn <github@gone.nl> | ||||
* | Remove exec detach test | Michael Crosby | 2019-06-25 | 1 | -18/+0 |
| | | | | | | Forking off an exec process and detaching isn't a supported method Signed-off-by: Michael Crosby <crosbymichael@gmail.com> | ||||
* | Change use_config_proxy default value to True to match CLI behavior | Joffrey F | 2019-05-01 | 1 | -1/+0 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update some test dependencies / default values with newer versions | Joffrey F | 2019-05-01 | 1 | -10/+10 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Streaming TTY messages sometimes get truncated. Handle gracefully in demux testsdemux_test_fixes | Joffrey F | 2019-05-01 | 1 | -4/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Separate into individual testsfix_exec_demux_tests | Joffrey F | 2019-05-01 | 1 | -63/+77 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Avoid demux test flakiness | Joffrey F | 2019-04-30 | 1 | -27/+21 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Style fixes and removed some unused code2199-proxy-support | Joffrey F | 2019-01-09 | 1 | -11/+16 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | By default, disable proxy support | Corentin Henry | 2019-01-09 | 1 | -3/+4 |
| | | | | | | This is to avoid a breaking change Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | add integration tests for proxy support | Corentin Henry | 2019-01-09 | 1 | -0/+34 |
| | | | | Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | 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 | 1 | -2/+3 |
| | | | | | | fixes https://github.com/docker/docker-py/issues/1952 Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | Update detach tests to work with AF_INET as wellmtsmfm-master | Joffrey F | 2018-01-30 | 1 | -14/+26 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 1 | -1/+44 |
| | | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com> | ||||
* | Use pytest assertspytest-asserts | Joffrey F | 2018-01-30 | 1 | -18/+18 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump default API version to 1.35 | Joffrey F | 2018-01-26 | 1 | -0/+12 |
| | | | | | | | | | 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> | ||||
* | Modernize exec_api.py | Joffrey F | 2017-05-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | exec: add support for `Env` | Tomas Tomecek | 2017-04-29 | 1 | -0/+15 |
| | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | exec: fix running with detach=True | Tomas Tomecek | 2016-11-29 | 1 | -0/+15 |
| | | | | | | Fixes #1271 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | Split out base integration test for APIClient | Ben Firshman | 2016-11-22 | 1 | -2/+2 |
| | | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Rename Client to APIClient | Ben Firshman | 2016-11-22 | 1 | -0/+108 |
Signed-off-by: Ben Firshman <ben@firshman.co.uk> |