summaryrefslogtreecommitdiff
path: root/docker/api
Commit message (Expand)AuthorAgeFilesLines
* Fix support for legacy .dockercfg auth config formatJoffrey F2018-06-291-2/+3
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-083-3/+10
* query plugin privilege with registry auth headerMike Lee2018-06-051-1/+9
* Fix create_plugin on WindowsJoffrey F2018-05-251-1/+4
* Avoid unwanted modification of dockerfile pathJoffrey F2018-05-251-1/+6
* Merge branch 'master' of github.com:docker/docker-pyJoffrey F2018-04-252-8/+12
|\
| * Fix session timeout = None caseJoffrey F2018-04-251-8/+7
| * Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-251-6/+6
| * stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-251-3/+8
| * Set minimum version for configs api to 1.30John Hu2018-04-251-4/+4
* | prune_builds testJoffrey F2018-04-251-16/+17
* | Merge branch 'build_prune' of https://github.com/The-Loeki/docker-py into The...Joffrey F2018-04-251-0/+16
|\ \ | |/ |/|
| * build_pruneRonald van Zantvoort2018-02-261-0/+16
* | Support absolute paths for in-context DockerfilesJoffrey F2018-04-121-2/+4
* | Properly handle relative Dockerfile paths and Dockerfile on different drivesJoffrey F2018-03-301-9/+20
* | Add methods for /distribution/<name>/json endpointJoffrey F2018-03-291-0/+21
* | Support building with Dockerfile outside of contextJoffrey F2018-03-271-0/+10
* | Add isolation param to buildJoffrey F2018-03-231-1/+10
* | Allow cancelling the streams from other threadsViktor Adam2018-03-202-10/+28
* | Fix flake8 caseWanzhi Du2018-03-051-1/+2
* | Ignore comment line from the .dockerignore fileWanzhi Du2018-03-051-1/+1
* | Workaround requests resolving our unix socket URL on macosx.Matthieu Nottale2018-02-261-1/+3
|/
* GenericResources was introduced in 1.32Joffrey F2018-02-201-2/+2
* Code cleanup and version guardsJoffrey F2018-02-201-0/+5
* Merge pull request #1906 from docker/1352-data_stream_controlJoffrey F2018-02-143-9/+20
|\
| * Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-143-9/+20
* | Add support for device_cgroup_rules parameter in host configc5622_device_cgroup_rulesJoffrey F2018-02-131-0/+2
|/
* Add login data to the right subdict in auth_configs1895-login-authsJoffrey F2018-02-011-1/+1
* Update wait to always return a dictwait_returnJoffrey F2018-01-311-7/+3
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-317-207/+79
* Remove parameters and methods marked as deprecatedJoffrey F2018-01-314-78/+9
* Add support for publish mode for endpointspec ports1878-publishmodeJoffrey F2018-01-311-3/+12
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-303-5/+8
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-303-2/+19
* Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-262-11/+9
* Bump default API version to 1.35Joffrey F2018-01-263-19/+59
* Merge pull request #1856 from docker/1855-platform-optionJoffrey F2018-01-242-3/+20
|\
| * Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-232-3/+20
* | Fix regression on API < 1.25Viktor Adam2018-01-121-1/+8
|/
* Ignore dockerignore lines that contain only whitespace1852-dockerignoreJoffrey F2018-01-031-1/+3
* FormattingJoffrey F2017-12-191-2/+2
* Merge branch 'master' of https://github.com/qazbnm456/docker-py into qazbnm45...Joffrey F2017-12-191-1/+2
|\
| * make the error message clearerBoik2017-12-161-1/+2
* | Merge pull request #1727 from mbelang/join-swarn-default-listen-addressJoffrey F2017-12-181-1/+1
|\ \
| * | Add join_swarm default listen addressMaxime Belanger2017-08-291-1/+1
* | | Fixed DEFAULT API VERSION in docstrings.Felipe Ruhland2017-12-141-8/+8
* | | Merge pull request #1807 from rycus86/update_service_from_prev_specJoffrey F2017-12-141-14/+63
|\ \ \
| * | | Renaming new argumentViktor Adam2017-12-141-30/+23
| * | | Fix resetting ContainerSpec properties to NoneViktor Adam2017-11-151-2/+3
| * | | Service model update changesViktor Adam2017-11-141-24/+43