Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped version1.1.0-release | Joffrey F | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | Updated changelog | Joffrey F | 2015-03-10 | 1 | -0/+29 |
| | |||||
* | Fixed TLS docs | Joffrey F | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #520 from kenden/master | Joffrey F | 2015-03-09 | 2 | -2/+2 |
|\ | | | | | Making examples in doc a bit clearer for volumes and ports_binding | ||||
| * | adding response container_id to make the example clearer. | kenden | 2015-03-09 | 1 | -1/+1 |
| | | | | | | Without it, c.start refer to container_id, which has not been introduced before. | ||||
| * | adding response container_id to make the example clearer. | kenden | 2015-03-09 | 1 | -1/+1 |
|/ | | | Without this, c.start refers to container_id, which has not been introduced before | ||||
* | Merge pull request #519 from TomasTomecek/document-tail-in-logs | Joffrey F | 2015-03-06 | 1 | -0/+1 |
|\ | | | | | docs: document parameter tail of method logs | ||||
| * | docs: document parameter tail of method logs | Tomas Tomecek | 2015-03-06 | 1 | -0/+1 |
| | | |||||
* | | Fix unit tests | Joffrey F | 2015-03-05 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'TomasTomecek-autodetect-api-version' | Joffrey F | 2015-03-05 | 6 | -15/+99 |
|\ \ | |/ |/| | |||||
| * | Mention version='auto' in docs | Joffrey F | 2015-03-05 | 1 | -1/+2 |
| | | |||||
| * | Auto-detect integration tests | Joffrey F | 2015-03-05 | 1 | -0/+22 |
| | | |||||
| * | Don't allow 'version' param in AutoVersionClient ctor | Joffrey F | 2015-03-05 | 1 | -0/+4 |
| | | |||||
| * | Streamline exceptions for auto version ; retrieve_server_version into ↵ | Joffrey F | 2015-03-05 | 1 | -7/+12 |
| | | | | | | | | protected method | ||||
| * | detect server version when version="auto" | Tomas Tomecek | 2015-03-05 | 4 | -14/+66 |
|/ | | | | | | heavily inspired by PR#281 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | ||||
* | Bump requests version | Joffrey F | 2015-03-04 | 3 | -3/+3 |
| | |||||
* | Merge branch 'master' of github.com:docker/docker-py | Joffrey F | 2015-03-04 | 4 | -38/+63 |
|\ | |||||
| * | Merge pull request #511 from rmohr/fix-open-files | Joffrey F | 2015-03-04 | 1 | -32/+31 |
| |\ | | | | | | | Properly close files and sockets in unit tests | ||||
| | * | Properly close files and sockets in unit tests | Roman Mohr | 2015-02-28 | 1 | -32/+31 |
| | | | |||||
| * | | Merge pull request #514 from dlorenc/master | Joffrey F | 2015-03-03 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | Handle passwords with ':' characters. | ||||
| | * | Handle passwords with ':' characters. | dlorenc | 2015-03-03 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: dlorenc <lorenc.d@gmail.com> | ||||
| * | Merge pull request #502 from cpuguy83/498_dockerignore_special_names | Joffrey F | 2015-02-27 | 2 | -0/+10 |
| |\ | | | | | | | Add special cases for .dockerignore | ||||
| | * | Add special cases for .dockerignore | Brian Goff | 2015-02-24 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #498 Allowing `Dockerfile` and `.dockerignore` in the exclusion filter completely breaks the build on docker < 1.5 In Docker 1.5 these entries are treated as special cases when included in the .dockerignore and are still sent as part of the context. The daemon ends up excluding them from any `ADD`, `COPY`, and cache validation. Signed-off-by: Brian Goff <cpuguy83@gmail.com> | ||||
| * | | Merge pull request #509 from docker/lxc_driver_test_compat | Joffrey F | 2015-02-27 | 1 | -4/+16 |
| |\ \ | | | | | | | | | Lxc driver test compat | ||||
| | * | | I suck at pythonlxc_driver_test_compat | Joffrey F | 2015-02-26 | 1 | -5/+5 |
| | | | | |||||
| | * | | Ensure integration tests work with LXC exec driver | Joffrey F | 2015-02-26 | 1 | -4/+16 |
| | |/ | |||||
| * | | Merge pull request #508 from docker/de-i11003 | Joffrey F | 2015-02-27 | 1 | -1/+5 |
| |\ \ | | | | | | | | | Rename test fix to take into account docker/docker#11003 | ||||
| | * | | Rename test fix to take into account docker/docker#11003de-i11003 | Joffrey F | 2015-02-26 | 1 | -1/+5 |
| | |/ | |||||
* | | | Merge branch 'ssanderson-py3-json' | Joffrey F | 2015-03-04 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Only call decode if Python 3.x | Joffrey F | 2015-03-04 | 1 | -1/+3 |
| | | | |||||
| * | | Merge branch 'py3-json' of https://github.com/ssanderson/docker-py into ↵ | Joffrey F | 2015-03-04 | 1 | -1/+1 |
| |\ \ |/ / / | | | | | | | ssanderson-py3-json | ||||
| * | | BUG: Fix errors in Python 3 from JSON-decoding bytes. | Scott Sanderson | 2015-02-24 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'aanand-fix-resolve-authconfig' | Joffrey F | 2015-02-27 | 3 | -30/+29 |
|\ \ | |/ |/| | |||||
| * | shorter convert_to_hostname | Joffrey F | 2015-02-27 | 1 | -3/+1 |
| | | |||||
| * | Update resolve_authconfig to bring it in line with Docker client | Aanand Prasad | 2015-02-27 | 3 | -30/+31 |
|/ | | | | | | | Instead of expanding the registry name we're looking for to a full URL, strip entries in the authconfig down to just the hostname. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Merge pull request #500 from dnephin/support_build_dockerfile | Joffrey F | 2015-02-23 | 3 | -2/+15 |
|\ | | | | | Add support for dockerfile | ||||
| * | Resolves #497 - add support for dockerfile | Daniel Nephin | 2015-02-20 | 3 | -2/+15 |
|/ | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | ||||
* | Merge pull request #494 from tianon/fix-host-assumptions | Joffrey F | 2015-02-16 | 1 | -2/+2 |
|\ | | | | | Fix several DOCKER_HOST assumptions in integration_test.py | ||||
| * | Fix several DOCKER_HOST assumptions in integration_test.py | Tianon Gravi | 2015-02-16 | 1 | -2/+2 |
| | | |||||
* | | Back to dev version | Joffrey F | 2015-02-16 | 1 | -1/+1 |
|/ | |||||
* | Fix pep8 error1.0.0 | Joffrey F | 2015-02-16 | 1 | -2/+2 |
| | |||||
* | Merge pull request #493 from docker/1.0.0-release | Joffrey F | 2015-02-16 | 4 | -157/+163 |
|\ | | | | | 1.0.0 release | ||||
| * | 1.0.0 changelog1.0.0-release | Joffrey F | 2015-02-12 | 1 | -0/+29 |
| | | |||||
| * | Bumped version to 1.0.0 | Joffrey F | 2015-02-12 | 1 | -1/+1 |
| | | |||||
| * | Formatting | Joffrey F | 2015-02-12 | 1 | -149/+129 |
| | | |||||
| * | Added api_version property | Joffrey F | 2015-02-12 | 1 | -0/+4 |
| | | |||||
| * | Remove unused code | Joffrey F | 2015-02-12 | 1 | -7/+0 |
|/ | |||||
* | Merge pull request #492 from ggtools/json-stats | Joffrey F | 2015-02-12 | 1 | -2/+2 |
|\ | | | | | Add decode parameter to be able to the the stats as a dictionary | ||||
| * | Add decode parameter to be able to the the stats as a dictionary | Christophe Labouisse | 2015-02-12 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'nir0s-add-stats-api-support' | Joffrey F | 2015-02-12 | 7 | -1/+208 |
|\ |