summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for RollbackConfigrollback_configJoffrey F2018-08-095-7/+78
* Merge pull request #2108 from docker/NikolayMurha-masterJoffrey F2018-08-093-4/+25
|\
| * Add version checks and testJoffrey F2018-08-093-2/+23
| * Merge branch 'master' of https://github.com/NikolayMurha/docker-py into Nikol...Joffrey F2018-08-091-3/+3
| |\ |/ /
| * Add documentation for delay propertyNikolay Murga2018-07-201-1/+1
| * Add 'rollback' command as allowed for failure_actionNikolay Murga2018-07-201-2/+2
* | Merge pull request #2103 from asottile/allow_uid_integer_0Joffrey F2018-08-062-1/+7
|\ \
| * | Allow user=0 to be passed in create_containerAnthony Sottile2018-08-022-1/+7
| |/
* | Merge branch 'knackworks-service-create-placement-preferences'Joffrey F2018-08-032-6/+23
|\ \ | |/ |/|
| * Improve placement handling in DockerClient.services.createknackworks-service-create-placement-preferencesJoffrey F2018-08-032-9/+21
| * Merge branch 'service-create-placement-preferences' of https://github.com/kna...Joffrey F2018-08-031-3/+8
| |\ |/ /
| * honor placement preferences via services.create()Aron Parsons2018-07-181-3/+8
* | Merge pull request #2081 from docker/2078-credhelpers-supportJoffrey F2018-07-191-4/+12
|\ \
| * | Add credHelpers support to set_auth_headers in build2078-credhelpers-supportJoffrey F2018-07-191-4/+12
|/ /
* | Merge pull request #2089 from docker/deps-updateJoffrey F2018-07-195-7/+19
|\ \ | |/ |/|
| * Update deps for 3.3 & 3.7 supportdeps-updateJoffrey F2018-07-185-7/+19
|/
* Merge pull request #2063 from mtszb/masterJoffrey F2018-06-296-5/+31
|\
| * Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-296-5/+31
* | Merge pull request #2065 from docker/c6024-improved_excludesJoffrey F2018-06-294-564/+624
|\ \ | |/ |/|
| * Re-add walk method to utils.buildJoffrey F2018-06-281-0/+5
| * On Windows, convert paths to use forward slashes before fnmatch callJoffrey F2018-06-283-490/+511
| * Improved .dockerignore pattern processing to better match Docker CLI behaviorJoffrey F2018-06-283-89/+123
|/
* Merge pull request #2071 from docker/1806-detach-fixJoffrey F2018-06-281-1/+6
|\
| * Fix detach assert function to account for new behavior in engine 18.06Joffrey F2018-06-281-1/+6
|/
* Merge pull request #2068 from docker/c6047-legacy-authJoffrey F2018-06-284-57/+60
|\
| * Fix support for legacy .dockercfg auth config formatJoffrey F2018-06-274-57/+60
|/
* 3.5.0-devJoffrey F2018-06-181-1/+1
* Merge pull request #2062 from docker/3.4.0-release3.4.0Joffrey F2018-06-1821-53/+191
|\
| * Bump 3.4.03.4.0-releaseJoffrey F2018-06-182-1/+26
| * Swarm Mode service scaling parameter mistake is fixed.Güray Yıldırım2018-06-181-1/+1
| * Fixed typo in ContainerSpec DocsAlex Lloyd2018-06-121-1/+1
| * Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-088-13/+28
| * Adding missing comma in spec list.Chris Mark2018-06-061-1/+1
| * Fix socket reading function for TCP (non-HTTPS) connections on WindowsJoffrey F2018-06-062-2/+59
| * query plugin privilege with registry auth headerMike Lee2018-06-051-1/+9
| * Use six.moves to handle a py2+py3 importAnthony Sottile2018-05-251-5/+1
| * Fix several integration tests on WindowsJoffrey F2018-05-252-15/+7
| * Fix cancellable streams on Windows clients + HTTPS transportJoffrey F2018-05-251-0/+2
| * Fix create_plugin on WindowsJoffrey F2018-05-252-2/+5
| * Avoid unwanted modification of dockerfile pathJoffrey F2018-05-252-10/+50
| * return the pruned networksSrinivas Reddy Thatiparthy2018-05-241-1/+1
| * 3.4.0-devJoffrey F2018-04-251-1/+1
| * Merge branch 'release'Joffrey F2018-04-252-2/+34
| |\ | |/ |/|
* | Bump 3.3.03.3.0Joffrey F2018-04-252-2/+22
* | Add prune_builds to DockerClientJoffrey F2018-04-251-0/+4
* | Add ignore_removed param to containers.list() to control whether toJoffrey F2018-04-253-7/+30
* | avoid race condition in containers.listBen Doan2018-04-251-2/+9
* | prune_builds testJoffrey F2018-04-252-16/+23
* | Fix session timeout = None caseJoffrey F2018-04-252-15/+12
* | Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-253-11/+11