Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add methods for /distribution/<name>/json endpointdistribution_inspect | Joffrey F | 2018-03-26 | 4 | -1/+155 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update MAINTAINERS file | Joffrey F | 2018-03-26 | 1 | -1/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add isolation param to build | Joffrey F | 2018-03-23 | 3 | -1/+27 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Generate test engines list dynamically | Joffrey F | 2018-03-22 | 2 | -8/+92 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Don't descend into symlinks when building context tar | Joffrey F | 2018-03-21 | 2 | -1/+16 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Remove redundant single-socket select call | Joffrey F | 2018-03-20 | 5 | -22/+7 |
| | | | | | | Clean up + use pytest-timeout Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Allow cancelling the streams from other threads | Viktor Adam | 2018-03-20 | 7 | -10/+181 |
| | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | Use networks instead of legacy links for test setup | Joffrey F | 2018-03-15 | 2 | -20/+30 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix socket tests for TLS-enabled tests | Joffrey F | 2018-03-15 | 1 | -5/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Updates docs for rename of `name` to `repository` | James | 2018-03-15 | 1 | -1/+1 |
| | | | | Signed-off-by: James Meakin <jamesmeakin@gmail.com> | ||||
* | Merge branch 'mnottale-container-list-sparse' | Joffrey F | 2018-03-14 | 2 | -8/+49 |
|\ | |||||
| * | Add test for container list with sparse=True | Joffrey F | 2018-03-14 | 2 | -9/+43 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Merge branch 'container-list-sparse' of ↵ | Joffrey F | 2018-03-14 | 1 | -2/+9 |
| |\ |/ / | | | | | https://github.com/mnottale/docker-py into mnottale-container-list-sparse | ||||
| * | Add sparse argument to DockerClient.containers.list(). | Matthieu Nottale | 2018-03-14 | 1 | -2/+9 |
| | | | | | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | | Merge pull request #1957 from docker/1956-dockerignore-include-dockerfile | Joffrey F | 2018-03-14 | 2 | -2/+10 |
|\ \ | | | | | | | Use same split rules for Dockerfile as other include/exclude patterns | ||||
| * | | Use same split rules for Dockerfile as other include/exclude patterns1956-dockerignore-include-dockerfile | Joffrey F | 2018-03-14 | 2 | -2/+10 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1954 from mnottale/dockerclient-close | Joffrey F | 2018-03-14 | 1 | -0/+4 |
|\ \ | |/ |/| | Add close() method to DockerClient. | ||||
| * | Add close() method to DockerClient. | Matthieu Nottale | 2018-03-14 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | Merge pull request #1944 from docker/bump-jenkinsfile | Joffrey F | 2018-03-05 | 1 | -2/+7 |
|\ | | | | | Bump test engine versions | ||||
| * | Bump test engine versionsbump-jenkinsfile | Joffrey F | 2018-03-05 | 1 | -2/+7 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'levin-du-develop' | Joffrey F | 2018-03-05 | 2 | -2/+8 |
|\ | |||||
| * | 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 | 2 | -2/+3 |
| | | | | | | | | Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
| * | Ignore comment line from the .dockerignore file | Wanzhi Du | 2018-03-05 | 2 | -2/+3 |
|/ | | | | | | | | | 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 | 2 | -2/+4 |
|\ | | | | | Workaround requests resolving our unix socket URL on macosx. | ||||
| * | Workaround requests resolving our unix socket URL on macosx. | Matthieu Nottale | 2018-02-26 | 2 | -2/+4 |
| | | | | | | | | 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> | ||||
* | | Merge pull request #1922 from yongtang/02232018-cleanup | Joffrey F | 2018-02-23 | 2 | -3/+9 |
|\ \ | | | | | | | Cleanup containers during the tests | ||||
| * | | 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> | ||||
* | | 3.2.0-dev | Joffrey F | 2018-02-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1921 from docker/3.1.0-release3.1.0 | Joffrey F | 2018-02-22 | 26 | -214/+415 |
|\ \ | | | | | | | 3.1.0 release | ||||
| * | | Bump 3.1.03.1.0-release | Joffrey F | 2018-02-22 | 2 | -1/+31 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Merge branch 'release' into 3.1.0-release | Joffrey F | 2018-02-22 | 2 | -1/+14 |
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> Conflicts: docker/version.py tests/unit/api_test.py tests/unit/utils_test.py | ||||
* | | | Merge pull request #1902 from docker/3.0.1-release3.0.1 | Joffrey F | 2018-02-05 | 6 | -9/+59 |
|\ \ \ | | | | | | | | | 3.0.1 release | ||||
| * | | | Bump 3.0.13.0.1-release | Joffrey F | 2018-02-05 | 2 | -1/+15 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | | Rewrite access check in create_archive with EAFP | Joffrey F | 2018-02-05 | 2 | -7/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | | Add login data to the right subdict in auth_configs | Joffrey F | 2018-02-05 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | | Add workaround for bpo-32713 | Joffrey F | 2018-02-05 | 2 | -0/+16 |
|/ / / | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Merge pull request #1914 from mefyl/master | Joffrey F | 2018-02-22 | 2 | -188/+111 |
| |\ \ | | |/ | | | | Improve .dockerignore compliance | ||||
| | * | Add note about potential dockerignore optimization. | mefyl | 2018-02-21 | 1 | -0/+9 |
| | | | | | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| | * | Skip entirely excluded directories when handling dockerignore. | mefyl | 2018-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | This is pure optimization to not recurse into directories when there are no chances any file will be included. Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| | * | Fix .dockerignore: accept wildcard in inclusion pattern, honor last line ↵ | mefyl | 2018-02-21 | 2 | -178/+94 |
| | | | | | | | | | | | | | | | | | | precedence. Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| | * | Fix dockerignore handling of absolute path exceptions. | mefyl | 2018-02-21 | 2 | -3/+10 |
| | | | | | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| | * | Revert "Correctly support absolute paths in .dockerignore" | mefyl | 2018-02-19 | 2 | -30/+17 |
| | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+54 |
| |\ \ | | | | | | | | | Shorthand method for service.restart() | ||||
| | * | | Shorthand method for service.force_update() | Viktor Adam | 2018-02-21 | 2 | -2/+54 |
| | |/ | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
| * | | GenericResources was introduced in 1.32 | Joffrey F | 2018-02-20 | 2 | -3/+4 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | | Merge branch 'BYU-PCCL-master' | Joffrey F | 2018-02-20 | 3 | -2/+91 |
| |\ \ | |||||
| | * | | Code cleanup and version guards | Joffrey F | 2018-02-20 | 3 | -36/+42 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |