summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove prematurely committed filefix_docsJoffrey F2018-11-081-57/+0
* Fix file mode in image.save examplesJoffrey F2018-11-082-2/+2
* Add doc example for get_archiveJoffrey F2018-11-082-0/+23
* Properly convert non-string filters to expected string formatJoffrey F2018-11-082-3/+6
* Disallow incompatible combination stats(decode=True, stream=False)Joffrey F2018-11-082-2/+8
* Fix incorrect return info for inspect_serviceJoffrey F2018-11-081-1/+2
* Document attr caching for Container objectsJoffrey F2018-11-081-1/+6
* Update links docs and fix bug in normalize_linksJoffrey F2018-11-083-10/+15
* Improved LogConfig documentationJoffrey F2018-11-084-17/+45
* Improve ulimits documentationJoffrey F2018-11-084-3/+21
* Fix docs examples to work with Python 3Joffrey F2018-11-084-12/+69
* Merge pull request #2169 from docker/2124-image-save-with-nameJoffrey F2018-11-082-2/+45
|\
| * Add named parameter to image.save to identify which repository name to use in...2124-image-save-with-nameJoffrey F2018-11-062-2/+45
|/
* Merge pull request #2165 from docker/ssh_protocol_supportJoffrey F2018-11-0616-108/+290
|\
| * Rewrite utils.parse_host to detect more invalid addresses.ssh_protocol_supportJoffrey F2018-11-013-64/+83
| * Clear error for cancellable streams over SSHJoffrey F2018-11-013-2/+18
| * Update tests to properly dispose of client instances in tearDownJoffrey F2018-11-014-46/+48
| * Update tests for ssh protocol compatibilityJoffrey F2018-11-012-0/+5
| * Remove misleading fileno method from NpipeSocket classJoffrey F2018-11-011-4/+0
| * Add support for SSH protocol in base_urlJoffrey F2018-11-014-5/+145
| * Add paramiko requirement for SSH transportJoffrey F2018-11-012-0/+4
* | Merge pull request #2168 from adamtheturtle/patch-1Joffrey F2018-11-041-1/+1
|\ \ | |/ |/|
| * Add a missing space in a log messageAdam Dangoor2018-11-051-1/+1
|/
* Update version detection script for CIJoffrey F2018-11-011-15/+24
* Add xfail to ignore 18.09 beta bugJoffrey F2018-10-311-0/+5
* Merge pull request #2161 from docker/bump_requestsJoffrey F2018-10-291-1/+1
|\
| * Bump requests dependency in requirements.txt (CVE-2018-18074)bump_requestsJoffrey F2018-10-291-1/+1
|/
* Merge pull request #2155 from docker/bump_pyopensslJoffrey F2018-10-172-2/+2
|\
| * Bump pyopenssl to prevent installation of vulnerable versionbump_pyopensslJoffrey F2018-10-172-2/+2
* | Merge pull request #2145 from mirake/fix-typosJoffrey F2018-10-172-2/+2
|\ \ | |/ |/|
| * Fix typo: Addtional -> AdditionalRui Cao2018-09-272-2/+2
|/
* Merge pull request #2135 from docker/2133-services-docsJoffrey F2018-09-142-26/+30
|\
| * Fix docs for Service objects2133-services-docsJoffrey F2018-09-142-26/+30
|/
* Merge pull request #2111 from bfirsh/document-defaults-of-logsJoffrey F2018-09-142-10/+10
|\
| * Document defaults of logs()Ben Firshman2018-08-122-10/+10
* | Merge pull request #2129 from adw1n/i2122-docsJoffrey F2018-09-141-3/+3
|\ \ | |/ |/|
| * Fix docs for `chunk_size` parameteradw1n2018-09-031-3/+3
|/
* Add RollbackConfig to API docsJoffrey F2018-08-091-0/+1
* Misc release script improvementsJoffrey F2018-08-091-7/+15
* Bump dev versionJoffrey F2018-08-091-1/+1
* Merge branch 'release'Joffrey F2018-08-092-1/+40
|\
| * Merge pull request #2110 from docker/3.5.0-release3.5.0Joffrey F2018-08-0921-35/+223
| |\
| | * 3.5.0 release3.5.0-releaseJoffrey F2018-08-092-1/+28
| | * Add support for RollbackConfigJoffrey F2018-08-095-7/+78
| | * Add version checks and testJoffrey F2018-08-093-2/+23
| | * Improve placement handling in DockerClient.services.createJoffrey F2018-08-092-9/+21
| | * Allow user=0 to be passed in create_containerAnthony Sottile2018-08-092-1/+7
| | * Add documentation for delay propertyNikolay Murga2018-08-091-1/+1
| | * Add 'rollback' command as allowed for failure_actionNikolay Murga2018-08-091-2/+2
| | * Add credHelpers support to set_auth_headers in buildJoffrey F2018-08-091-4/+12