Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Don't modify changelog yet | Joffrey F | 2015-02-12 | 1 | -7/+0 |
| | | |||||
| * | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py ↵ | Joffrey F | 2015-02-12 | 7 | -1/+215 |
| |\ |/ / | | | | | into nir0s-add-stats-api-support | ||||
| * | minor | nir0s | 2015-02-12 | 1 | -2/+2 |
| | | |||||
| * | docs fix | nir0s | 2015-02-12 | 1 | -1/+0 |
| | | |||||
| * | added version compliable check | nir0s | 2015-02-12 | 1 | -0/+4 |
| | | |||||
| * | fixed docs | nir0s | 2015-02-12 | 1 | -6/+2 |
| | | |||||
| * | removed aggregation for now and added a unit test. also using stream_helper now | nir0s | 2015-02-12 | 4 | -19/+176 |
| | | |||||
| * | added initial support for stats retrieval | nir0s | 2015-02-11 | 4 | -1/+59 |
| | | |||||
* | | Merge pull request #490 from nir0s/parallelize-tox-in-travis | Joffrey F | 2015-02-12 | 1 | -3/+12 |
|\ \ | | | | | | | split tests to different tox envs | ||||
| * | | split tests to different tox envs | nir0s | 2015-02-12 | 1 | -3/+12 |
| |/ | |||||
* | | Merge pull request #488 from docker/memoryswap | Joffrey F | 2015-02-11 | 3 | -134/+147 |
|\ \ | | | | | | | Container config cleanup | ||||
| * | | * Moved _container_config to utils.create_container_configmemoryswap | Joffrey F | 2015-02-11 | 3 | -134/+147 |
| | | | | | | | | | | | | * memswap_limit can now be provided as a string, similar to mem_limit | ||||
* | | | Merge pull request #487 from maxamillion/get-image-docs | Joffrey F | 2015-02-11 | 1 | -1/+20 |
|\ \ \ | | | | | | | | | added docs for get_image | ||||
| * | | | added docs for get_image | Adam Miller | 2015-02-11 | 1 | -1/+20 |
| | | | | |||||
* | | | | Merge pull request #486 from nir0s/fix-old-style-string-formatting | Joffrey F | 2015-02-11 | 2 | -11/+13 |
|\ \ \ \ | |_|/ / |/| | | | Fix old style string formatting | ||||
| * | | | fixed string formatting in errors | nir0s | 2015-02-11 | 1 | -3/+3 |
| | | | | |||||
| * | | | fixes | nir0s | 2015-02-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | fixed string formatting in utils | nir0s | 2015-02-11 | 1 | -8/+10 |
| | |/ | |/| | |||||
* | | | Merge pull request #485 from docker/pid_mode | Joffrey F | 2015-02-11 | 5 | -10/+56 |
|\ \ \ | |_|/ |/| | | Support for PID mode | ||||
| * | | pid_mode integration testspid_mode | Joffrey F | 2015-02-11 | 1 | -0/+31 |
| | | | |||||
| * | | pid_mode documentation | Joffrey F | 2015-02-11 | 2 | -0/+4 |
| | | | |||||
| * | | Added support for pid_mode param | Joffrey F | 2015-02-11 | 2 | -10/+21 |
|/ / | |||||
* | | Merge pull request #480 from ggtools/events | Joffrey F | 2015-02-11 | 5 | -4/+115 |
|\ \ | | | | | | | Add missing options to the events command | ||||
| * | | Add a `decode` parameter to the events command | Christophe Labouisse | 2015-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | This will ensure compatibility with the previous versions of docker-py. Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
| * | | Add decoding to the events | Christophe Labouisse | 2015-02-11 | 2 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
| * | | Fix flake8 issues | Christophe Labouisse | 2015-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
| * | | Fix datetime issue with Python 2.6 | Christophe Labouisse | 2015-02-11 | 2 | -4/+7 |
| | | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
| * | | Add missing options to the events command | Christophe Labouisse | 2015-02-11 | 5 | -3/+108 |
| |/ | | | | | | | | | | | | | - Add since, until and filters parameters to `Client.events` - Add missing `events`command in the documentation Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | ||||
* | | Merge pull request #483 from docker/read_only_rootfs | Joffrey F | 2015-02-11 | 4 | -3/+40 |
|\ \ | |/ |/| | read_only parameter | ||||
| * | read_only parameterread_only_rootfs | Joffrey F | 2015-02-10 | 4 | -3/+40 |
|/ | |||||
* | Merge pull request #482 from docker/rename_container | Joffrey F | 2015-02-10 | 6 | -15/+74 |
|\ | | | | | New Client.rename() method | ||||
| * | rename() tests and docsrename_container | Joffrey F | 2015-02-10 | 4 | -1/+44 |
| | | |||||
| * | Bumped default API version, fixed rename() | Joffrey F | 2015-02-10 | 1 | -4/+12 |
| | | |||||
| * | Added rename method | Joffrey F | 2015-02-10 | 2 | -11/+19 |
| | | |||||
* | | Merge pull request #474 from gierschv/fix-build-remote | Joffrey F | 2015-02-10 | 2 | -0/+16 |
|\ \ | |/ |/| | Fix crash when building from remote sources | ||||
| * | Fix crash when building from remote sources | Vincent Giersch | 2015-02-04 | 2 | -0/+16 |
| | | | | | | | | | | | | | | Avoid crashing when the Docker python client is able to load registry credentials when building using a remote source Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net> | ||||
* | | Back to dev version | Joffrey F | 2015-02-10 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #475 from gtaylor/public_timeout | Joffrey F | 2015-02-10 | 1 | -3/+3 |
|\ \ | | | | | | | Rename Client._timeout to timeout. | ||||
| * | | Rename Client._timeout to timeout. | Greg Taylor | 2015-02-04 | 1 | -3/+3 |
| |/ | |||||
* | | Merge pull request #476 from gtaylor/build_rm_defaults_doc | Joffrey F | 2015-02-04 | 1 | -1/+3 |
|\ \ | |/ |/| | Update Client.build() docs to note rm default mis-match | ||||
| * | Updating Client.build() doc to mention rm-mismatch. Fixes #332. | Greg Taylor | 2015-02-05 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #470 from docker/0.7.2-release0.7.2 | Joffrey F | 2015-02-01 | 2 | -1/+25 |
|\ | | | | | 0.7.2 release |