summaryrefslogtreecommitdiff
path: root/docker/api/client.py
Commit message (Collapse)AuthorAgeFilesLines
* Workaround requests resolving our unix socket URL on macosx.Matthieu Nottale2018-02-261-1/+3
| | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com>
* Add chunk_size parameter to data downloading methods (export, get_archive, save)1352-data_stream_controlJoffrey F2018-02-141-3/+3
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecatedJoffrey F2018-01-311-22/+5
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-1/+4
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Use config.json for detachKeysFumiaki MATSUSHIMA2018-01-301-1/+2
| | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com>
* Fixed DEFAULT API VERSION in docstrings.Felipe Ruhland2017-12-141-8/+8
| | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com>
* Fix URL-quoting for resource names containing spaces1758-url-quote-pathJoffrey F2017-12-131-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for configs managementJoffrey F2017-11-071-0/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-171-6/+16
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add attributes for picklingAn Ha2017-06-201-0/+6
| | | | | | | | When using the multiprocessing module, it throws an AttributeError, complaining that the object does not have the attribute used. This adds the missing attributes and allows them to be pickled. Signed-off-by: An Ha <zero579911@gmail.com>
* Update check_resource decorator to account for new resource namesJoffrey F2017-06-151-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Move reload_config func into the APIClientErik Johnson2017-05-021-0/+14
| | | | | | Also revert an incorrect change in the DaemonApiMixin's login func Signed-off-by: Erik Johnson <palehose@gmail.com>
* Update mentions of the default API version in docsJoffrey F2017-04-031-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Implement secrets APIJoffrey F2017-02-131-0/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1432 from shin-/pluginsJoffrey F2017-02-131-1/+5
|\ | | | | Plugins API
| * Fix _post_json behaviorJoffrey F2017-02-031-1/+1
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * APIClient implementation of plugin methodsJoffrey F2017-02-031-1/+5
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #1344 from psviderski/fix/logs_performanceJoffrey F2017-02-061-2/+4
|\ \ | |/ |/| Dramatically increase get logs performance
| * increase logs performance, do not copy bytes objectPavel Sviderski2016-12-071-2/+4
| | | | | | | | Signed-off-by: Pavel Sviderski <pavel@psviderski.name>
* | Change "Remote API" to "Engine API"Ben Firshman2017-01-301-1/+1
| | | | | | | | | | | | | | | | This is currently inconsistent, but mostly called "Engine API". For the release of Docker 1.13, this will be "Engine API" all over the Engine documentation, too. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* | Use json_stream function in decoded _stream_helperfix-stream-helperJoffrey F2017-01-111-26/+23
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1315 from bfirsh/rename-docker-py-to-docker-sdk-pythonJoffrey F2016-12-021-2/+2
|\ | | | | Start to rename docker-py to docker-sdk-python
| * Start to rename docker-py to docker-sdk-pythonBen Firshman2016-11-281-2/+2
| | | | | | | | | | | | | | | | | | | | Pretty much everything except renaming the GitHub repo and documentation, which is not actually done yet. Nearer the release we can do a search/replace for all that stuff. Ref #1310 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* | Move ssladapter to transport modulessladapter_transport_moduleJoffrey F2016-12-011-5/+3
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new user-focused APIBen Firshman2016-11-221-17/+5
| | | | | | See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Add docstrings to low-level APIBen Firshman2016-11-221-2/+26
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+420
Signed-off-by: Ben Firshman <ben@firshman.co.uk>