summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
* Added check_resource decorator to exec_createexec_create_check_dictJoffrey F2015-07-201-0/+1
* Merge branch 'master' of github.com:docker/docker-pyJoffrey F2015-07-202-0/+6
|\
| * return NotFound on 404 errorsLars Kellogg-Stedman2015-07-172-0/+6
* | Use constant for deprecation message in auth.pyJoffrey F2015-07-202-6/+8
* | Stop pinging registries from the clientAanand Prasad2015-07-205-24/+45
|/
* Merge branch 'fix-premature-eof' of https://github.com/a-ba/docker-py into a-...Joffrey F2015-07-091-1/+1
|\
| * fix premature EOF detection in streamsAnthony Baire2015-06-291-1/+1
* | Back to dev versionJoffrey F2015-07-091-1/+1
* | Bumped version to 1.3.0Joffrey F2015-07-081-1/+1
* | Removed execute() methodJoffrey F2015-07-081-13/+0
* | Fix handling output from tty-enabled containers.Dan O'Reilly2015-07-062-43/+43
* | ClientBase class to extract utility methods and constructor and sanitize Clie...clientbase_extractionJoffrey F2015-07-012-227/+240
* | Merge pull request #651 from docker/fix_647Joffrey F2015-06-301-3/+12
|\ \
| * | Fix Unix socket adapter bug with double slash in path + regression testfix_647Joffrey F2015-06-301-3/+12
* | | Merge pull request #644 from docker/memory-memswap-hostconfigJoffrey F2015-06-302-10/+35
|\ \ \ | |/ / |/| |
| * | Moved mem_limit and memswap_limit to host_config for API version >= 1.19Joffrey F2015-06-192-10/+35
* | | Merge pull request #661 from docker/fix_640Maxime Petazzoni2015-06-301-1/+1
|\ \ \
| * | | Added git@ as a valid prefix for remote build pathsfix_640Joffrey F2015-06-301-1/+1
* | | | Merge pull request #654 from Melraidin/masterJoffrey F2015-06-291-12/+44
|\ \ \ \ | |/ / / |/| | |
| * | | Prefer new Docker config location and format.Kevin Martin2015-06-281-12/+44
| | |/ | |/|
* | | Fix small decorator issueJoffrey F2015-06-301-2/+2
* | | CleanupJoffrey F2015-06-301-3/+2
* | | Merge branch 'id-resolution-in-check-resource' of https://github.com/posita/d...Joffrey F2015-06-302-51/+2
|\ \ \ | |/ / |/| |
| * | Move image/container ID resolution to @check_resource decorator.Matt Bogosian2015-05-202-51/+2
* | | Fix stop timeout bugfix_649Joffrey F2015-06-241-1/+1
* | | Updated websocket-client dependency to latest version (now supports python 3)Joffrey F2015-06-191-7/+2
* | | Support 401 status for v2 registry endpointJoffrey F2015-06-191-3/+6
* | | Merge branch 'master' of https://github.com/cesanta/docker-py into cesanta-ma...Joffrey F2015-06-191-1/+3
|\ \ \ | |_|/ |/| |
| * | Fix pinging an unauthenticated v2 registryMarko Mikulicic2015-05-291-1/+3
* | | Merge branch 'pullfix' of https://github.com/glogiotatidis/docker-py into glo...Joffrey F2015-06-191-1/+4
|\ \ \
| * | | Fix pull parameter for docker server version < 1.7.Giorgos Logiotatidis2015-06-011-0/+6
| * | | Set default value for pull to False on build(). Fixes 622.Giorgos Logiotatidis2015-06-011-1/+1
| |/ /
* | | Merge pull request #614 from ibuildthecloud/extra-host-listJoffrey F2015-06-181-1/+1
|\ \ \
| * | | Allow extra_hosts to be a list tooDarren Shepherd2015-05-271-1/+1
* | | | Merge pull request #609 from mattmoor/masterJoffrey F2015-06-181-1/+1
|\ \ \ \
| * | | | Update docker-py to use a more portable sense of HOME.Matt Moore2015-05-211-1/+1
| |/ / /
* | | | Fixed import styleJoffrey F2015-06-181-2/+3
* | | | Merge branch 'use-wraps' of https://github.com/ssanderson/docker-py into ssan...Joffrey F2015-06-181-0/+3
|\ \ \ \
| * | | | Use functools.wraps for check_resource decorator.Scott Sanderson2015-06-021-0/+3
| | |/ / | |/| |
* | | | Merge branch 'allow-any-mode' of https://github.com/aanand/docker-py into aan...Joffrey F2015-06-181-1/+14
|\ \ \ \
| * | | | Allow any mode string to be passed into a volume bindAanand Prasad2015-06-051-1/+14
| |/ / /
* | | | Bumped default API version == 1.19Joffrey F2015-06-181-1/+1
* | | | Only allow volume_driver param if API version >= 1.19Joffrey F2015-06-181-3/+8
* | | | Enforce consistent style for push and pull methodsJoffrey F2015-06-181-10/+13
* | | | Bumped version to 1.3.0 (dev)Joffrey F2015-06-181-1/+1
* | | | Add and document a decode parameter for buildPhilipp Möller2015-06-181-2/+3
* | | | Add raise_for_status check to push and pull methodsBradley Cicenas2015-06-181-0/+4
* | | | Add volume_driver param to client.create_containerLuke Marsden2015-06-182-3/+5
* | | | Release 1.2.3Joffrey F2015-06-181-1/+1
* | | | Bump RC1.2.3-rc1Joffrey F2015-06-121-1/+1