Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Simple TLS configuration doesn't create the ssl_version attribute, use ↵ | Joffrey F | 2014-07-03 | 1 | -1/+1 | |
| | | | | | | | | default when mounting adapter | |||||
* | | Fixed bugs, clearer error messages | Joffrey F | 2014-06-24 | 1 | -1/+1 | |
| | | ||||||
* | | * Merge branch 'tls' of github.com:momer/docker-py into momer-tls | Joffrey F | 2014-06-23 | 1 | -2/+15 | |
|\ \ | |/ |/| | | | | | | | | | * Exported TLS configuration in tls.TLSConfig * Merged exceptions packagee into pre-existing errors module * Flake8 fixes * Bug fixes | |||||
| * | Expanding on @denibertovic initial additions, we now have full support for ↵ | Mo Omer | 2014-05-13 | 1 | -9/+48 | |
| | | | | | | | | SSL in docker-py. Including the ability to specify the expected SSL Version for issues with OpenSSL sslv3/tls1 recognition issues. Added an exception class for repetitive reminders to look at the CLI doc on docker.io. | |||||
| * | initial take on adding support for tls auth with client certificates | Deni Bertovic | 2014-03-22 | 1 | -3/+17 | |
| | | ||||||
* | | get size from Client.containers | Ali Vakilzade | 2014-06-22 | 1 | -1/+2 | |
| | | ||||||
* | | Add resize() method to Client | d11wtq | 2014-06-21 | 1 | -0/+9 | |
| | | ||||||
* | | Fix non-stream logs for python3 | Joffrey F | 2014-06-20 | 1 | -2/+10 | |
| | | ||||||
* | | insert() is no longer available in API >=1.12 | Joffrey F | 2014-06-20 | 1 | -1/+7 | |
| | | ||||||
* | | Fix #237 | Joffrey F | 2014-06-17 | 1 | -0/+2 | |
| | | ||||||
* | | Merge pull request #236 from rail44/feature-support-get-and-load-image | Joffrey F | 2014-06-17 | 1 | -0/+10 | |
|\ \ | | | | | | | Support get and load image | |||||
| * | | Support get and load image | Satoshi Amemiya | 2014-06-02 | 1 | -0/+10 | |
| | | | ||||||
* | | | Fix joining of unicode and byte strings in python3. | Sam Riley | 2014-06-01 | 1 | -2/+4 | |
|/ / | | | | | | | | | Check logs response in unit tests, and fix log integration tests for py3. | |||||
* | | Updated remove_image and remove_container with new params added in 1.10 | Joffrey F | 2014-05-28 | 1 | -4/+5 | |
| | | ||||||
* | | Merge pull request #231 from dotcloud/ping_support | Joffrey F | 2014-05-27 | 1 | -0/+3 | |
|\ \ | | | | | | | Added Client.ping() method | |||||
| * | | Added Client.ping() method | Joffrey F | 2014-05-28 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge pull request #230 from dotcloud/dns_search_support | Joffrey F | 2014-05-27 | 1 | -1/+4 | |
|\ \ \ | | | | | | | | | Added dns_search parameter to client.start() | |||||
| * | | | Added dns_search parameter to client.start() | Joffrey F | 2014-05-28 | 1 | -1/+4 | |
| |/ / | ||||||
* | | | Merge pull request #222 from tutumcloud/logs_api_1.11 | Joffrey F | 2014-05-27 | 1 | -1/+11 | |
|\ \ \ | |/ / |/| | | logs support for api v1.11 new endpoint | |||||
| * | | logs support for api v1.11 new endpoint | Bernardo | 2014-05-12 | 1 | -1/+11 | |
| | | | ||||||
* | | | Merge pull request #210 from aanand/universally-compatible-chunking | Maxime Petazzoni | 2014-05-21 | 1 | -3/+17 | |
|\ \ \ | | | | | | | | | Universally-compatible reading of chunked streams | |||||
| * | | | Universally-compatible reading of chunked streams | Aanand Prasad | 2014-04-28 | 1 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docker introduced newlines in stream output in version 0.9 (https://github.com/dotcloud/docker/pull/4276), but not to all endpoints - POST /images/create, for example, does not include them. This reverts to the old, less pleasant implementation of _stream_helper(), with a manual check for newlines to fix the problem described in #176 and fixed in #184, without the accompanying regression. It should work against Docker 0.8, 0.9 and 0.10, both when building and when pulling. | |||||
* | | | | Merge pull request #221 from tutumcloud/memoryswap | Joffrey F | 2014-05-13 | 1 | -4/+7 | |
|\ \ \ \ | | | | | | | | | | | memory swap limit support | |||||
| * | | | | memory swap limit support | Bernardo | 2014-05-11 | 1 | -4/+7 | |
| | |/ / | |/| | | ||||||
* | | | | Add NetMode to hostConfig in start | Johannes 'fish' Ziemke | 2014-05-13 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Support for legacy volume binds (ansible compat) | Joffrey F | 2014-05-12 | 1 | -8/+1 | |
| | | | | ||||||
* | | | | Merge pull request #209 from tarnfeld/feature/build-context | Joffrey F | 2014-04-28 | 1 | -3/+12 | |
|\ \ \ \ | | | | | | | | | | | Added ability to specify the full build context | |||||
| * | | | | Line to long... | Tom Arnfeld | 2014-04-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Re-format if/else | Tom Arnfeld | 2014-04-23 | 1 | -9/+8 | |
| | | | | | ||||||
| * | | | | Fix for pep8 failures | Tom Arnfeld | 2014-04-23 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Error with headers being NoneType | Tom Arnfeld | 2014-04-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Added ability to specify the full build context | Tom Arnfeld | 2014-04-23 | 1 | -7/+16 | |
| | | | | | ||||||
* | | | | | Merge pull request #200 from ticosax/move-dns-and-volumes-from | Joffrey F | 2014-04-28 | 1 | -1/+30 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | From api 1.10 dns and volumes_from should be passed to start() | |||||
| * | | | | Raise DockerException instead of TypeError | Nicolas Delaby | 2014-04-28 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | volumes_from is now a list from v.1.10 | Nicolas Delaby | 2014-04-24 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Warn if user is using argument that will be ignored | Nicolas Delaby | 2014-04-24 | 1 | -0/+11 | |
| | | | | | ||||||
| * | | | | raise instead of warn | Nicolas Delaby | 2014-04-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | because user must know its code will not behave as expected if used against version >= v1.10. | |||||
| * | | | | Do not ignore falsy values | Nicolas Delaby | 2014-04-24 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If user pass empty strings or empty lists, the deprecation policy will be ignored. Check instead if those arguments are not the default. | |||||
| * | | | | From api 1.10 dns and volumes should be transmitted to start() | Nicolas Delaby | 2014-04-11 | 1 | -1/+19 | |
| | | | | | ||||||
* | | | | | Merge pull request #211 from aanand/relative-errors-imports | Joffrey F | 2014-04-23 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Relative 'errors' imports, for consistency | |||||
| * | | | | | Relative 'errors' imports, for consistency | Aanand Prasad | 2014-04-23 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #198 from fcoelho/fix-volumes-from | Joffrey F | 2014-04-23 | 1 | -2/+6 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Sanitize create_container input for volumes_from | |||||
| * | | | | Sanitize create_container input | Felipe Bessa Coelho | 2014-04-09 | 1 | -2/+6 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Client.create_container takes a volumes_from argument that should be: a string, a list of strings, or None. If an empty list or dict is passed instead, the docker daemon returns a 406 Client Error: Not Acceptable | |||||
* | | | | fixes #175, fix flake8 erros | Ryan Wallner | 2014-04-16 | 1 | -1/+5 | |
|/ / / | ||||||
* | | | Moved APIError exception to docker.errors module. | Evgeniy L | 2014-04-07 | 1 | -36/+2 | |
| | | | ||||||
* | | | Create scope for docker client specific errors | Evgeniy L | 2014-04-06 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | | | | | | | With more granular and specific exceptions user will be able to handle errors properly. Also changed raising of Exception to more specific TypeError which python raises in case of wrong arguments. | |||||
* | | Merge branch 'volumes-from-as-list' of github.com:blackrobot/docker-py into ↵ | shin- | 2014-04-04 | 1 | -0/+3 | |
|\ \ | | | | | | | | | | blackrobot-volumes-from-as-list | |||||
| * | | Ensure that volumes_from exists | Damon Jablons | 2014-04-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Allow volumes_from to be an iterable | Damon Jablons | 2014-04-01 | 1 | -0/+3 | |
| | | | ||||||
* | | | Updated unit tests API version, flake8 fixes | shin- | 2014-04-04 | 1 | -1/+3 | |
| | | |