Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump default API versionapi_1.20_support | Joffrey F | 2015-09-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Generic skip decorator for low API version accessible to all tests | Joffrey F | 2015-09-16 | 9 | -73/+72 |
| | | | | | | | | | | Add simpler version comparison functions Add decorator to enforce minimum version in API methods Fix utils imports Add minimum_version decorators on API methods that needed it GroupAdd test requires API version >= 1.20 Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Modify unit tests suite to allow mock routes to optionally be method-aware | Joffrey F | 2015-09-16 | 1 | -3/+5 |
| | | | | | | | Added mock API routes for volumes API Add unit tests and integration tests for volume API Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Basic volume API implementation. | Joffrey F | 2015-09-15 | 3 | -1/+51 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | GroupAdd tests | Joffrey F | 2015-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Support group_add param in host configgroup_add_support | Joffrey F | 2015-09-15 | 1 | -1/+8 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #763 from docker/api_splitup | Maxime Petazzoni | 2015-09-13 | 8 | -1128/+1174 |
|\ | | | | | API splitup | ||||
| * | Move client internals back to Client class. Remove obsolete ClientBase classapi_splitup | Joffrey F | 2015-09-11 | 3 | -293/+287 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Split different APIs into several mixins for clarity / easier maintenance | Joffrey F | 2015-09-11 | 7 | -872/+924 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Back to dev version | Joffrey F | 2015-09-10 | 1 | -1/+1 |
| | | |||||
* | | Updated changelog | Joffrey F | 2015-09-10 | 1 | -1/+1 |
|/ | | | | | | Bumped version to 1.4.0 Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #753 from docker/715-user-int-uid | Joffrey F | 2015-09-10 | 1 | -1/+1 |
|\ | | | | | Always send a string for the user param in create_container | ||||
| * | Use six.text_type | Joffrey F | 2015-08-31 | 1 | -1/+1 |
| | | |||||
| * | Always send a string for the user param in create_container | Joffrey F | 2015-08-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #754 from aanand/default-to-tcp-url-on-windows | Joffrey F | 2015-09-01 | 2 | -2/+7 |
|\ \ | | | | | | | Default to 127.0.0.1:2375 on Windows | ||||
| * | | Default to 127.0.0.1:2375 on Windows | Aanand Prasad | 2015-09-01 | 2 | -2/+7 |
| |/ | | | | | | | | | | | Following the logic of the Docker client. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | url-quote user-provided param before inserting in URL. | Joffrey F | 2015-08-31 | 2 | -46/+57 |
|/ | |||||
* | Merge branch 'master' of github.com:docker/docker-py | Joffrey F | 2015-08-26 | 1 | -2/+6 |
|\ | |||||
| * | Merge pull request #662 from stevenewey/exec_create_user | Joffrey F | 2015-08-26 | 1 | -2/+6 |
| |\ | | | | | | | Exec create user | ||||
| | * | Merge branch 'master' into exec_create_user | Stephen Newey | 2015-08-12 | 10 | -336/+430 |
| | |\ | |||||
| | * | | Change unnecessary user=None in args to empty string and remove check. | Stephen Newey | 2015-08-12 | 1 | -4/+1 |
| | | | | |||||
| | * | | Add user argument to exec_create documentation. | Stephen Newey | 2015-06-30 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add support for user on exec_create. | Stephen Newey | 2015-06-30 | 1 | -2/+9 |
| | | | | |||||
* | | | | Use cross-platform home directory path | Joffrey F | 2015-08-26 | 1 | -3/+2 |
| | | | | |||||
* | | | | Merge branch 'default-cert-path' of https://github.com/aanand/docker-py into ↵ | Joffrey F | 2015-08-26 | 1 | -0/+7 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | aanand-default-cert-path Conflicts: tests/utils_test.py | ||||
| * | | | Default to ~/.docker if DOCKER_CERT_PATH is empty | Aanand Prasad | 2015-07-21 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | | Merge pull request #721 from aanand/pathspec | Joffrey F | 2015-08-26 | 3 | -34/+71 |
|\ \ \ \ | | | | | | | | | | | Better support for .dockerignore | ||||
| * | | | | Better support for .dockerignore | Aanand Prasad | 2015-08-26 | 3 | -34/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Support all basic pattern forms: file, directory, *, ?, ! - Fix handling of wildcard patterns and subdirectories - `*/a.py` should match `foo/a.py`, but not `foo/bar/a.py` - Fix handling of directory patterns with a trailing slash - make sure they're handled equivalently to those without one - Fix handling of custom Dockerfiles - make sure they go in the tarball Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | | | Don't remove LogConfig.types shortcut | Joffrey F | 2015-08-26 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Remove validation of supported log drivers | Mazz Mosley | 2015-08-26 | 1 | -13/+5 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By having this hardcoded list of log drivers, it is a bottleneck to us supporting more log drivers. The daemon already validates if a log driver is valid or not, so rather than duplicating that validation, let's pass the log_driver along. This allows support for new/more log drivers as they become supported in docker without having to wait for both docker-py and docker-compose to support them. Keeping the current list of log driver types for backwards compatibility. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com> | ||||
* | | | | Prevent users from attempting to override 'version' | Aanand Prasad | 2015-08-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | | Merge pull request #732 from docker/version-dependent-hostconfig | Aanand Prasad | 2015-08-25 | 2 | -5/+22 |
|\ \ \ \ | | | | | | | | | | | Version dependent hostconfig | ||||
| * | | | | Add version param to utils.create_host_config | Joffrey F | 2015-08-24 | 2 | -5/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add create_host_config and create_container_config to Client for version awareness Trigger warning when create_host_config is used without version | ||||
* | | | | | Split the entrypoint string to shell-like syntax. | Colin Huang | 2015-08-25 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Added support for cgroup parent | Mohit Soni | 2015-08-24 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Clean up cgroup_parent usage | ||||
* | | | | Merge pull request #711 from ClusterHQ/exec_inspect_version | Joffrey F | 2015-08-24 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Change minimum API version for exec_inspect | ||||
| * | | | | Update error message to state that exec_inspect is not supported | Bridget McErlean | 2015-08-12 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Change minimum API version for exec_inspect | Bridget McErlean | 2015-08-12 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #728 from aanand/debug-auth | Joffrey F | 2015-08-24 | 2 | -6/+49 |
|\ \ \ \ | | | | | | | | | | | Add logging for auth loading/resolution | ||||
| * | | | | Add logging for auth loading/resolution | Aanand Prasad | 2015-08-20 | 2 | -6/+49 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | | | | Fixed #726 issue where split_port was checking `len(None)` | Mark Adams | 2015-08-19 | 1 | -6/+14 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | - Fixed #726 by adding a check for None in split_port - Also switched to using a _raise_invalid_port() function to replace multiple slightly differing ValueErrors for invalid port | ||||
* | | | | add gelf and fluentd logging drivers to types.py | Brian Edwards | 2015-08-18 | 1 | -1/+3 |
| | | | | |||||
* | | | | Allow docker host (base_url) to contain a path | Joffrey F | 2015-08-17 | 1 | -2/+7 |
|/ / / | |||||
* | | | Merge pull request #698 from docker/jhowardmsft-14530-netmode | Joffrey F | 2015-08-10 | 2 | -10/+14 |
|\ \ \ | | | | | | | | | `network_mode` now necessary in `host_config` | ||||
| * | | | Explicited start config tricksjhowardmsft-14530-netmode | Joffrey F | 2015-08-10 | 1 | -11/+13 |
| | | | | |||||
| * | | | Moved network_mode default to create_host_config ; small fix to preserve ↵ | Joffrey F | 2015-07-29 | 2 | -11/+3 |
| | | | | | | | | | | | | | | | | blank host_config in start if no option is provided | ||||
| * | | | development version suffix | Joffrey F | 2015-07-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch '14530-netmode' of https://github.com/jhowardmsft/docker-py ↵ | Joffrey F | 2015-07-29 | 1 | -0/+10 |
| |\ \ \ | | | | | | | | | | | | | | | | into jhowardmsft-14530-netmode | ||||
| | * | | | Add netmode (required by docker) | John Howard | 2015-07-28 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Howard <jhoward@microsoft.com> | ||||
* | | | | | Merge pull request #703 from erikced/journald-log-driver | Aanand Prasad | 2015-08-05 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Add journald log driver support |