Joffrey F
070cbece0a
Fixes for #586
2015-05-06 17:53:53 -07:00
Joffrey F
bef23feb71
Merge pull request #582 from docker/1.2.2-release
...
1.2.2 release
2015-05-04 11:50:29 -07:00
Joffrey F
b8e950c09e
Updated changelog
2015-05-04 11:47:16 -07:00
Joffrey F
0b99e53595
Bumped version
2015-05-04 11:47:07 -07:00
Joffrey F
0b78d7a841
Merge pull request #576 from ctrlhxj/fix_exec_resize
...
exec_resize is incorrectly passing param as json
2015-04-30 13:13:30 -07:00
Joffrey F
07c37171e4
Merge pull request #577 from pmoosh/master
...
Update client.py
2015-04-30 13:12:10 -07:00
Joffrey F
1724522f4c
back to dev version
2015-04-30 13:09:48 -07:00
Peter Mooshammer
a266448b00
Update client.py
2015-04-29 15:30:33 -07:00
Xiaojian Huang
b9909c68f9
exec_resize is incorrectly passing param as json
2015-04-28 19:50:15 -07:00
Joffrey F
bd5eaedec9
Merge pull request #575 from docker/1.2.1-release
...
1.2.1 release
2015-04-28 11:44:03 -07:00
Joffrey F
e5ce67e72f
Bumped version, changelog
2015-04-28 10:48:09 -07:00
Joffrey F
f6b816c264
Fix #573
2015-04-28 10:48:09 -07:00
Joffrey F
aceb7a69b5
Merge pull request #572 from dlorenc/master
...
Change decorators to use a relative import.
2015-04-28 10:08:09 -07:00
Joffrey F
d74d38cf23
Back to dev version
2015-04-28 10:07:07 -07:00
dlorenc
a7b2a1bff3
Change decorators to use a relative import.
...
This is more consistent with the way the rest of the package
imports errors. This also solves a crazy cyclical import issue
I'm seeing.
Signed-off-by: dlorenc <lorenc.d@gmail.com>
2015-04-27 18:57:48 -07:00
Joffrey F
85c0c3b0e3
Merge pull request #571 from docker/1.2.0-release
...
Release 1.2.0
2015-04-27 17:45:01 -07:00
Joffrey F
652e5b8bda
Added 'label' to list of filters
2015-04-27 17:41:52 -07:00
Joffrey F
5b9d088e65
Updated ChangeLog
2015-04-27 17:39:21 -07:00
Joffrey F
0f30ee06cb
Bumped version
2015-04-27 17:39:21 -07:00
Joffrey F
e2fef06bbc
Merge pull request #570 from docker/build_limits
...
Build limits
2015-04-27 16:52:19 -07:00
Joffrey F
8c32677725
container limits documentation
2015-04-27 16:50:00 -07:00
Joffrey F
7958110fda
Added unit tests for container limits in build
2015-04-27 16:36:15 -07:00
Joffrey F
ae329cb3ac
* Separate file to store constants
...
* Added container_limits param to Client.build
2015-04-27 16:24:42 -07:00
Joffrey F
2eadd58bcd
Merge pull request #569 from docker/docs_filters
...
Improved filters documentation
2015-04-27 16:15:36 -07:00
Joffrey F
eeb4d4a3a6
Improved filters documentation
2015-04-27 14:39:25 -07:00
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