summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #662 from stevenewey/exec_create_userJoffrey F2015-08-261-0/+34
| |\ \
| | * \ Merge branch 'master' into exec_create_userStephen Newey2015-08-124-83/+267
| | |\ \
| | * | | Add test for root user as default exec_create behaviourStephen Newey2015-07-021-0/+17
| | * | | Add support for user on exec_create.Stephen Newey2015-06-301-0/+17
* | | | | Merge branch 'default-cert-path' of https://github.com/aanand/docker-py into ...Joffrey F2015-08-261-4/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Default to ~/.docker if DOCKER_CERT_PATH is emptyAanand Prasad2015-07-211-4/+36
* | | | | Merge pull request #721 from aanand/pathspecJoffrey F2015-08-263-20/+202
|\ \ \ \ \
| * | | | | Better support for .dockerignoreAanand Prasad2015-08-263-20/+202
| | |_|_|/ | |/| | |
* | | | | Don't remove LogConfig.types shortcutJoffrey F2015-08-261-2/+6
* | | | | Test valid no args for log configMazz Mosley2015-08-261-2/+41
* | | | | Remove validation of supported log driversMazz Mosley2015-08-262-14/+21
* | | | | Fix log driver integration testMazz Mosley2015-08-261-20/+15
|/ / / /
* | | | Ensure Makefile still run tests properly / tests are run in container as expe...Joffrey F2015-08-251-1/+1
* | | | Merge branch 'pytest' of https://github.com/aanand/docker-py into aanand-pytestJoffrey F2015-08-253-230/+108
|\ \ \ \
| * | | | Use pytest helpers to assert exceptions and deprecated warningsAanand Prasad2015-08-252-218/+104
| * | | | Run tests with pytestAanand Prasad2015-08-253-12/+4
* | | | | Merge pull request #735 from aanand/test-network-mode-versionJoffrey F2015-08-251-5/+7
|\ \ \ \ \
| * | | | | Explicitly test NetworkMode logic in create_host_configAanand Prasad2015-08-251-5/+7
* | | | | | Merge pull request #736 from aanand/propagate-exceptions-in-testsJoffrey F2015-08-251-661/+347
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Stop catching Exception in tests where it isn't expectedAanand Prasad2015-08-251-661/+347
| |/ / / /
* | | | | Call Client.create_host_config because the old call is deprecatedBryan Boreham2015-08-251-12/+12
|/ / / /
* | | | Merge pull request #732 from docker/version-dependent-hostconfigAanand Prasad2015-08-252-49/+63
|\ \ \ \
| * | | | Adapt tests to new create_host_config usageJoffrey F2015-08-242-49/+63
* | | | | Split the entrypoint string to shell-like syntax.Colin Huang2015-08-251-2/+2
|/ / / /
* | | | Added support for cgroup parentMohit Soni2015-08-241-0/+18
* | | | Fixed #726 issue where split_port was checking `len(None)`Mark Adams2015-08-191-0/+8
* | | | Added full path parse_host unit testallow-path-in-hostJoffrey F2015-08-171-1/+4
| |_|/ |/| |
* | | Merge pull request #698 from docker/jhowardmsft-14530-netmodeJoffrey F2015-08-102-11/+25
|\ \ \
| * | | Fixed empty_host_config testJoffrey F2015-07-291-1/+1
| * | | nit: parenthesis alignmentJoffrey F2015-07-291-6/+12
| * | | Add netmode (required by docker)John Howard2015-07-281-10/+18
* | | | Squashed commit of the following:Viktor Petersson2015-07-301-1/+35
|/ / /
* | | Merge pull request #685 from paulbellamy/masterJoffrey F2015-07-211-2/+2
|\ \ \
| * | | Fix integration tests.Paul Bellamy2015-07-211-2/+2
| |/ /
* | | Merge pull request #680 from aanand/fix-timestamp-conversionJoffrey F2015-07-211-1/+1
|\ \ \ | |/ / |/| |
| * | Enforce UTC datetimes in arguments to `events()`Aanand Prasad2015-07-211-1/+1
* | | Merge pull request #674 from estesp/use-docker-host-in-testsAanand Prasad2015-07-211-3/+4
|\ \ \
| * | | Update all client instances in integration tests to use DOCKER_HOSTPhil Estes2015-07-141-3/+4
| |/ /
* | | Stop pinging registries from the clientAanand Prasad2015-07-202-4/+93
|/ /
* | Fix handling output from tty-enabled containers.Dan O'Reilly2015-07-062-6/+44
* | Merge pull request #651 from docker/fix_647Joffrey F2015-06-301-2/+7
|\ \
| * | Fix Unix socket adapter bug with double slash in path + regression testfix_647Joffrey F2015-06-301-2/+7
| |/
* | Merge pull request #644 from docker/memory-memswap-hostconfigJoffrey F2015-06-301-53/+56
|\ \ | |/ |/|
| * Updated tests for mem_limit changesmemory-memswap-hostconfigJoffrey F2015-06-191-53/+56
* | Merge branch 'id-resolution-in-check-resource' of https://github.com/posita/d...Joffrey F2015-06-301-18/+20
|\ \
| * | Move image/container ID resolution to @check_resource decorator.Matt Bogosian2015-05-201-18/+20
* | | Fix stop timeout bugfix_649Joffrey F2015-06-241-0/+5
| |/ |/|
* | Merge branch 'allow-any-mode' of https://github.com/aanand/docker-py into aan...Joffrey F2015-06-181-0/+47
|\ \
| * | Allow any mode string to be passed into a volume bindAanand Prasad2015-06-051-0/+47
* | | Bumped default API version == 1.19Joffrey F2015-06-181-1/+1