summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1914 from mefyl/masterJoffrey F2018-02-221-68/+24
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge pull request #1918 from rycus86/service-restart-methodJoffrey F2018-02-211-2/+39
|\ \ \
| * | | Shorthand method for service.force_update()Viktor Adam2018-02-211-2/+39
| |/ /
* | | GenericResources was introduced in 1.32Joffrey F2018-02-201-1/+2
* | | Code cleanup and version guardsJoffrey F2018-02-201-4/+4
* | | Add support for generic resources to docker.types.ResourcesWilliam Myers2018-02-201-0/+51
* | | Fix DockerClient pull bug when pulling image by digest1912-pull-sha-tagJoffrey F2018-02-201-0/+9
|/ /
* | 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
* | | Merge pull request #1908 from docker/1861-credstore_loginJoffrey F2018-02-141-0/+13
|\ \ \
| * | | Fix authconfig resolution when credStore is used combined with login()1861-credstore_loginJoffrey F2018-02-131-0/+13
* | | | Clean up created volume from test_run_with_named_volumeYong Tang2018-02-141-1/+2
|/ / /
* | | Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rulesJoffrey F2018-02-131-0/+15
|/ /
* | 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-315-24/+26
* 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-3112-210/+55
|/
* Add support for publish mode for endpointspec ports1878-publishmodeJoffrey F2018-01-312-1/+95
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-306-67/+94
* Update detach tests to work with AF_INET as wellmtsmfm-masterJoffrey F2018-01-303-35/+53
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-305-56/+206
* Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pullJoffrey F2018-01-303-3/+23
* Merge pull request #1881 from docker/pytest-assertsJoffrey F2018-01-3028-1608/+1270
|\
| * Use pytest assertspytest-assertsJoffrey F2018-01-3028-1608/+1270
* | Do not break when archiving broken symlinks1841-tar-broken-symlinksJoffrey F2018-01-291-0/+26
|/
* Merge pull request #1874 from docker/1774-export-methodsJoffrey F2018-01-292-2/+39
|\
| * Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-262-2/+39
* | ImageCollection.build now also returns build logs along with the built image ...1702-build-logs-dockerclientJoffrey F2018-01-261-7/+10
|/
* Merge pull request #1873 from docker/hongbin-image-loadJoffrey F2018-01-261-0/+5
|\
| * Error handling in ImageCollection.loadhongbin-image-loadJoffrey F2018-01-261-0/+5
* | Return tuple instead of dict in exec_runJoffrey F2018-01-262-7/+9
* | Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-262-2/+24
|\ \ | |/ |/|
| * Add exit code to exec_runHuyNQ2017-11-132-2/+24
* | Bump default API version to 1.35Joffrey F2018-01-265-3/+52
* | Merge pull request #1856 from docker/1855-platform-optionJoffrey F2018-01-243-2/+26
|\ \
| * | Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-233-2/+26
* | | Merge pull request #1846 from feliperuhland/issue-1734-scale-methodJoffrey F2018-01-241-0/+46
|\ \ \
| * | | Fix test to make sure the initial mode is replicatedFelipe Ruhland2018-01-031-2/+2
| * | | Ensure that global containers are not scaledFelipe Ruhland2017-12-261-0/+24
| * | | Added scale method to the Service model.Felipe Ruhland2017-12-211-0/+22