summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
* Update before getting status infoJoffrey F2015-09-241-0/+1
* smart objectsJoffrey F2015-09-246-16/+238
* BuildContext cleanup. Added smart build function in efficiency.Joffrey F2015-09-244-30/+72
* Moved build context to efficiency moduleJoffrey F2015-09-244-172/+171
* Efficiency module hub, added smart pull and push methodsJoffrey F2015-09-244-2/+136
* Kickstart efficiency module with some utility functionsJoffrey F2015-09-244-0/+68
* Use bytes() for file pathsMoysés Borges2015-09-231-2/+7
* Better handling of non-ascii filenamesMoysés Borges2015-09-231-5/+21
* Normalize paths as byte arrays in context.pyMoysés Borges2015-09-231-1/+4
* Simplified the validation logic for build contextsMoysés Borges2015-09-232-76/+5
* Tests for utils/context.pyMoysés Borges2015-09-231-10/+4
* Add support for building contexts objectsMoysés Borges2015-09-233-0/+225
* Bump default API versionapi_1.20_supportJoffrey F2015-09-231-1/+1
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-169-73/+72
* Modify unit tests suite to allow mock routes to optionally be method-awareJoffrey F2015-09-161-3/+5
* Basic volume API implementation.Joffrey F2015-09-153-1/+51
* GroupAdd testsJoffrey F2015-09-151-1/+1
* Support group_add param in host configgroup_add_supportJoffrey F2015-09-151-1/+8
* Merge pull request #763 from docker/api_splitupMaxime Petazzoni2015-09-138-1128/+1174
|\
| * Move client internals back to Client class. Remove obsolete ClientBase classapi_splitupJoffrey F2015-09-113-293/+287
| * Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-117-872/+924
* | Back to dev versionJoffrey F2015-09-101-1/+1
* | Updated changelogJoffrey F2015-09-101-1/+1
|/
* Merge pull request #753 from docker/715-user-int-uidJoffrey F2015-09-101-1/+1
|\
| * Use six.text_typeJoffrey F2015-08-311-1/+1
| * Always send a string for the user param in create_containerJoffrey F2015-08-311-1/+1
* | Merge pull request #754 from aanand/default-to-tcp-url-on-windowsJoffrey F2015-09-012-2/+7
|\ \
| * | Default to 127.0.0.1:2375 on WindowsAanand Prasad2015-09-012-2/+7
| |/
* | url-quote user-provided param before inserting in URL.Joffrey F2015-08-312-46/+57
|/
* Merge branch 'master' of github.com:docker/docker-pyJoffrey F2015-08-261-2/+6
|\
| * Merge pull request #662 from stevenewey/exec_create_userJoffrey F2015-08-261-2/+6
| |\
| | * Merge branch 'master' into exec_create_userStephen Newey2015-08-1210-336/+430
| | |\
| | * | Change unnecessary user=None in args to empty string and remove check.Stephen Newey2015-08-121-4/+1
| | * | Add user argument to exec_create documentation.Stephen Newey2015-06-301-1/+1
| | * | Add support for user on exec_create.Stephen Newey2015-06-301-2/+9
* | | | Use cross-platform home directory pathJoffrey F2015-08-261-3/+2
* | | | Merge branch 'default-cert-path' of https://github.com/aanand/docker-py into ...Joffrey F2015-08-261-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Default to ~/.docker if DOCKER_CERT_PATH is emptyAanand Prasad2015-07-211-0/+7
* | | | Merge pull request #721 from aanand/pathspecJoffrey F2015-08-263-34/+71
|\ \ \ \
| * | | | Better support for .dockerignoreAanand Prasad2015-08-263-34/+71
* | | | | Don't remove LogConfig.types shortcutJoffrey F2015-08-261-0/+1
* | | | | Remove validation of supported log driversMazz Mosley2015-08-261-13/+5
|/ / / /
* | | | Prevent users from attempting to override 'version'Aanand Prasad2015-08-251-0/+5
* | | | Merge pull request #732 from docker/version-dependent-hostconfigAanand Prasad2015-08-252-5/+22
|\ \ \ \
| * | | | Add version param to utils.create_host_configJoffrey F2015-08-242-5/+22
* | | | | Split the entrypoint string to shell-like syntax.Colin Huang2015-08-251-0/+3
|/ / / /
* | | | Added support for cgroup parentMohit Soni2015-08-241-1/+4
* | | | Merge pull request #711 from ClusterHQ/exec_inspect_versionJoffrey F2015-08-241-2/+4
|\ \ \ \
| * | | | Update error message to state that exec_inspect is not supportedBridget McErlean2015-08-121-1/+3
| * | | | Change minimum API version for exec_inspectBridget McErlean2015-08-121-2/+2
| | |_|/ | |/| |