summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
0.3.2-releaseUpdated changelog with last minute changes ; updated default API version in R...Joffrey F10 years
0.6.0-integrationDon't use old test image (deprecated ID scheme)Joffrey F9 years
0.6.0-releaseFixed ChangeLog section titlesJoffrey F9 years
0.7.0-releaseUse create_host_config in start (unifying parameter processing)Joffrey F9 years
0.7.1-releaseUpdated version and changelogJoffrey F9 years
0.7.2-releaseBumped versionJoffrey F9 years
1.0.0-release1.0.0 changelogJoffrey F9 years
1.1.0-releaseBumped versionJoffrey F9 years
1.10.0-releaseBump versionJoffrey F8 years
1.10.1-releaseRe-add docker.utils.types module for backwards compatibilityJoffrey F8 years
1.10.2-releaseMerge pull request #1204 from dajose/1.10.2-releaseJoffrey F8 years
1.10.3-releaseNumber of pools in adapter is configurableJoffrey F8 years
1.10.4-releaseMore changelog entriesJoffrey F8 years
1.10.5-release1.10.5 releaseJoffrey F8 years
1.10.6-releaseBumped version to 1.10.6 - Updated changelogJoffrey F7 years
1.2.0-releaseAdded 'label' to list of filtersJoffrey F9 years
1.2.1-releaseBumped version, changelogJoffrey F9 years
1.2.2-releaseUpdated changelogJoffrey F9 years
1.3.0-devMerge branch 'lukemarsden-volume_driver' into 1.3.0-devJoffrey F9 years
1.3.0-rc0Updated ChangeLog for 1.2.3Joffrey F9 years
1.3.0-releasewebsocket-client for all versionsJoffrey F9 years
1.3.1-releaseUpdated Makefile to help with release testingJoffrey F9 years
1.4.0-releaseFixed regression test in py3 environmentsJoffrey F9 years
1.5.0-releaseAdd devices param to the hostconfig documentationJoffrey F9 years
1.6.0-releaseUpdate Changelog with one last bugfixJoffrey F8 years
1.7.1-releaseUpdate changelog for 1.7.1Joffrey F8 years
1.7.2-releasePrepare 1.7.2 releaseJoffrey F8 years
1.8.0-releaseBump version to 1.8.0Joffrey F8 years
1.8.0rc1Update ChangeLogJoffrey F8 years
1.8.1-releaseUpdate ChangeLog and version.py (1.8.1)Joffrey F8 years
1.9.0-releaseBump to 1.9.0Joffrey F8 years
1021-empty-authDon't raise InvalidConfigError when auth dict doesn't have an 'auth' keyJoffrey F8 years
1024-npipe-supportRemove obsolete, commented out codeJoffrey F8 years
1042-ip-networking-configExpand on the 1-network limit in create_containerJoffrey F8 years
1044-fix-login-defaultLet server-side determine which serveraddress to use when none is specifiedJoffrey F8 years
1064-import-changesAdd test for import_image with changes paramJoffrey F8 years
1075-from-env-versionSupport version parameter in `Client.from_env`Joffrey F8 years
1076-dns-fixRemove default adapters when connecting through a unix socket.Joffrey F8 years
1080-inspect-image-docsFix param name for inspect_image in API docsJoffrey F8 years
1085-service-supportPrivate images support in create_service / update_serviceJoffrey F8 years
1105-network-apiAdd support for force disconnectJoffrey F8 years
1107-link-local-ipsAdd support for link-local IPs in endpoint configJoffrey F8 years
1135-ipv6-docker-hostAdd support for IPv6 docker host connections.Joffrey F8 years
1148-update-headers-fixAvoid crashing in update_headers decorator when headers kwarg is NoneJoffrey F8 years
1155-requests-bugExclude requests 2.11 from setup.py to work around unicode bugJoffrey F8 years
1188-npipesocket-makefileHandle bufsize < 0 in makefile() as a substitute for defaultJoffrey F8 years
1196-docker.utils.typesRe-add docker.utils.types module for backwards compatibilityJoffrey F8 years
1207-configurable-num-poolsNumber of pools in adapter is configurableJoffrey F8 years
1212-fix_create_serviceFix endpoint spec and networks params in update_serviceJoffrey F7 years
1222-diagnosticRaise DockerException when encountering non-JSON chunk in stream_helperJoffrey F8 years
1251-strictly-positive-bufsizeDo not allow bufsize to be 0 in NpipeSocket.makefile()Joffrey F8 years
1284-settimeout-fixFix NpipeSocket.settimeout to match expected behaviorJoffrey F7 years
1352-data_stream_controlAdd chunk_size parameter to data downloading methods (export, get_archive, save)Joffrey F6 years
1359-swarm-initFix Swarm model init to correctly pass arguments through to init_swarmJoffrey F7 years
1376-parse-mount-typeDetect mount type in parse_mount_stringJoffrey F7 years
1388-format-service-modeConvert mode argument to valid structure in create_serviceJoffrey F7 years
1395-docker-py-conflictPrevent issues when installing docker and docker-py in the same environmentJoffrey F7 years
1397-build-networkAdd network_mode support to Client.buildJoffrey F7 years
1407-tar-ignore-socketsFix ImageNotFound detectionJoffrey F7 years
1433-run-networksReplace erroneous networks argument in containers.run with singularJoffrey F7 years
1441-pull-repository-nameRename `name` parameter in `pull` method to `repository`Joffrey F6 years
1585-pull-tagInclude tag in images.get after pulling if provided separatelyJoffrey F7 years
1633-credhelpers-supportSupport credHelpers section in config.jsonJoffrey F7 years
1642-dockerclient-secretsDockerClient.secrets should be a @propertyJoffrey F7 years
1674-ignore-leading-slash-dockerignoreLeading slash in .dockerignore should be ignoredJoffrey F7 years
1683-build-private-source-hubDaemon expects full URL of hub in auth config dict in build payloadJoffrey F7 years
1686-check-api-featuresHandle untyped ContainerSpec dict in _check_api_featuresJoffrey F7 years
1702-build-logs-dockerclientImageCollection.build now also returns build logs along with the built image ...Joffrey F6 years
1717-attach-stream-falseAlways send attach request as streamingJoffrey F7 years
1732-fix-hijack-parseDo not interrupt streaming when encountering 0-length framesJoffrey F7 years
1758-url-quote-pathFix URL-quoting for resource names containing spacesJoffrey F6 years
1761-dockerclient-pullProperly support pulling all tags in DockerClient.images.pullJoffrey F6 years
1774-export-methodsUpdate save / export methods to return data generatorsJoffrey F6 years
1799-unixhttpresponse-py3-fixFix broken unbuffered streaming with Py3Joffrey F6 years
1813-autoremove-errorDon't attempt to retrieve container's stderr if `auto_remove` was setJoffrey F6 years
1813-run-autoremoveRetrieve container logs before container exits / is removedJoffrey F6 years
1841-tar-broken-symlinksDo not break when archiving broken symlinksJoffrey F6 years
1852-dockerignoreIgnore dockerignore lines that contain only whitespaceJoffrey F6 years
1855-platform-optionAdd support for experimental platform flag in build and pullJoffrey F6 years
1861-credstore_loginFix authconfig resolution when credStore is used combined with login()Joffrey F6 years
1878-publishmodeAdd support for publish mode for endpointspec portsJoffrey F6 years
1884-create_volumes_win32Correctly parse volumes with Windows pathsJoffrey F6 years
1895-login-authsAdd login data to the right subdict in auth_configsJoffrey F6 years
1899-create_archive_fixRewrite access check in create_archive with EAFPJoffrey F6 years
1912-pull-sha-tagFix DockerClient pull bug when pulling image by digestJoffrey F6 years
1953-tar-symlinksDon't descend into symlinks when building context tarJoffrey F6 years
1956-dockerignore-include-dockerfileUse same split rules for Dockerfile as other include/exclude patternsJoffrey F6 years
1980-relative-dockerfileProperly handle relative Dockerfile paths and Dockerfile on different drivesJoffrey F6 years
1997-http-socket-read-win32Fix socket reading function for TCP (non-HTTPS) connections on WindowsJoffrey F6 years
2.0.0-releaseRename non-URL occurrences of docker-py to "Docker SDK for Python"Joffrey F7 years
2.0.1-releaseBump 2.0.1Joffrey F7 years
2.0.2-releaseMerge pull request #1418 from dokipen/patch-1Joffrey F7 years
2.1.0-releaseBump version 2.1.0Joffrey F7 years
2.2.0-releaseRemove unsupported --experimental flag from JenkinsfileJoffrey F7 years
2.2.1-releaseAdd reload() in docs for Container and Secret classesJoffrey F7 years
2.3.0-releaseBump 2.3.0Joffrey F7 years
2.4.0-releaseBump 2.4.0Joffrey F7 years
2.4.1-releaseBump 2.4.1Joffrey F7 years
2.4.2-releaseBump 2.4.2Joffrey F7 years
2.5.0-releaseBump 2.5.0Joffrey F7 years
2.5.1-releaseBump 2.5.1Joffrey F7 years
2.6.0-releaseUpdate test engine versions in JenkinsfileJoffrey F6 years
2.6.1-release2.6.1 releaseJoffrey F6 years
2.7.0-releaseDon't attempt to retrieve container's stderr if `auto_remove` was setJoffrey F6 years
2078-credhelpers-supportAdd credHelpers support to set_auth_headers in buildJoffrey F6 years
2124-image-save-with-nameAdd named parameter to image.save to identify which repository name to use in...Joffrey F5 years
2133-services-docsFix docs for Service objectsJoffrey F6 years
2185-placement-prefsDynamically retrieve version information for generated docsJoffrey F5 years
2194-clean-releasePrevent untracked files in releasesJoffrey F5 years
2199-proxy-supportStyle fixes and removed some unused codeJoffrey F5 years
2210-swarm-init-returnMake swarm.init() return value match documentationJoffrey F5 years
2225-inspect_distrib_authAdd registry auth header to inspect_distribution requestsJoffrey F5 years
3.0.0-releaseDocs fixesJoffrey F6 years
3.0.1-releaseBump 3.0.1Joffrey F6 years
3.1.0-releaseBump 3.1.0Joffrey F6 years
3.1.1-releaseBump 3.1.1Joffrey F6 years
3.1.2-releaseBump test engine versionsJoffrey F6 years
3.1.3-releaseBump 3.1.3Joffrey F6 years
3.1.4-releaseBump 3.1.4Joffrey F6 years
3.2.0-releaseBump 3.2.0Joffrey F6 years
3.2.1-releaseBump 3.2.1Joffrey F6 years
3.3.0-releaseBump 3.3.0Joffrey F6 years
3.4.0-releaseBump 3.4.0Joffrey F6 years
3.4.1-releaseBump 3.4.1Joffrey F6 years
3.5.0-release3.5.0 releaseJoffrey F6 years
3.5.1-releaseBump 3.5.1Joffrey F6 years
3.6.0-releaseRelease 3.6.0Joffrey F5 years
3.7.0-releaseBump 3.7.0Ulysses Souza5 years
3.7.3-releaseFix versions.py to include release stageJoffrey F5 years
393-enforce-str-versionEnforce passing string as version param in ctorJoffrey F9 years
4.0.0-releaseBump urllib3 -> 1.24.3Ulysses Souza5 years
4.0.1-releaseChangelog 4.0.1Joffrey F5 years
4.0.2-releaseBump 4.0.2Djordje Lukic5 years
4.1.0-releaseBump 4.1.0Christopher Crone5 years
4.3.0-releaseFix changelog mergeaiordache4 years
4.3.1-release4.3.1 releaseaiordache4 years
4.4.0-releaseUpdate changelog for 4.4.0 releaseaiordache3 years
4.4.2-releaseRelease 4.4.2aiordache3 years
4.4.3-releaserelease notes 4.4.3aiordache3 years
4.4.4-releaserelease notes 4.4.4aiordache3 years
495_port_bindings_advanced_docAdvanced documentation for port bindingsJoffrey F8 years
5.0.0-releaseUpdate changelog for the 5.0.0 releaseAnca Iordache3 years
5.0.1-releaseUpdate changelog for 5.0.1 releaseAnca Iordache3 years
5.0.2-releaseUpdate changelog for 5.0.2 releaseAnca Iordache3 years
5.0.3-releaseUpdate changelog for 5.0.3 releaseAnca Iordache3 years
697-stricter-url-constructionTest URL constructionJoffrey F9 years
712-dockerignore-test-cacheRun dockerignore integration test with nocache enabledJoffrey F9 years
715-user-int-uidTest UID validityJoffrey F9 years
725-devices-formatImprove host devices supportJoffrey F8 years
744-volume-api-supportImprove volume cleanup logicJoffrey F9 years
756-containerized-integrationUpdate integration-dind taskJoffrey F9 years
782-unicode-volume-pathsDon't break when volume binds contain unicode charactersJoffrey F9 years
785-docker_config_envUse DOCKER_CONFIG environment variable to look up auth configJoffrey F9 years
792-fix-ports-commandSupport explicit protocol in Client.portJoffrey F9 years
803-urlsafe-b64Use url-safe base64 when encoding auth headerJoffrey F9 years
811-unix-adapterFix Unix adapter bug with newer versions of requestsJoffrey F9 years
813-parse-float-bytesHandle decimal values in parse_bytesJoffrey F8 years
819-volumes-createUpdate `Client.create_volume` to use new endpointJoffrey F9 years
838-updateUpdate buildargs test to avoid race conditionJoffrey F8 years
845-fixClient.logs(tail=0) now shows no past logs (expected behavior)Joffrey F8 years
852-independent-integrationFix integration-dind-ssl make taskJoffrey F8 years
860-deprecate-resolve-repo-nameAdd tests for new cases covered by parse_repository_tagJoffrey F8 years
881-hostconfig_docAdd cpu_quota and cpu_period to the HostConfig documentationJoffrey F8 years
894-docker_host_envSupport unspecified protocol in base_url when using TLSJoffrey F8 years
914_hostconfig_startUpdate outdated error messageJoffrey F8 years
926-ignored_dockerfilesNever exclude Dockerfile from the build context.Joffrey F8 years
927-config-parsingDon't break when parsing unknown config keysJoffrey F8 years
959-release-scriptBasic release scriptJoffrey F8 years
963-tlsv1-defaultUse protocol TLS v1.0 by default when none is set.Joffrey F8 years
AlexeyRokhin-masterfix type checking for nano_cpusAlexey Rokhin7 years
BenDoan-masterAdd ignore_removed param to containers.list() to control whether toJoffrey F6 years
add-ghaRemove travisUlysses Souza3 years
adw1n-i2116Update DockerClient.images.pull to always stream responseJoffrey F5 years
aiden0z-masterDocs and tests for pids_limit.Joffrey F8 years
allow-path-in-hostAdded full path parse_host unit testJoffrey F9 years
api_1.20_supportBump default API versionJoffrey F9 years
api_splitupMove client internals back to Client class. Remove obsolete ClientBase classJoffrey F9 years
appveyorFix test issuesJoffrey F7 years
archive_endpointDocument put_archive and get_archive. Add deprecation warning for copy in API...Joffrey F9 years
authconfig_fixFix empty authconfig detectionJoffrey F5 years
autoremove_supportAdd support for auto_remove in HostConfigJoffrey F7 years
base_url_noneDon't break if base_url == None and TLS is enabledJoffrey F8 years
base_url_trailing_slashRemove trailing slashes in result of utils.parse_hostJoffrey F8 years
bfirsh_maintainerAdd Ben to MAINTAINERSJoffrey F7 years
build_extra_hostsAdd support for extra_hosts option in buildJoffrey F7 years
build_isolationAdd isolation param to buildJoffrey F6 years
build_limitscontainer limits documentationJoffrey F9 years
buildkitWIPJoffrey F5 years
bump-3.4.0Bump 3.4.0Joffrey F6 years
bump-jenkinsfileBump test engine versionsJoffrey F6 years
bump_api_version_1.35Bump default API version to 1.35Joffrey F6 years
bump_api_version_121Bump default API version to 1.21Joffrey F8 years
bump_credstoreBump docker-pycreds to 0.2.2 (pass support)Joffrey F6 years
bump_pyopensslBump pyopenssl to prevent installation of vulnerable versionJoffrey F6 years
bump_requestsBump requests dependency in requirements.txt (CVE-2018-18074)Joffrey F6 years
c5618-negative-mtime-tarAdd workaround for bpo-32713Joffrey F6 years
c5622_device_cgroup_rulesAdd support for device_cgroup_rules parameter in host configJoffrey F6 years
c5672-dockerignore-abspathCorrectly support absolute paths in .dockerignoreJoffrey F6 years
c5823-out-of-ctx-dockerfileImprove extra_files override checkJoffrey F6 years
c5869-dockerfile-abspathSupport absolute paths for in-context DockerfilesJoffrey F6 years
c5930-credstore-envAllow passing of env overrides to credstore through APIClient ctorJoffrey F6 years
c5969-relpath-win2linuxFix several integration tests on WindowsJoffrey F6 years
c6024-improved_excludesImproved .dockerignore pattern processing to better match Docker CLI behaviorJoffrey F6 years
c6047-legacy-authFix support for legacy .dockercfg auth config formatJoffrey F6 years
c6356-longpath-prefixCorrectly handle longpath prefix in process_dockerfile when joining pathsJoffrey F5 years
c6374-credhelpersAdd some credHelpers testsJoffrey F5 years
changelog-updateBump version number to next devJoffrey F7 years
check_resource_not_noneUse custom Error class (inherits DockerException and ValueError)Joffrey F9 years
ci-fixesAdd hello-world to temp images in pull testsJoffrey F9 years
cjh1-attach-buf-fixDisable buffering based on presence of Connection Upgrade headersJoffrey F7 years
cleanup_deprecatedRefuse API version < 1.21 ; Remove associated code pathsJoffrey F6 years
client_side_truncHandle ID truncate on client side in containers list (and changed default fro...Joffrey F9 years
clientbase_extractionClientBase class to extract utility methods and constructor and sanitize Clie...Joffrey F9 years
compose-3757-linklocal-fixSend LinkLocalIPs as part of IPAMConfig dictionaryJoffrey F8 years
compose-4302-dockerignore-windowsAccept / as a path separator in dockerignore patterns on all platformsJoffrey F7 years
compose4171_build_auth_headersProperly fill out auth headers in APIClient.build when usingJoffrey F7 years
config_test_api_versionAllow configuring API version for integration test with env varJoffrey F7 years
config_typesMove config type creation from docker.utils functions to classes inJoffrey F7 years
container_update_featureImprove parse_bytes util methodJoffrey F8 years
contributingAmend version of contributing.md from feedbackJoffrey F9 years
coverage-pinForce coverage dependency to a version supporting py3.2Joffrey F9 years
cpu_cfs_opts_supportCheck API version when using cpu_period and cpu_quotaJoffrey F9 years
cpusetcpusunit testJoffrey F9 years
create-ingress-networkAdd support for ingress in create_networkJoffrey F7 years
cred-dependencyBump docker-pycreds dependencyJoffrey F6 years
credstore-supportBetter credentials store error handling in resolve_authconfigJoffrey F8 years
de-i11003Rename test fix to take into account docker/docker#11003Joffrey F9 years
default-version-1.22Update default API version to 1.22Joffrey F8 years
demux_test_fixesStreaming TTY messages sometimes get truncated. Handle gracefully in demux testsJoffrey F5 years
dependabot/pip/cryptography-3.2Bump cryptography from 2.3 to 3.2dependabot[bot]4 years
dependabot/pip/cryptography-3.3.2Bump cryptography from 3.2 to 3.3.2dependabot[bot]3 years
dependabot/pip/pywin32-301Bump pywin32 from 227 to 301dependabot[bot]3 years
deprecate_start_hostconfigRemoved instances of using host_config in start from docs and examplesJoffrey F9 years
deps-updateUpdate deps for 3.3 & 3.7 supportJoffrey F6 years
dgageot-fix-1123Mock read_from_socket methodJoffrey F8 years
distribution_inspectAdd methods for /distribution/<name>/json endpointJoffrey F6 years
dnephin-add-attachableUpdate code and tests for Engine 1.13 compatibilityJoffrey F7 years
docker-21153Invalid log driver error raised during create_container stepJoffrey F8 years
docker_clientRename Client -> DockerClientJoffrey F7 years
docker_sdk_renameRename non-URL occurrences of docker-py to "Docker SDK for Python"Joffrey F7 years
dockerignore-folders-excludeAdded proper support for .dockerignore 'folder/' syntaxJoffrey F9 years
docs-fixesFix a number of docs formatting issuesJoffrey F7 years
docs_filtersImproved filters documentationJoffrey F9 years
dperny-change-tls-defaultDon't use PROTOCOL_TLSv1_2 directly to avoid ImportErrorsJoffrey F6 years
dynamic_test_versionsGenerate test engines list dynamicallyJoffrey F6 years
dzimine-dz-fix-mount_optionsRaise InvalidArgument exception when invalid arguments are providedJoffrey F7 years
efficiencyReorganize test directoriesJoffrey F9 years
end_3.4_supportStop supporting EOL Python 3.4Joffrey F5 years
events_decode_docAdded documentation for decode param on stats and eventsJoffrey F9 years
exec_create_check_dictAdded check_resource decorator to exec_createJoffrey F9 years
exec_reworkUpdated exec API documentationJoffrey F9 years
felixonmars-backportsOnly install ipaddress if python version < 3.3Joffrey F8 years
fix-586dev versionJoffrey F9 years
fix-advertise-addrUse unambiguous advertise-addr when initializing a swarmJoffrey F7 years
fix-context-buildingFix common issues with build context creation: inaccessible files and fifosJoffrey F6 years
fix-integration-ssl-testsWait for dind container to be ready to accept inbound connectionsJoffrey F8 years
fix-stream-helperUse json_stream function in decoded _stream_helperJoffrey F7 years
fix_640Added git@ as a valid prefix for remote build pathsJoffrey F9 years
fix_647Fix Unix socket adapter bug with double slash in path + regression testJoffrey F9 years
fix_649Fix stop timeout bugJoffrey F9 years
fix_docsRemove prematurely committed fileJoffrey F5 years
fix_exec_demux_testsSeparate into individual testsJoffrey F5 years
fix_frames_iterFix frames_iter buffering/streaming logicJoffrey F7 years
fix_socket_detach_helperIncrease timeout on test with long sleepsJoffrey F5 years
fix_test_depsUpdate test dependencies to latest version, fix some flake8 errorsJoffrey F5 years
fix_tests_docker_17393Fix test issues brought on by changes in inspect resultsJoffrey F9 years
fix_upgraded_tty_streamsFix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F7 years
fix_versions_scriptFix versions.py to include release stageJoffrey F5 years
force_remove_volumeAdd 'force' parameter in remove_volumeJoffrey F7 years
format_env_unicode_bugDo not break when calling format_environment with unicode valuesJoffrey F8 years
group_add_supportSupport group_add param in host configJoffrey F9 years
healthcheck-start-periodAdd support for start_period in Healthcheck specJoffrey F7 years
hongbin-image-loadError handling in ImageCollection.loadJoffrey F6 years
host_configUpdated documentation with HostConfig informationJoffrey F9 years
host_config_isolationAdd support for isolation param in host configJoffrey F8 years
hostname_ip_matchingDifferent requirements.txt in Dockerfile-py3Joffrey F8 years
https_docs_linkUpdate HTTPS docs linkJoffrey F8 years
identity-token-supportAdd support for identity tokens in config file.Joffrey F8 years
improve_authconfig_genconfig_separationImprove separation between auth_configs and general_configsJoffrey F6 years
init_path_removedinit_path removed in Engine 17.05Joffrey F7 years
insecure_registryDon't fallback to HTTP unless insecure_registry is specified when pushing/pul...Joffrey F10 years
insert_defaultsAdd support for insert_defaults in inspect_serviceJoffrey F6 years
inspect-network-scopeAdd support for scope filter in inspect_networkJoffrey F6 years
integration_fixesIntegration tests fixesJoffrey F9 years
jenkins-updateShift test matrix forwardJoffrey F6 years
jenkinsfilePrevent Swarm address conflictsJoffrey F7 years
jfile-17.06-rcShift test matrix forwardJoffrey F7 years
jhowardmsft-14530-netmodeExplicited start config tricksJoffrey F9 years
knackworks-service-create-placement-preferencesImprove placement handling in DockerClient.services.createJoffrey F6 years
kwargs_from_env_altSupport passing an alternate environment dict to kwargs_from_envJoffrey F8 years
logconfig-supportAdded tests for log_config paramJoffrey F9 years
lxc_driver_test_compatI suck at pythonJoffrey F9 years
mainci: empty commit to trigger readthedocsMilas Bowman12 months
manics-patch-1Merge branch 'patch-1' of https://github.com/manics/docker-py into manics-pat...Joffrey F7 years
masterMerge pull request #2898 from hugovk/add-3.10Stefan Scherer3 years
memory-memswap-hostconfigUpdated tests for mem_limit changesJoffrey F9 years
memoryswap* Moved _container_config to utils.create_container_configJoffrey F9 years
min_version_1.21Minimum version 1.24 -> 1.21Joffrey F7 years
mnottale-stop-restart-timeoutFix session timeout = None caseJoffrey F6 years
mnowster-test-no-log-driver-specifiedMerge branch 'test-no-log-driver-specified' of https://github.com/mnowster/do...Joffrey F8 years
moby33455-testfixRemove superfluous version validationJoffrey F7 years
moby33735Make sure data is written in prune test so space can be reclaimedJoffrey F7 years
moutten-fix-build-authMake build auth work with API versions < 1.19 tooJoffrey F9 years
mtsmfm-masterUpdate detach tests to work with AF_INET as wellJoffrey F6 years
no_start_configRemove support for host_config in Client.startJoffrey F7 years
npipe-advancedSeveral fixes to npipe supportJoffrey F8 years
npipe-socket-busy-retryImplement retry logic when the npipe open procedure failsJoffrey F8 years
objectsdocker.objects first passshin-10 years
pid_modepid_mode integration testsJoffrey F9 years
proxy_env_fixesRemove use_config_proxy from exec. Add use_config_proxy docs to DockerClientJoffrey F5 years
prune_build_cacheAdd optional parameters for pruning build cache.Steve Swor3 years
prunesAdd prune_volumes methodJoffrey F7 years
py32_deprecationDrop support for python 3.2Joffrey F8 years
pytest-assertsUse pytest assertsJoffrey F6 years
python3.6Add Python 3.6 testingJoffrey F6 years
rc_1.7.01.7.0 release candidateJoffrey F8 years
read_only_rootfsread_only parameterJoffrey F9 years
releaseMerge pull request #2637 from docker/4.3.0-releaseAnca Iordache4 years
release-1.7.0Bump to stable versionJoffrey F8 years
remove-ci-transition-filesRemove unused filesJoffrey F8 years
remove_nodeImplement swarm node removalJoffrey F7 years
remove_obsolete_search_testRemove integration test for APIClient.search methodJoffrey F7 years
rename_containerrename() tests and docsJoffrey F9 years
reorganize_testsReorganize test directoriesJoffrey F9 years
replace_paramikofix ssh key pathaiordache4 years
requests_2.12.2Exclude requests==2.12.2 from dependenciesJoffrey F7 years
resync-releasedev versionJoffrey F5 years
rollback_configAdd support for RollbackConfigJoffrey F6 years
rtd-confAdd readthedocs configJoffrey F5 years
rycus86-cancellable-events-streamRemove redundant single-socket select callJoffrey F6 years
secret-driversDoc fixesJoffrey F7 years
service-placementAdd support for placement preferences and platforms in TaskTemplateJoffrey F7 years
set-minimal-python-to-3_6Remove support to pre python 3.6Ulysses Souza3 years
setup-py-fixesAdd missing long_description and maintainer fields to setup.pyJoffrey F8 years
signal-strFix network aliases test with Engine 1.12Joffrey F8 years
speedplane-patch-1gzip build testJoffrey F8 years
ssh_protocol_supportRewrite utils.parse_host to detect more invalid addresses.Joffrey F6 years
ssl_version_simplerRemove obsolete SSL version computationJoffrey F8 years
ssladapter_transport_moduleMove ssladapter to transport moduleJoffrey F7 years
stepanstipl-allow_custom_pid_modeRe-enable pid_mode checks for API < 1.24Joffrey F7 years
stop_test_updateDon't expect non-zero exit code when stopping a containerJoffrey F8 years
streams_onlyPull, push, and logs are always streamed. Pull and push is JSON-decoded on th...Joffrey F10 years
support_v2_private_registryModify expand_registry_url to support v2 private registries.Joffrey F9 years
swarm-supportAdd `nodes` and `inspect_node` methodsJoffrey F8 years
sync-releaseBump devDjordje Lukic5 years
tcp-to-https-parsehostIf tcp host is provided while TLS is enabled, convert to httpsJoffrey F8 years
terminate_3.3_supportTerminate support for Python 3.3 (EOL in 2018)Joffrey F5 years
test_17.05_engineAdjust tests and add newest engine version to JenkinsfileJoffrey F7 years
test_fixes_1.12Test fixes and updated Makefile for 1.12 testingJoffrey F8 years
tests_improvementsUse networks instead of legacy links for test setupJoffrey F6 years
tls-fixesMerge branch 'master' into tls-fixesJoffrey F8 years
ulimit_supportulimits: Updated docsJoffrey F9 years
unlock_swarm_supportAdd unlock methods to Swarm modelJoffrey F6 years
update-service-classesMore ContainerSpec testsJoffrey F7 years
update-websocket-client-depSimplified tox configJoffrey F9 years
update_master_release_notesMerge branch 'release'Joffrey F5 years
update_mounts_supportPin flake8 versionJoffrey F7 years
update_setup_pyUpdate setup.py for modern pypi / setuptoolsJoffrey F5 years
update_swarm_specUpdate SwarmSpec to include new parametersJoffrey F6 years
update_test_engine_versionsUpdate dockerVersionsJoffrey F7 years
update_test_matrixUpdate test engine versions in JenkinsfileJoffrey F7 years
update_versionmapUpdate Jenkinsfile version mapJoffrey F5 years
use_proxy_config_defaultDon't add superfluous argumentsJoffrey F5 years
vendor_dockerpycredsNew Jenkinsfile build instructionsJoffrey F5 years
version-dependent-hostconfigIntegration tests: create_host_config fixesJoffrey F9 years
wait_returnUpdate wait to always return a dictJoffrey F6 years
walkerlee-masterAdd options to IPAMConfigJoffrey F7 years
win32-test-fixesFix dockerignore exclusion logic on WindowsJoffrey F8 years