summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Improve placement handling in DockerClient.services.createknackworks-service-create-placement-preferencesJoffrey F2018-08-031-1/+7
* Merge pull request #2063 from mtszb/masterJoffrey F2018-06-292-0/+8
|\
| * Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-292-0/+8
* | On Windows, convert paths to use forward slashes before fnmatch callJoffrey F2018-06-282-485/+498
* | Improved .dockerignore pattern processing to better match Docker CLI behaviorJoffrey F2018-06-281-1/+11
|/
* Fix support for legacy .dockercfg auth config formatJoffrey F2018-06-271-12/+54
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-1/+1
* Fix socket reading function for TCP (non-HTTPS) connections on WindowsJoffrey F2018-06-061-2/+56
* Add ignore_removed param to containers.list() to control whether toJoffrey F2018-04-252-5/+23
* Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-251-4/+4
* stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-251-2/+2
* Don't descend into symlinks when building context tarJoffrey F2018-03-211-0/+15
* Use same split rules for Dockerfile as other include/exclude patterns1956-dockerignore-include-dockerfileJoffrey F2018-03-141-0/+5
* Merge pull request #1928 from mnottale/fix-spurious-resolution-macos-slowdownJoffrey F2018-02-271-1/+1
|\
| * Workaround requests resolving our unix socket URL on macosx.Matthieu Nottale2018-02-261-1/+1
* | Merge pull request #1927 from mefyl/masterJoffrey F2018-02-261-0/+16
|\ \ | |/ |/|
| * Add test for "/.." patterns in .dockerignore.mefyl2018-02-261-0/+16
* | Merge branch 'release' into 3.1.0-releaseJoffrey F2018-02-221-1/+0
|\ \ | |/ |/|
| * Rewrite access check in create_archive with EAFPJoffrey F2018-02-051-2/+6
| * Add login data to the right subdict in auth_configsJoffrey F2018-02-051-0/+18
| * Add workaround for bpo-32713Joffrey F2018-02-051-0/+12
* | Fix .dockerignore: accept wildcard in inclusion pattern, honor last line prec...mefyl2018-02-211-64/+20
* | Fix dockerignore handling of absolute path exceptions.mefyl2018-02-211-0/+7
* | Revert "Correctly support absolute paths in .dockerignore"mefyl2018-02-191-17/+10
* | Fix test_login flakesJoffrey F2018-02-141-6/+7
* | Merge pull request #1906 from docker/1352-data_stream_controlJoffrey F2018-02-142-3/+11
|\ \
| * | Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-142-3/+11
* | | Fix authconfig resolution when credStore is used combined with login()1861-credstore_loginJoffrey F2018-02-131-0/+13
|/ /
* | Correctly support absolute paths in .dockerignorec5672-dockerignore-abspathJoffrey F2018-02-121-10/+17
* | Merge pull request #1901 from docker/1899-create_archive_fixJoffrey F2018-02-051-2/+6
|\ \
| * | Rewrite access check in create_archive with EAFP1899-create_archive_fixJoffrey F2018-02-051-2/+6
| |/
* | Merge pull request #1896 from docker/1895-login-authsJoffrey F2018-02-021-0/+18
|\ \
| * | Add login data to the right subdict in auth_configs1895-login-authsJoffrey F2018-02-011-0/+18
| |/
* | Add workaround for bpo-32713c5618-negative-mtime-tarJoffrey F2018-02-011-0/+12
|/
* Update wait to always return a dictwait_returnJoffrey F2018-01-312-4/+4
* Merge pull request #1888 from docker/1884-create_volumes_win32Joffrey F2018-01-311-2/+5
|\
| * Correctly parse volumes with Windows paths1884-create_volumes_win32Joffrey F2018-01-311-2/+5
* | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-318-157/+36
|/
* Add support for publish mode for endpointspec ports1878-publishmodeJoffrey F2018-01-311-0/+75
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-304-62/+93
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-302-53/+84
* Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pullJoffrey F2018-01-301-2/+15
* Merge pull request #1881 from docker/pytest-assertsJoffrey F2018-01-3014-1195/+878
|\
| * Use pytest assertspytest-assertsJoffrey F2018-01-3014-1195/+878
* | Do not break when archiving broken symlinks1841-tar-broken-symlinksJoffrey F2018-01-291-0/+26
|/
* Return tuple instead of dict in exec_runJoffrey F2018-01-261-4/+6
* Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-261-0/+11
|\
| * Add exit code to exec_runHuyNQ2017-11-131-0/+11
* | Bump default API version to 1.35Joffrey F2018-01-262-3/+6
* | Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-231-1/+1