summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump test engine versions3.1.2-releaseJoffrey F2018-03-201-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Bump 3.1.2Joffrey F2018-03-202-1/+11
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Use networks instead of legacy links for test setupJoffrey F2018-03-202-20/+35
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix socket tests for TLS-enabled testsJoffrey F2018-03-201-5/+5
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Updates docs for rename of `name` to `repository`James2018-03-201-1/+1
| | | | Signed-off-by: James Meakin <jamesmeakin@gmail.com>
* Use same split rules for Dockerfile as other include/exclude patternsJoffrey F2018-03-202-2/+10
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1943 from docker/3.1.1-release3.1.1Joffrey F2018-03-059-8/+50
|\ | | | | 3.1.1 release
| * Bump 3.1.13.1.1-releaseJoffrey F2018-03-052-1/+13
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Merge branch 'levin-du-develop'Joffrey F2018-03-052-2/+8
| |\
| | * Improve dockerignore comment testJoffrey F2018-03-051-1/+5
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * Fix flake8 caseWanzhi Du2018-03-052-2/+3
| | | | | | | | | | | | Signed-off-by: Wanzhi Du <wanzhi09@gmail.com>
| | * Ignore comment line from the .dockerignore fileWanzhi Du2018-03-052-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-slowdownJoffrey F2018-02-272-2/+4
| |\ | | | | | | Workaround requests resolving our unix socket URL on macosx.
| | * Workaround requests resolving our unix socket URL on macosx.Matthieu Nottale2018-02-262-2/+4
| | | | | | | | | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
| * | Merge pull request #1927 from mefyl/masterJoffrey F2018-02-261-0/+16
| |\ \ | | |/ | |/| Add test for "/.." patterns in .dockerignore.
| | * Add test for "/.." patterns in .dockerignore.mefyl2018-02-261-0/+16
| | | | | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com>
| * | Merge pull request #1922 from yongtang/02232018-cleanupJoffrey F2018-02-232-3/+9
| |\ \ | | | | | | | | Cleanup containers during the tests
| | * | Cleanup containers during the testsYong Tang2018-02-232-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-devJoffrey F2018-02-221-1/+1
|/ / | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #1921 from docker/3.1.0-release3.1.0Joffrey F2018-02-2226-214/+415
|\ \ | | | | | | 3.1.0 release
| * | Bump 3.1.03.1.0-releaseJoffrey F2018-02-222-1/+31
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge branch 'release' into 3.1.0-releaseJoffrey F2018-02-222-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.1Joffrey F2018-02-056-9/+59
|\ \ \ | | | | | | | | 3.0.1 release
| * | | Bump 3.0.13.0.1-releaseJoffrey F2018-02-052-1/+15
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Rewrite access check in create_archive with EAFPJoffrey F2018-02-052-7/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Add login data to the right subdict in auth_configsJoffrey F2018-02-052-1/+19
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Add workaround for bpo-32713Joffrey F2018-02-052-0/+16
|/ / / | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge pull request #1914 from mefyl/masterJoffrey F2018-02-222-188/+111
| |\ \ | | |/ | | | Improve .dockerignore compliance
| | * Add note about potential dockerignore optimization.mefyl2018-02-211-0/+9
| | | | | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com>
| | * Skip entirely excluded directories when handling dockerignore.mefyl2018-02-211-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 ↵mefyl2018-02-212-178/+94
| | | | | | | | | | | | | | | | | | precedence. Signed-off-by: mefyl <quentin.hocquet@docker.com>
| | * Fix dockerignore handling of absolute path exceptions.mefyl2018-02-212-3/+10
| | | | | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com>
| | * Revert "Correctly support absolute paths in .dockerignore"mefyl2018-02-192-30/+17
| | | | | | | | | | | | | | | | | | This reverts commit 34d50483e20e86cb7ab22700e036a5c4d319268a. Signed-off-by: mefyl <quentin.hocquet@docker.com>
| * | Merge pull request #1918 from rycus86/service-restart-methodJoffrey F2018-02-212-2/+54
| |\ \ | | | | | | | | Shorthand method for service.restart()
| | * | Shorthand method for service.force_update()Viktor Adam2018-02-212-2/+54
| | |/ | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
| * | GenericResources was introduced in 1.32Joffrey F2018-02-202-3/+4
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge branch 'BYU-PCCL-master'Joffrey F2018-02-203-2/+91
| |\ \
| | * | Code cleanup and version guardsJoffrey F2018-02-203-36/+42
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * | Add support for generic resources to docker.types.ResourcesWilliam Myers2018-02-202-1/+84
| |/ / | | | | | | | | | | | | | | | | | | - Add support for dict and list generic_resources parameter - Add generic_resources integration test Signed-off-by: William Myers <mwilliammyers@gmail.com>
| * | Merge pull request #1919 from docker/1912-pull-sha-tagJoffrey F2018-02-202-1/+12
| |\ \ | | |/ | |/| Fix DockerClient pull bug when pulling image by digest
| | * Fix DockerClient pull bug when pulling image by digest1912-pull-sha-tagJoffrey F2018-02-202-1/+12
| |/ | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Merge pull request #1910 from docker/bump_credstoreJoffrey F2018-02-142-2/+2
| |\ | | | | | | Bump docker-pycreds to 0.2.2 (pass support)
| | * Bump docker-pycreds to 0.2.2 (pass support)bump_credstoreJoffrey F2018-02-142-2/+2
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Fix test_login flakesJoffrey F2018-02-141-6/+7
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Merge pull request #1906 from docker/1352-data_stream_controlJoffrey F2018-02-148-18/+53
| |\ \ | | | | | | | | Add chunk_size parameter to data downloading methods
| | * | Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-148-18/+53
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Merge pull request #1908 from docker/1861-credstore_loginJoffrey F2018-02-142-1/+17
| |\ \ \ | | | | | | | | | | Fix authconfig resolution when credStore is used combined with login()
| | * | | Fix authconfig resolution when credStore is used combined with login()1861-credstore_loginJoffrey F2018-02-132-1/+17
| | | |/ | | |/| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Merge pull request #1909 from yongtang/somevolume-cleanupJoffrey F2018-02-141-1/+2
| |\ \ \ | | |/ / | |/| | Clean up created volume from test_run_with_named_volume
| | * | Clean up created volume from test_run_with_named_volumeYong Tang2018-02-141-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>