summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some credHelpers testsc6374-credhelpersJoffrey F2018-11-302-52/+231
* Add credstore_env to all load_config callsJoffrey F2018-11-302-3/+7
* Make AuthConfig a dict subclass for backward-compatibilityJoffrey F2018-11-302-9/+13
* Modernize auth managementJoffrey F2018-11-288-237/+294
* Next dev versionJoffrey F2018-11-281-1/+1
* Merge branch 'release'Joffrey F2018-11-282-2/+39
|\
| * Merge pull request #2187 from docker/3.6.0-release3.6.0Joffrey F2018-11-2836-186/+643
| |\
| | * Release 3.6.03.6.0-releaseJoffrey F2018-11-282-1/+26
| | * Update DockerClient.images.pull to always stream responseJoffrey F2018-11-283-9/+38
| | * Fix pulling images with `stream=True`adw1n2018-11-284-4/+9
| | * Correctly handle longpath prefix in process_dockerfile when joining pathsJoffrey F2018-11-283-2/+72
| | * tests: bump pytest-timeoutCorentin Henry2018-11-281-1/+1
| | * tests: fix failure due to pytest deprecationCorentin Henry2018-11-281-12/+12
| | * Fix versions script to accept versions without -ce suffixJoffrey F2018-11-281-1/+1
| | * Fix file mode in image.save examplesJoffrey F2018-11-282-2/+2
| | * Add doc example for get_archiveJoffrey F2018-11-282-0/+23
| | * Properly convert non-string filters to expected string formatJoffrey F2018-11-282-3/+6
| | * Disallow incompatible combination stats(decode=True, stream=False)Joffrey F2018-11-282-2/+8
| | * Fix incorrect return info for inspect_serviceJoffrey F2018-11-281-1/+2
| | * Document attr caching for Container objectsJoffrey F2018-11-281-1/+6
| | * Update links docs and fix bug in normalize_linksJoffrey F2018-11-283-10/+15
| | * Improved LogConfig documentationJoffrey F2018-11-284-17/+45
| | * Improve ulimits documentationJoffrey F2018-11-284-3/+21
| | * Add named parameter to image.save to identify which repository name to use in...Joffrey F2018-11-282-2/+45
| | * Add a missing space in a log messageAdam Dangoor2018-11-281-1/+1
| | * Rewrite utils.parse_host to detect more invalid addresses.Joffrey F2018-11-283-64/+83
| | * Clear error for cancellable streams over SSHJoffrey F2018-11-283-2/+18
| | * Update tests to properly dispose of client instances in tearDownJoffrey F2018-11-284-46/+48
| | * Update tests for ssh protocol compatibilityJoffrey F2018-11-282-0/+5
| | * Remove misleading fileno method from NpipeSocket classJoffrey F2018-11-281-4/+0
| | * Add support for SSH protocol in base_urlJoffrey F2018-11-284-5/+145
| | * Add paramiko requirement for SSH transportJoffrey F2018-11-282-0/+4
| | * Update version detection script for CIJoffrey F2018-11-281-15/+24
| | * Add xfail to ignore 18.09 beta bugJoffrey F2018-11-281-0/+5
| | * Bump requests dependency in requirements.txt (CVE-2018-18074)Joffrey F2018-11-281-1/+1
| |/
| * Merge pull request #2156 from docker/3.5.1-release3.5.1Joffrey F2018-10-1711-52/+77
| |\
| | * Bump 3.5.13.5.1-releaseJoffrey F2018-10-172-2/+14
* | | Merge pull request #2186 from docker/adw1n-i2116Joffrey F2018-11-284-6/+40
|\ \ \
| * | | Update DockerClient.images.pull to always stream responseadw1n-i2116Joffrey F2018-11-283-9/+38
| * | | Fix pulling images with `stream=True`adw1n2018-11-284-4/+9
|/ / /
* | | Merge pull request #2183 from docker/c6356-longpath-prefixJoffrey F2018-11-263-2/+72
|\ \ \
| * | | Correctly handle longpath prefix in process_dockerfile when joining pathsc6356-longpath-prefixJoffrey F2018-11-263-2/+72
|/ / /
* | | Merge pull request #2178 from little-dude/fix_deprecationJoffrey F2018-11-262-13/+13
|\ \ \
| * | | tests: bump pytest-timeoutCorentin Henry2018-11-211-1/+1
| * | | tests: fix failure due to pytest deprecationCorentin Henry2018-11-211-12/+12
|/ / /
* | | Fix versions script to accept versions without -ce suffixJoffrey F2018-11-081-1/+1
* | | Merge pull request #2172 from docker/fix_docsJoffrey F2018-11-0811-48/+137
|\ \ \
| * | | 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