Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use same split rules for Dockerfile as other include/exclude patterns1956-dockerignore-include-dockerfile | Joffrey F | 2018-03-14 | 1 | -0/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve dockerignore comment test | Joffrey F | 2018-03-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix flake8 case | Wanzhi Du | 2018-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
* | Ignore comment line from the .dockerignore file | Wanzhi Du | 2018-03-05 | 1 | -1/+2 |
| | | | | | | | | | This fixed the bug that test comment line in .dockerignore file as ignore rule bug. Add test for "# comment" patterns in .dockerignore. Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
* | Merge pull request #1928 from mnottale/fix-spurious-resolution-macos-slowdown | Joffrey F | 2018-02-27 | 1 | -1/+1 |
|\ | | | | | Workaround requests resolving our unix socket URL on macosx. | ||||
| * | Workaround requests resolving our unix socket URL on macosx. | Matthieu Nottale | 2018-02-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | | Merge pull request #1927 from mefyl/master | Joffrey F | 2018-02-26 | 1 | -0/+16 |
|\ \ | |/ |/| | Add test for "/.." patterns in .dockerignore. | ||||
| * | Add test for "/.." patterns in .dockerignore. | mefyl | 2018-02-26 | 1 | -0/+16 |
| | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
* | | Cleanup containers during the tests | Yong Tang | 2018-02-23 | 2 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fix tries to clean up the containers during the tests so that no pre-existing volumes left in docker integration tests. This fix adds `-v` when removing containers, and makes sure containers launched in non-daemon mode are removed. This fix is realted to moby PR 36292 Signed-off-by: Yong Tang <yong.tang.github@outlook.com> | ||||
* | | Merge branch 'release' into 3.1.0-release | Joffrey F | 2018-02-22 | 1 | -1/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> Conflicts: docker/version.py tests/unit/api_test.py tests/unit/utils_test.py | ||||
| * | | Rewrite access check in create_archive with EAFP | Joffrey F | 2018-02-05 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Add login data to the right subdict in auth_configs | Joffrey F | 2018-02-05 | 1 | -0/+18 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Add workaround for bpo-32713 | Joffrey F | 2018-02-05 | 1 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1914 from mefyl/master | Joffrey F | 2018-02-22 | 1 | -68/+24 |
|\ \ \ | | |/ | |/| | Improve .dockerignore compliance | ||||
| * | | Fix .dockerignore: accept wildcard in inclusion pattern, honor last line ↵ | mefyl | 2018-02-21 | 1 | -64/+20 |
| | | | | | | | | | | | | | | | | | | precedence. Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| * | | Fix dockerignore handling of absolute path exceptions. | mefyl | 2018-02-21 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| * | | Revert "Correctly support absolute paths in .dockerignore" | mefyl | 2018-02-19 | 1 | -17/+10 |
| | | | | | | | | | | | | | | | | | | This reverts commit 34d50483e20e86cb7ab22700e036a5c4d319268a. Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
* | | | Merge pull request #1918 from rycus86/service-restart-method | Joffrey F | 2018-02-21 | 1 | -2/+39 |
|\ \ \ | | | | | | | | | Shorthand method for service.restart() | ||||
| * | | | Shorthand method for service.force_update() | Viktor Adam | 2018-02-21 | 1 | -2/+39 |
| |/ / | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | | | GenericResources was introduced in 1.32 | Joffrey F | 2018-02-20 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Code cleanup and version guards | Joffrey F | 2018-02-20 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Add support for generic resources to docker.types.Resources | William Myers | 2018-02-20 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | | | | | - Add support for dict and list generic_resources parameter - Add generic_resources integration test Signed-off-by: William Myers <mwilliammyers@gmail.com> | ||||
* | | | Fix DockerClient pull bug when pulling image by digest1912-pull-sha-tag | Joffrey F | 2018-02-20 | 1 | -0/+9 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Fix test_login flakes | Joffrey F | 2018-02-14 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1906 from docker/1352-data_stream_control | Joffrey F | 2018-02-14 | 2 | -3/+11 |
|\ \ | | | | | | | Add chunk_size parameter to data downloading methods | ||||
| * | | Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_control | Joffrey F | 2018-02-14 | 2 | -3/+11 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | Merge pull request #1908 from docker/1861-credstore_login | Joffrey F | 2018-02-14 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | Fix authconfig resolution when credStore is used combined with login() | ||||
| * | | | Fix authconfig resolution when credStore is used combined with login()1861-credstore_login | Joffrey F | 2018-02-13 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | | | Clean up created volume from test_run_with_named_volume | Yong Tang | 2018-02-14 | 1 | -1/+2 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix adds the volume id to the list so that it could be cleaned up on test teardown. The issue was originally from https://github.com/moby/moby/pull/36292 where an additional `somevolume` pre-exists in tests. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> | ||||
* | | | Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rules | Joffrey F | 2018-02-13 | 1 | -0/+15 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Correctly support absolute paths in .dockerignorec5672-dockerignore-abspath | Joffrey F | 2018-02-12 | 1 | -10/+17 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1901 from docker/1899-create_archive_fix | Joffrey F | 2018-02-05 | 1 | -2/+6 |
|\ \ | | | | | | | Rewrite access check in create_archive with EAFP | ||||
| * | | Rewrite access check in create_archive with EAFP1899-create_archive_fix | Joffrey F | 2018-02-05 | 1 | -2/+6 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1896 from docker/1895-login-auths | Joffrey F | 2018-02-02 | 1 | -0/+18 |
|\ \ | | | | | | | Add login data to the right subdict in auth_configs | ||||
| * | | Add login data to the right subdict in auth_configs1895-login-auths | Joffrey F | 2018-02-01 | 1 | -0/+18 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add workaround for bpo-32713c5618-negative-mtime-tar | Joffrey F | 2018-02-01 | 1 | -0/+12 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update wait to always return a dictwait_return | Joffrey F | 2018-01-31 | 5 | -24/+26 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1888 from docker/1884-create_volumes_win32 | Joffrey F | 2018-01-31 | 1 | -2/+5 |
|\ | | | | | Correctly parse volumes with Windows paths | ||||
| * | Correctly parse volumes with Windows paths1884-create_volumes_win32 | Joffrey F | 2018-01-31 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 12 | -210/+55 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for publish mode for endpointspec ports1878-publishmode | Joffrey F | 2018-01-31 | 2 | -1/+95 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separation | Joffrey F | 2018-01-30 | 6 | -67/+94 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update detach tests to work with AF_INET as wellmtsmfm-master | Joffrey F | 2018-01-30 | 3 | -35/+53 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 5 | -56/+206 |
| | | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com> | ||||
* | Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pull | Joffrey F | 2018-01-30 | 3 | -3/+23 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1881 from docker/pytest-asserts | Joffrey F | 2018-01-30 | 28 | -1608/+1270 |
|\ | | | | | Use pytest asserts | ||||
| * | Use pytest assertspytest-asserts | Joffrey F | 2018-01-30 | 28 | -1608/+1270 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Do not break when archiving broken symlinks1841-tar-broken-symlinks | Joffrey F | 2018-01-29 | 1 | -0/+26 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1874 from docker/1774-export-methods | Joffrey F | 2018-01-29 | 2 | -2/+39 |
|\ | | | | | Update save / export methods to return data generators | ||||
| * | Update save / export methods to return data generators1774-export-methods | Joffrey F | 2018-01-26 | 2 | -2/+39 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |