Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Update check_resource decorator to account for new resource names | Joffrey F | 2017-06-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Modernize exec_api.py | Joffrey F | 2017-05-02 | 1 | -5/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | exec: add support for `Env` | Tomas Tomecek | 2017-04-29 | 1 | -2/+14 |
| | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | exec: fix running with detach=True | Tomas Tomecek | 2016-11-29 | 1 | -1/+2 |
| | | | | | | Fixes #1271 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | Add docstrings to low-level API | Ben Firshman | 2016-11-22 | 1 | -0/+62 |
| | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Read from socket after sending TCP upgrade headers. | Joffrey F | 2016-07-13 | 1 | -4/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add hijack hints for non-detached exec api calls | David Gageot | 2016-07-13 | 1 | -1/+9 |
| | | | | Signed-off-by: David Gageot <david@gageot.net> | ||||
* | allow interactive exec | Tomas Tomecek | 2015-12-03 | 1 | -4/+11 |
| | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | Support unicode commands. | Daniel Nephin | 2015-10-26 | 1 | -3/+1 |
| | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | ||||
* | Generic skip decorator for low API version accessible to all tests | Joffrey F | 2015-09-16 | 1 | -12/+6 |
| | | | | | | | | | | Add simpler version comparison functions Add decorator to enforce minimum version in API methods Fix utils imports Add minimum_version decorators on API methods that needed it GroupAdd test requires API version >= 1.20 Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Split different APIs into several mixins for clarity / easier maintenance | Joffrey F | 2015-09-11 | 1 | -0/+76 |
Signed-off-by: Joffrey F <joffrey@docker.com> |