Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added documentation for decode param on stats and eventsevents_decode_doc | Joffrey F | 2015-05-07 | 1 | -3/+4 |
| | |||||
* | Merge pull request #587 from docker/fix-586 | Joffrey F | 2015-05-06 | 3 | -3/+6 |
|\ | | | | | Fixes for "make integration-test" | ||||
| * | dev versionfix-586 | Joffrey F | 2015-05-06 | 1 | -1/+1 |
| | | |||||
| * | Fixes for #586 | Joffrey F | 2015-05-06 | 2 | -2/+5 |
|/ | |||||
* | Merge pull request #582 from docker/1.2.2-release1.2.2 | Joffrey F | 2015-05-04 | 3 | -2/+11 |
|\ | | | | | 1.2.2 release | ||||
| * | Updated changelog1.2.2-release | Joffrey F | 2015-05-04 | 1 | -0/+8 |
| | | |||||
| * | Bumped version | Joffrey F | 2015-05-04 | 2 | -2/+3 |
|/ | |||||
* | Merge pull request #576 from ctrlhxj/fix_exec_resize | Joffrey F | 2015-04-30 | 2 | -24/+9 |
|\ | | | | | exec_resize is incorrectly passing param as json | ||||
| * | exec_resize is incorrectly passing param as json | Xiaojian Huang | 2015-04-28 | 2 | -24/+9 |
| | | |||||
* | | Merge pull request #577 from pmoosh/master | Joffrey F | 2015-04-30 | 1 | -1/+1 |
|\ \ | | | | | | | Update client.py | ||||
| * | | Update client.py | Peter Mooshammer | 2015-04-29 | 1 | -1/+1 |
| |/ | |||||
* | | back to dev version | Joffrey F | 2015-04-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #575 from docker/1.2.1-release1.2.1 | Joffrey F | 2015-04-28 | 4 | -9/+26 |
|\ | | | | | 1.2.1 release | ||||
| * | Bumped version, changelog1.2.1-release | Joffrey F | 2015-04-28 | 2 | -1/+9 |
| | | |||||
| * | Fix #573 | Joffrey F | 2015-04-28 | 2 | -8/+17 |
|/ | |||||
* | Merge pull request #572 from dlorenc/master | Joffrey F | 2015-04-28 | 1 | -2/+2 |
|\ | | | | | Change decorators to use a relative import. | ||||
| * | Change decorators to use a relative import. | dlorenc | 2015-04-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | | Back to dev version | Joffrey F | 2015-04-28 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #571 from docker/1.2.0-release1.2.0 | Joffrey F | 2015-04-27 | 3 | -2/+48 |
|\ | | | | | Release 1.2.0 | ||||
| * | Added 'label' to list of filters1.2.0-release | Joffrey F | 2015-04-27 | 1 | -1/+2 |
| | | |||||
| * | Updated ChangeLog | Joffrey F | 2015-04-27 | 1 | -0/+45 |
| | | |||||
| * | Bumped version | Joffrey F | 2015-04-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #570 from docker/build_limits | Joffrey F | 2015-04-27 | 4 | -80/+118 |
|\ | | | | | Build limits | ||||
| * | container limits documentationbuild_limits | Joffrey F | 2015-04-27 | 1 | -0/+6 |
| | | |||||
| * | Added unit tests for container limits in build | Joffrey F | 2015-04-27 | 1 | -0/+19 |
| | | |||||
| * | * Separate file to store constants | Joffrey F | 2015-04-27 | 3 | -80/+93 |
| | | | | | | | | * Added container_limits param to Client.build | ||||
* | | Merge pull request #569 from docker/docs_filters | Joffrey F | 2015-04-27 | 1 | -2/+7 |
|\ \ | |/ |/| | Improved filters documentation | ||||
| * | Improved filters documentationdocs_filters | Joffrey F | 2015-04-27 | 1 | -2/+7 |
|/ | |||||
* | Merge pull request #568 from docker/exec_rework | Joffrey F | 2015-04-27 | 5 | -46/+236 |
|\ | | | | | Exec API rework | ||||
| * | Updated exec API documentationexec_rework | Joffrey F | 2015-04-27 | 3 | -17/+44 |
| | | |||||
| * | Exec API tests | Joffrey F | 2015-04-27 | 4 | -28/+148 |
| | | |||||
| * | Properly implement exec API | Joffrey F | 2015-04-27 | 1 | -5/+48 |
|/ | |||||
* | Merge pull request #564 from docker/check_resource_not_none | Joffrey F | 2015-04-27 | 5 | -5/+69 |
|\ | | | | | Added check_resource decorator | ||||
| * | Use custom Error class (inherits DockerException and ValueError)check_resource_not_none | Joffrey F | 2015-04-27 | 2 | -1/+8 |
| | | |||||
| * | Added check_resource decorator to interrupt command if container or image ↵ | Joffrey F | 2015-04-24 | 4 | -5/+62 |
| | | | | | | | | argument is None | ||||
* | | Merge pull request #566 from pahaz/patch-1 | Joffrey F | 2015-04-27 | 1 | -0/+2 |
|\ \ | |/ |/| | fix(client.py): unification the container argument for commit | ||||
| * | fix(client.py): unification the container argument | Pahaz Blinov | 2015-04-26 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #563 from docker/logconfig-support | Joffrey F | 2015-04-24 | 6 | -8/+118 |
|\ | | | | | Logconfig support | ||||
| * | Added tests for log_config paramlogconfig-support | Joffrey F | 2015-04-24 | 2 | -2/+47 |
| | | |||||
| * | Added log_config support in host config | Joffrey F | 2015-04-24 | 4 | -6/+71 |
| | | |||||
* | | v2 doesn't have a /_ping endpoint, use /v2/ instead. Fixes #549 | Joffrey F | 2015-04-24 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #555 from docker/client_side_trunc | Joffrey F | 2015-04-22 | 3 | -6/+13 |
|\ | | | | | Handle ID truncate on client side in containers list | ||||
| * | Handle ID truncate on client side in containers list (and changed default ↵client_side_trunc | Joffrey F | 2015-04-22 | 3 | -6/+13 |
| | | | | | | | | from True to False) | ||||
* | | Merge branch 'client_side_trunc' | Joffrey F | 2015-04-22 | 1 | -6/+0 |
|\ \ | |/ | |||||
| * | revert | Joffrey F | 2015-04-22 | 1 | -6/+0 |
|/ | |||||
* | Added integration test | Joffrey F | 2015-04-22 | 2 | -0/+35 |
| | |||||
* | Merge pull request #554 from docker/ulimit_support | Joffrey F | 2015-04-22 | 10 | -9/+145 |
|\ | | | | | ulimits support | ||||
| * | ulimits: Updated docsulimit_support | Joffrey F | 2015-04-22 | 2 | -0/+3 |
| | | |||||
| * | Improved ulimit tests | Joffrey F | 2015-04-22 | 2 | -1/+26 |
| | | |||||
| * | improved Ulimit class | Joffrey F | 2015-04-22 | 1 | -7/+22 |
| | |