summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add volume_driver param to client.create_containerLuke Marsden2015-06-181-0/+31
* | | Fixed integration testJoffrey F2015-06-181-1/+1
* | | Allow binds to be specified as a list of stringsAanand Prasad2015-06-121-0/+30
|/ /
* | Merge pull request #562 from smothiki/memsJoffrey F2015-05-201-1/+7
|\ \ | |/ |/|
| * make memory units compatible with native docker clismothiki2015-05-071-1/+7
* | Separate check_resource inspect testsJoffrey F2015-05-201-13/+20
* | Fix #602. Raise ValueError on empty argument to inspect_{container,image}() m...Matt Bogosian2015-05-171-0/+12
* | Merge pull request #593 from docker/deprecate_start_hostconfigJoffrey F2015-05-082-501/+186
|\ \
| * | Added deprecation warning for host config in startJoffrey F2015-05-082-501/+186
| |/
* | unit testcpusetcpusJoffrey F2015-05-081-0/+1
|/
* Fixes for #586Joffrey F2015-05-061-0/+2
* exec_resize is incorrectly passing param as jsonXiaojian Huang2015-04-281-16/+4
* Fix #573Joffrey F2015-04-281-2/+8
* Added unit tests for container limits in buildJoffrey F2015-04-271-0/+19
* * Separate file to store constantsJoffrey F2015-04-271-69/+71
* Updated exec API documentationexec_reworkJoffrey F2015-04-271-1/+0
* Exec API testsJoffrey F2015-04-273-27/+147
* Added check_resource decorator to interrupt command if container or image arg...Joffrey F2015-04-241-0/+15
* Added tests for log_config paramlogconfig-supportJoffrey F2015-04-242-2/+47
* Handle ID truncate on client side in containers list (and changed default fro...client_side_truncJoffrey F2015-04-222-5/+9
* revertJoffrey F2015-04-221-6/+0
* Added integration testJoffrey F2015-04-222-0/+35
* Improved ulimit testsJoffrey F2015-04-222-1/+26
* assertRaises 2.6 compatJoffrey F2015-04-221-6/+3
* Add tests for ulimitsJoffrey F2015-04-221-4/+34
* BaseTestCase shims assertInJoffrey F2015-04-222-2/+14
* Merge branch 'sam/import-improvements' of https://github.com/ssssam/docker-py...Joffrey F2015-04-223-16/+177
|\
| * Add integration tests for Client.import_image() functionSam Thursfield2015-01-051-2/+160
| * Rewrite Client.import_image() and add less-magical versionsSam Thursfield2015-01-051-8/+8
| * Rework Unix connection code so that 'chunked' transfers workSam Thursfield2015-01-052-5/+9
* | line lengthYuval Kohavi2015-04-111-3/+8
* | python 2.6 compatibleYuval Kohavi2015-04-111-6/+3
* | Adding port utils to split port rangesYuval Kohavi2015-04-031-0/+95
* | Use assertRaises in a backward compatible fashionJoffrey F2015-03-251-2/+4
* | Added assertIn shim for py2.6Joffrey F2015-03-251-0/+5
* | docs and unit test for security_optJoffrey F2015-03-251-0/+13
* | Finish labels implementation, add tests and docsAanand Prasad2015-03-201-0/+48
* | Update default API version to 1.18Aanand Prasad2015-03-201-2/+2