Commit Graph

930 Commits

Author SHA1 Message Date
Joffrey F 5eeb61a1e5 Merge pull request #568 from docker/exec_rework
Exec API rework
2015-04-27 14:32:55 -07:00
Joffrey F e337a2317e Updated exec API documentation 2015-04-27 14:11:43 -07:00
Joffrey F e2ad91bdf7 Exec API tests 2015-04-27 13:57:15 -07:00
Joffrey F 0fd70b47e3 Properly implement exec API 2015-04-27 12:36:18 -07:00
Joffrey F 2b153a63c8 Merge pull request #564 from docker/check_resource_not_none
Added check_resource decorator
2015-04-27 11:29:05 -07:00
Joffrey F 8d3dedf072 Merge pull request #566 from pahaz/patch-1
fix(client.py): unification the container argument for commit
2015-04-27 11:28:41 -07:00
Joffrey F 019751daa8 Use custom Error class (inherits DockerException and ValueError) 2015-04-27 11:26:45 -07:00
Pahaz Blinov 1e41b67226 fix(client.py): unification the container argument 2015-04-26 09:24:22 +05:00
Joffrey F c2d48652ce Added check_resource decorator to interrupt command if container or image argument is None 2015-04-24 15:56:35 -07:00
Joffrey F 185fceda7b Merge pull request #563 from docker/logconfig-support
Logconfig support
2015-04-24 15:22:29 -07:00
Joffrey F 53cfe633db v2 doesn't have a /_ping endpoint, use /v2/ instead. Fixes #549 2015-04-24 15:21:17 -07:00
Joffrey F c7948436e5 Added tests for log_config param 2015-04-24 15:10:51 -07:00
Joffrey F 21d80b16dd Added log_config support in host config 2015-04-24 14:56:06 -07:00
Joffrey F 8316fa4e03 Merge pull request #555 from docker/client_side_trunc
Handle ID truncate on client side in containers list
2015-04-22 18:02:59 -07:00
Joffrey F 6228929a88 Handle ID truncate on client side in containers list (and changed default from True to False) 2015-04-22 18:00:53 -07:00
Joffrey F 7e7d8ee7ac Merge branch 'client_side_trunc' 2015-04-22 17:46:14 -07:00
Joffrey F c328be7deb revert 2015-04-22 17:45:56 -07:00
Joffrey F d0a49ec3b8 Added integration test 2015-04-22 17:43:36 -07:00
Joffrey F 01e7d97537 Merge pull request #554 from docker/ulimit_support
ulimits support
2015-04-22 17:04:44 -07:00
Joffrey F 650abccd7e ulimits: Updated docs 2015-04-22 16:44:40 -07:00
Joffrey F d71bfb1b3d Improved ulimit tests 2015-04-22 15:45:49 -07:00
Joffrey F d87577c7c6 improved Ulimit class 2015-04-22 15:45:38 -07:00
Joffrey F 803b37bc2e assertRaises 2.6 compat 2015-04-22 15:19:01 -07:00
Joffrey F 84fdd2925d Add tests for ulimits 2015-04-22 15:13:38 -07:00
Joffrey F 857614fb1a Add support for ulimits in host_config 2015-04-22 15:13:25 -07:00
Joffrey F c7511481a6 BaseTestCase shims assertIn 2015-04-22 15:11:55 -07:00
Joffrey F 5b69cbf4ef Merge pull request #551 from docker/support_v2_private_registry
Modify expand_registry_url to support v2 private registries.
2015-04-22 14:10:28 -07:00
Joffrey F b46e4a398b Modify expand_registry_url to support v2 private registries. 2015-04-22 13:56:35 -07:00
Joffrey F 6dd45d7535 Merge branch 'ssssam-sam/import-improvements' 2015-04-22 11:55:00 -07:00
Joffrey F a5519022d9 Merge branch 'sam/import-improvements' of https://github.com/ssssam/docker-py into ssssam-sam/import-improvements
Conflicts:
	docker/client.py
	docker/unixconn/unixconn.py
	tests/integration_test.py
2015-04-22 11:50:45 -07:00
Joffrey F 05ddf093db Merge branch 'hibooboo2-pull_auth' 2015-04-22 11:30:00 -07:00
Joffrey F e1a6f2e0ff Small docs clarification 2015-04-22 11:28:59 -07:00
Joffrey F 1445956010 Merge branch 'pull_auth' of https://github.com/hibooboo2/docker-py into hibooboo2-pull_auth 2015-04-22 11:18:46 -07:00
Joffrey F 9b84e11ae4 Merge branch 'luzfcb-patch-1' 2015-04-22 11:16:59 -07:00
Joffrey F ee096c867f Merge branch 'patch-1' of https://github.com/luzfcb/docker-py into luzfcb-patch-1
Conflicts:
	setup.py
2015-04-22 11:16:44 -07:00
Joffrey F b2c8b797fe Merge branch 'terminalmage-version_info' 2015-04-22 11:14:49 -07:00
Joffrey F cab86bb170 Automatically generate version_info from version string 2015-04-22 11:14:32 -07:00
Joffrey F 4c16b752d0 Merge branch 'version_info' of https://github.com/terminalmage/docker-py into terminalmage-version_info 2015-04-22 11:11:11 -07:00
Joffrey F 0bb5ed5c24 Merge pull request #530 from dlorenc/master
Add assert_fingerprint option.
2015-04-22 11:10:03 -07:00
Joffrey F cf0537e183 Merge pull request #537 from onorua/master
IPC sharing implementation
2015-04-22 11:09:03 -07:00
Joffrey F 4267b9acf3 Merge pull request #544 from uvgroovy/master
parse port ranges
2015-04-22 11:07:21 -07:00
Yuval Kohavi baadad05ad removed unneeded imports
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-17 17:09:45 -04:00
Yuval Kohavi 605fc7e04f line length
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-11 07:20:43 -05:00
Yuval Kohavi b33052b393 python 2.6 compatible
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-11 07:17:28 -05:00
Yuval Kohavi 8028c988ce added ports to setup.py
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-08 11:00:25 +03:00
Erik Johnson 99e1ee452e Add a version_info attribute
This makes comparing docker-py versions *much* easier. Having to account
for the potential of a "-dev" suffix is a PITA.
2015-04-03 17:24:02 -05:00
Yuval Kohavi 278e801b89 Adding port utils to split port ranges
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-03 17:23:50 +03:00
Fábio C. Barrionuevo da Luz f588831a88 added URL for this project in setup configuration 2015-03-31 23:03:55 -03:00
Yaroslav Molochko 48a19c3129 IPC sharing implementation 2015-03-30 09:29:18 +03:00
Joffrey F 2f6579bf59 Use assertRaises in a backward compatible fashion 2015-03-25 16:07:16 -07:00