summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 1.0.0 changelog1.0.0-releaseJoffrey F2015-02-121-0/+29
|
* Bumped version to 1.0.0Joffrey F2015-02-121-1/+1
|
* FormattingJoffrey F2015-02-121-149/+129
|
* Added api_version propertyJoffrey F2015-02-121-0/+4
|
* Remove unused codeJoffrey F2015-02-121-7/+0
|
* Merge pull request #492 from ggtools/json-statsJoffrey F2015-02-121-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 dictionaryChristophe Labouisse2015-02-121-2/+2
|/
* Merge branch 'nir0s-add-stats-api-support'Joffrey F2015-02-127-1/+208
|\
| * Don't modify changelog yetJoffrey F2015-02-121-7/+0
| |
| * Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py ↵Joffrey F2015-02-127-1/+215
| |\ |/ / | | | | into nir0s-add-stats-api-support
| * minornir0s2015-02-121-2/+2
| |
| * docs fixnir0s2015-02-121-1/+0
| |
| * added version compliable checknir0s2015-02-121-0/+4
| |
| * fixed docsnir0s2015-02-121-6/+2
| |
| * removed aggregation for now and added a unit test. also using stream_helper nownir0s2015-02-124-19/+176
| |
| * added initial support for stats retrievalnir0s2015-02-114-1/+59
| |
* | Merge pull request #490 from nir0s/parallelize-tox-in-travisJoffrey F2015-02-121-3/+12
|\ \ | | | | | | split tests to different tox envs
| * | split tests to different tox envsnir0s2015-02-121-3/+12
| |/
* | Merge pull request #488 from docker/memoryswapJoffrey F2015-02-113-134/+147
|\ \ | | | | | | Container config cleanup
| * | * Moved _container_config to utils.create_container_configmemoryswapJoffrey F2015-02-113-134/+147
| | | | | | | | | | | | * memswap_limit can now be provided as a string, similar to mem_limit
* | | Merge pull request #487 from maxamillion/get-image-docsJoffrey F2015-02-111-1/+20
|\ \ \ | | | | | | | | added docs for get_image
| * | | added docs for get_imageAdam Miller2015-02-111-1/+20
| | | |
* | | | Merge pull request #486 from nir0s/fix-old-style-string-formattingJoffrey F2015-02-112-11/+13
|\ \ \ \ | |_|/ / |/| | | Fix old style string formatting
| * | | fixed string formatting in errorsnir0s2015-02-111-3/+3
| | | |
| * | | fixesnir0s2015-02-111-2/+2
| | | |
| * | | fixed string formatting in utilsnir0s2015-02-111-8/+10
| | |/ | |/|
* | | Merge pull request #485 from docker/pid_modeJoffrey F2015-02-115-10/+56
|\ \ \ | |_|/ |/| | Support for PID mode
| * | pid_mode integration testspid_modeJoffrey F2015-02-111-0/+31
| | |
| * | pid_mode documentationJoffrey F2015-02-112-0/+4
| | |
| * | Added support for pid_mode paramJoffrey F2015-02-112-10/+21
|/ /
* | Merge pull request #480 from ggtools/eventsJoffrey F2015-02-115-4/+115
|\ \ | | | | | | Add missing options to the events command
| * | Add a `decode` parameter to the events commandChristophe Labouisse2015-02-111-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 eventsChristophe Labouisse2015-02-112-6/+9
| | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org>
| * | Fix flake8 issuesChristophe Labouisse2015-02-111-2/+2
| | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org>
| * | Fix datetime issue with Python 2.6Christophe Labouisse2015-02-112-4/+7
| | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org>
| * | Add missing options to the events commandChristophe Labouisse2015-02-115-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_rootfsJoffrey F2015-02-114-3/+40
|\ \ | |/ |/| read_only parameter
| * read_only parameterread_only_rootfsJoffrey F2015-02-104-3/+40
|/
* Merge pull request #482 from docker/rename_containerJoffrey F2015-02-106-15/+74
|\ | | | | New Client.rename() method
| * rename() tests and docsrename_containerJoffrey F2015-02-104-1/+44
| |
| * Bumped default API version, fixed rename()Joffrey F2015-02-101-4/+12
| |
| * Added rename methodJoffrey F2015-02-102-11/+19
| |
* | Merge pull request #474 from gierschv/fix-build-remoteJoffrey F2015-02-102-0/+16
|\ \ | |/ |/| Fix crash when building from remote sources
| * Fix crash when building from remote sourcesVincent Giersch2015-02-042-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 versionJoffrey F2015-02-101-1/+1
| |
* | Merge pull request #475 from gtaylor/public_timeoutJoffrey F2015-02-101-3/+3
|\ \ | | | | | | Rename Client._timeout to timeout.
| * | Rename Client._timeout to timeout.Greg Taylor2015-02-041-3/+3
| |/
* | Merge pull request #476 from gtaylor/build_rm_defaults_docJoffrey F2015-02-041-1/+3
|\ \ | |/ |/| Update Client.build() docs to note rm default mis-match
| * Updating Client.build() doc to mention rm-mismatch. Fixes #332.Greg Taylor2015-02-051-1/+3
|/
* Merge pull request #470 from docker/0.7.2-release0.7.2Joffrey F2015-02-012-1/+25
|\ | | | | 0.7.2 release