Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Pull correct version of busybox in integration tests | Joffrey F | 2015-10-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Merge branch 'delfick-patch-1' | Joffrey F | 2015-10-14 | 5 | -12/+123 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix attach method over SSL connections | Stephen Moore | 2015-10-14 | 5 | -12/+123 | |
| | | | | | | | | | | | | Signed-off-by: Stephen Moore <stephen@delfick.com> | |||||
| * | | Use DOCKER_CONFIG environment variable to look up auth config | Joffrey F | 2015-10-14 | 2 | -57/+84 | |
| | | | | | | | | | | | | | | | | | | When provided, default paths are ignored. Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Add devices param to the hostconfig documentation | Joffrey F | 2015-10-14 | 1 | -0/+8 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Update changelog and bump version to 1.5.0 | Joffrey F | 2015-10-14 | 2 | -1/+38 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Use url-safe base64 when encoding auth header | Joffrey F | 2015-10-14 | 2 | -4/+15 | |
| | | | | | | | | | | | | | | | | | | + regression test Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | put/get archive implementation | Joffrey F | 2015-10-14 | 8 | -2/+198 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Docs: Remove float from valid cpu_shares types | Joffrey F | 2015-10-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Fixes #775 Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Fix tests | Joffrey F | 2015-10-14 | 2 | -9/+13 | |
| | | | | | | | | | | | | | | | | | | Skips were masking some errors / compatibility issues Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Add minimum_version decorators on NetworkApi methods | Joffrey F | 2015-10-14 | 1 | -1/+7 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Implement methods for managing networks | Aanand Prasad | 2015-10-14 | 5 | -1/+290 | |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
| * | | Don't break when volume binds contain unicode characters | Joffrey F | 2015-10-14 | 2 | -6/+104 | |
| | | | | | | | | | | | | | | | | | | Also includes a few unit tests for utils.convert_volume_binds Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Merge pull request #802 from docker/785-docker_config_env | Joffrey F | 2015-10-13 | 2 | -57/+84 | |
|\ \ \ | | | | | | | | | Use DOCKER_CONFIG environment variable to look up auth config | |||||
| * | | | Use DOCKER_CONFIG environment variable to look up auth config785-docker_config_env | Joffrey F | 2015-10-09 | 2 | -57/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | When provided, default paths are ignored. Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | | Merge pull request #801 from docker/1.5.0-release1.5.0 | Joffrey F | 2015-10-12 | 3 | -1/+46 | |
|\ \ \ \ | | | | | | | | | | | 1.5.0 release | |||||
| * | | | | Add devices param to the hostconfig documentation1.5.0-release | Joffrey F | 2015-10-08 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | | | Update changelog and bump version to 1.5.0 | Joffrey F | 2015-10-08 | 2 | -1/+38 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | | Merge pull request #806 from docker/803-urlsafe-b64 | Joffrey F | 2015-10-09 | 2 | -4/+15 | |
|\ \ \ \ | |/ / / |/| | | | Use url-safe base64 when encoding auth header | |||||
| * | | | Use url-safe base64 when encoding auth header803-urlsafe-b64 | Joffrey F | 2015-10-09 | 2 | -4/+15 | |
|/ / / | | | | | | | | | | | | | | | | + regression test Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Merge branch 'archive_endpoint' | Joffrey F | 2015-10-08 | 8 | -2/+198 | |
|\ \ \ | ||||||
| * | | | put/get archive implementation | Joffrey F | 2015-10-08 | 8 | -2/+198 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | | Docs: Remove float from valid cpu_shares types | Joffrey F | 2015-10-08 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | Fixes #775 Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Fix tests | Joffrey F | 2015-10-08 | 2 | -9/+13 | |
| | | | | | | | | | | | | | | | | | | Skips were masking some errors / compatibility issues Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Merge branch 'aanand-networking' | Joffrey F | 2015-10-08 | 5 | -1/+296 | |
|\ \ \ | ||||||
| * | | | Add minimum_version decorators on NetworkApi methods | Joffrey F | 2015-10-08 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | | Merge branch 'networking' of https://github.com/aanand/docker-py into ↵ | Joffrey F | 2015-10-08 | 5 | -1/+290 | |
| |\ \ \ |/ / / / | | | | | | | | | aanand-networking | |||||
| * | | | Implement methods for managing networks | Aanand Prasad | 2015-10-05 | 5 | -1/+290 | |
| |/ / | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
* | | | Merge pull request #787 from docker/782-unicode-volume-paths | Joffrey F | 2015-10-05 | 2 | -6/+104 | |
|\ \ \ | |/ / |/| | | Don't break when volume binds contain unicode characters | |||||
| * | | Don't break when volume binds contain unicode characters782-unicode-volume-paths | Joffrey F | 2015-09-25 | 2 | -6/+104 | |
| | | | | | | | | | | | | | | | | | | Also includes a few unit tests for utils.convert_volume_binds Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Merge pull request #797 from paulbellamy/test-race-condition | mnowster | 2015-10-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix race condition in integration regression tests | |||||
| * | | | Fix race condition in integration regression tests | Paul Bellamy | 2015-10-01 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | `docker port` and inspect do not return ports for containers which are not running. Because the container command is `true`, sometimes that exits before the inspect is called. Signed-off-by: Paul Bellamy <paul.a.bellamy@gmail.com> | |||||
* | | | Merge pull request #790 from aanand/shorter-stack-traces | mnowster | 2015-10-01 | 2 | -4/+6 | |
|\ \ \ | |/ / |/| | | Shorter stack traces in tests | |||||
| * | | Shorter pytest stack traces | Aanand Prasad | 2015-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
| * | | Move pytest default options into pytest.ini | Aanand Prasad | 2015-09-25 | 2 | -4/+6 | |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
* | | | Merge pull request #789 from PierreF/top_ps_args | Joffrey F | 2015-09-28 | 5 | -2/+93 | |
|\ \ \ | | | | | | | | | Allow to specify ps_args when listing processes | |||||
| * | | | Added test for "top" function | Pierre Fersing | 2015-09-28 | 3 | -0/+87 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com> | |||||
| * | | | Allow to specify ps_args when listing processes | Pierre Fersing | 2015-09-25 | 2 | -2/+6 | |
| |/ / | | | | | | | | | | Signed-off-by: Pierre Fersing <pierre.fersing@bleemeo.com> | |||||
* | | | Merge pull request #793 from docker/792-fix-ports-command | Joffrey F | 2015-09-28 | 2 | -3/+31 | |
|\ \ \ | |_|/ |/| | | Support explicit protocol in Client.port | |||||
| * | | Support explicit protocol in Client.port792-fix-ports-command | Joffrey F | 2015-09-28 | 2 | -3/+31 | |
|/ / | | | | | | | | | | | | | | | | | User can now specify a protocol in Client.port using the port/proto syntax. Default port is now TCP instead of UDP (to match the behavior of `docker port`) when no proto is specified. Regression test Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Merge branch 'aanand-url-variable-args' | Joffrey F | 2015-09-25 | 4 | -140/+221 | |
|\ \ | ||||||
| * | | _url can take arbitrarily many arguments | Aanand Prasad | 2015-09-25 | 2 | -14/+39 | |
| |/ | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
| * | Merge pull request #770 from docker/cpu_cfs_opts_support | Aanand Prasad | 2015-09-25 | 2 | -126/+182 | |
| |\ |/ / | | | Support for cpu_quota and cpu_period | |||||
| * | Check API version when using cpu_period and cpu_quotacpu_cfs_opts_support | Joffrey F | 2015-09-24 | 1 | -13/+21 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | cpu_quota and cpu_period unit tests | Joffrey F | 2015-09-24 | 1 | -124/+155 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | Add support for cpu_quota and cpu_period in host_config | Joffrey F | 2015-09-24 | 1 | -1/+18 | |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Merge pull request #765 from docker/api_1.20_support | Joffrey F | 2015-09-23 | 2 | -14/+24 | |
|\ | | | | | Support API version 1.20 | |||||
| * | Bump default API versionapi_1.20_support | Joffrey F | 2015-09-23 | 2 | -2/+1 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | Improve volume bindings integration test | Joffrey F | 2015-09-22 | 1 | -21/+7 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | Fix volumes tests for API version >= 1.20 | Joffrey F | 2015-09-22 | 1 | -13/+38 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> |