Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Updated the port function in order to parse the new NetworkSettings Port ↵ | Ulises Reyes | 2013-12-14 | 1 | -0/+16 | |
| | | | | | | | | dict (fixes #88) | |||||
* | | Rework auth config loading and use of auth data for login/pull/push | Maxime Petazzoni | 2014-01-07 | 1 | -5/+23 | |
| | | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com> | |||||
* | | Style fixes for flake8 | Maxime Petazzoni | 2013-12-24 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com> | |||||
* | | Fix infinite loop in Client.logs(stream=True) caused by connection close. | Fedor Korotkiy | 2013-12-24 | 1 | -0/+17 | |
|/ | ||||||
* | Privileged option is part of host config, not config | Peter Yu | 2013-11-18 | 1 | -11/+22 | |
| | ||||||
* | Merge branch 'timeout-support' of github.com:mpetazzoni/docker-py into ↵ | shin- | 2013-11-15 | 1 | -4/+26 | |
|\ | | | | | | | | | | | | | | | | | mpetazzoni-timeout-support Conflicts: docker/client.py tests/integration_test.py tests/test.py | |||||
| * | Allow for configurable timeout on all client requests | Maxime Petazzoni | 2013-11-08 | 1 | -3/+25 | |
| | | | | | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com> | |||||
* | | Merge branch 'v65-2' of github.com:yukw777/docker-py into yukw777-v65-2 | shin- | 2013-11-15 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some tests Conflicts: docker/client.py tests/fake_api.py tests/integration_test.py tests/test.py | |||||
| * | | many tests have been implemented | Peter Yu | 2013-11-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | links implemented. use v1.6 by default now | Peter Yu | 2013-11-10 | 1 | -0/+69 | |
| | | | ||||||
| * | | pull, push, build are streamable | yukw777 | 2013-11-08 | 1 | -0/+39 | |
| |/ | ||||||
* | | Fix privileged test | shin- | 2013-11-15 | 1 | -1/+3 | |
| | | ||||||
* | | Merge branch 'master' of github.com:dotcloud/docker-py into yukw777-link | shin- | 2013-11-15 | 1 | -0/+19 | |
|\ \ | | | | | | | | | | | | | | | | | | | Fixed test_pull and test_pull_stream (don't assume headers content is empty) Conflicts: tests/test.py | |||||
| * | | Add signal argument to kill command | Daniel Graña | 2013-11-14 | 1 | -0/+19 | |
| | | | ||||||
* | | | links implemented. use v1.6 by default now | Peter Yu | 2013-11-12 | 1 | -0/+88 | |
|/ / | ||||||
* | | Merge branch 'stream-pull-request' of github.com:yukw777/docker-py into ↵ | shin- | 2013-11-11 | 1 | -0/+39 | |
|\ \ | |/ |/| | | | yukw777-stream-pull-request | |||||
| * | pull, push, build are streamable | yukw777 | 2013-11-08 | 1 | -0/+39 | |
| | | ||||||
* | | Add integration test for named container creation | Maxime Petazzoni | 2013-11-07 | 1 | -1/+11 | |
|/ | | | | Signed-off-by: Maxime Petazzoni <max@signalfuse.com> | |||||
* | Flake8 compliance + flake8 tests in tox.ini | shin- | 2013-10-15 | 1 | -11/+49 | |
| | ||||||
* | Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ↵ | shin- | 2013-10-15 | 1 | -6/+36 | |
| | | | | imports. | |||||
* | integration test fix | Deni Bertovic | 2013-10-03 | 1 | -1/+1 | |
| | | | | | | | make the mount point for shared.txt reside in the /tmp/ folder because if it resides in the lib folder docker sets the owner of the folder as root inside the container so then when the container exists the test fails to cleanup and remove the shared.txt file, and breaks git as well. | |||||
* | reamed test.py to integration_test.py | Deni Bertovic | 2013-10-03 | 1 | -0/+528 | |