summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update test dependencies to latest version, fix some flake8 errorsfix_test_depsJoffrey F2019-01-096-14/+15
* Merge pull request #2213 from docker/2210-swarm-init-returnJoffrey F2018-12-281-0/+1
|\
| * Make swarm.init() return value match documentation2210-swarm-init-returnJoffrey F2018-12-281-0/+1
|/
* Merge pull request #2207 from BoboTiG/patch-1Joffrey F2018-12-281-1/+1
|\
| * Fix DeprecationWarning: invalid escape sequence in services.pyMickaël Schoentgen2018-12-201-1/+1
* | Merge pull request #2208 from BoboTiG/patch-2Joffrey F2018-12-281-3/+3
|\ \ | |/ |/|
| * Fix DeprecationWarning: invalid escape sequence in ports.pyMickaël Schoentgen2018-12-201-3/+3
|/
* Merge pull request #2204 from MaxBischoff/typo-fixJoffrey F2018-12-141-1/+1
|\
| * Fixed a typo in the configs api docMaximilian Bischoff2018-12-141-1/+1
|/
* Merge pull request #2197 from docker/2185-placement-prefsJoffrey F2018-12-115-16/+49
|\
| * Dynamically retrieve version information for generated docs2185-placement-prefsJoffrey F2018-12-071-3/+5
| * Improve handling of placement preferences; improve docsJoffrey F2018-12-074-13/+44
* | Merge pull request #2198 from docker/update_versionmapJoffrey F2018-12-111-2/+5
|\ \ | |/ |/|
| * Update Jenkinsfile version mapupdate_versionmapJoffrey F2018-12-071-2/+5
|/
* Merge pull request #2196 from docker/2194-clean-releaseJoffrey F2018-12-071-2/+3
|\
| * Prevent untracked files in releases2194-clean-releaseJoffrey F2018-12-071-2/+3
|/
* Merge pull request #2193 from docker/update_setup_pyJoffrey F2018-11-302-15/+12
|\
| * 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