summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update setup.py for modern pypi / setuptoolsupdate_setup_pyJoffrey F2018-11-302-15/+12
* Merge pull request #2192 from docker/authconfig_fixJoffrey F2018-11-303-4/+10
|\
| * Fix empty authconfig detectionauthconfig_fixJoffrey F2018-11-303-4/+10
|/
* Merge pull request #2188 from docker/c6374-credhelpersJoffrey F2018-11-309-286/+530
|\
| * 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
* | Merge branch 'little-dude-master'Joffrey F2018-11-3013-69/+371
|\ \
| * | Move exec_run example to user guides section of docsJoffrey F2018-11-305-64/+79
| * | Fix test namesJoffrey F2018-11-301-25/+28
| * | Merge branch 'master' of https://github.com/little-dude/docker-py into little...Joffrey F2018-11-309-56/+340
| |\ \ |/ / /
| * | fix exec api inconsistencyCorentin Henry2018-11-283-5/+11
| * | fix exec_start() documentationCorentin Henry2018-11-281-2/+2
| * | tests various exec_create/exec_start combinationsCorentin Henry2018-11-281-0/+69
| * | add tests for _read_from_socketCorentin Henry2018-11-282-23/+91
| * | implement stream demultiplexing for exec commandsCorentin Henry2018-11-279-40/+181
* | | Merge pull request #2181 from funkyfuture/exec_run_docsJoffrey F2018-11-301-2/+2
|\ \ \ | |_|/ |/| |
| * | Fixes return value models.containers.Container.exec_run.__doc__Frank Sachsenheim2018-11-271-2/+2
* | | 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
| |/ / /