Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | removed unneeded imports | Yuval Kohavi | 2015-04-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | |||||
| * | | | | line length | Yuval Kohavi | 2015-04-11 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | |||||
| * | | | | python 2.6 compatible | Yuval Kohavi | 2015-04-11 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | |||||
| * | | | | added ports to setup.py | Yuval Kohavi | 2015-04-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | |||||
| * | | | | Adding port utils to split port ranges | Yuval Kohavi | 2015-04-03 | 3 | -0/+185 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | |||||
* | | | | Use assertRaises in a backward compatible fashion | Joffrey F | 2015-03-25 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | Added assertIn shim for py2.6 | Joffrey F | 2015-03-25 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | Merge branch 'ewindisch-secopt' | Joffrey F | 2015-03-25 | 4 | -4/+34 | |
|\ \ \ \ | ||||||
| * | | | | docs and unit test for security_opt | Joffrey F | 2015-03-25 | 2 | -0/+14 | |
| | | | | | ||||||
| * | | | | Added some type and version checks; removed security_opt from ↵ | Joffrey F | 2015-03-25 | 2 | -5/+14 | |
| | | | | | | | | | | | | | | | | | | | | container_config (as this is invalid) | |||||
| * | | | | Add security_opt for create/start | Eric Windisch | 2015-03-24 | 2 | -7/+14 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Eric Windisch <eric@windisch.us> | |||||
* | | | | Merge pull request #533 from ynachiket/master | Joffrey F | 2015-03-21 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Fixed stats related typo in api.md | |||||
| * | | | | Fixed stats related typo in api.md | ynachiket | 2015-03-21 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge branch 'master' of github.com:docker/docker-py | Joffrey F | 2015-03-20 | 5 | -8/+67 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #531 from josephpage/dockerignore-eof-windows | Joffrey F | 2015-03-20 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | Windows : fix EOL of .dockerignore file | |||||
| | * | | | | Windows : str.splitlines instead of str.split | Joseph Page | 2015-03-20 | 1 | -1/+1 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | To be able to read `.dockerignore` file edited on Windows, python-py may use the multi-platform split function `str.splitlines()` Ref : https://docs.python.org/2/library/stdtypes.html#str.splitlines | |||||
| * | | | | Merge pull request #532 from aanand/labels | Joffrey F | 2015-03-20 | 5 | -7/+66 | |
| |\ \ \ \ | | | | | | | | | | | | | Labels | |||||
| | * | | | | Finish labels implementation, add tests and docs | Aanand Prasad | 2015-03-20 | 3 | -6/+54 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
| | * | | | | Update default API version to 1.18 | Aanand Prasad | 2015-03-20 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
| | * | | | | Implemented labels for docker-py | André Martins | 2015-03-17 | 2 | -4/+15 | |
| | |/ / / | | | | | | | | | | | | | | | | Signed-off-by: André Martins <martins@noironetworks.com> | |||||
* | | | | | Use get instead of bracket notation | Joffrey F | 2015-03-20 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'fix-port-host-net' of https://github.com/ssanderson/docker-py ↵ | Joffrey F | 2015-03-20 | 1 | -2/+8 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | into ssanderson-fix-port-host-net | |||||
| * | | | | MAINT: Don't re-index multiple times. | Scott Sanderson | 2015-03-16 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | BUG: Don't barf on Client.port when no port settings provided. | Scott Sanderson | 2015-03-16 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | Back to dev version | Joffrey F | 2015-03-20 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #523 from docker/1.1.0-release1.1.0 | Joffrey F | 2015-03-11 | 2 | -1/+30 | |
|\ \ \ \ | | | | | | | | | | | 1.1.0 release | |||||
| * | | | | 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 |