Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2188 from docker/c6374-credhelpers | Joffrey F | 2018-11-30 | 1 | -2/+4 |
|\ | | | | | Modernize auth management | ||||
| * | Add credstore_env to all load_config calls | Joffrey F | 2018-11-30 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | implement stream demultiplexing for exec commands | Corentin Henry | 2018-11-27 | 1 | -7/+11 |
|/ | | | | | | fixes https://github.com/docker/docker-py/issues/1952 Signed-off-by: Corentin Henry <corentinhenry@gmail.com> | ||||
* | Add support for SSH protocol in base_url | Joffrey F | 2018-11-01 | 1 | -0/+19 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Allow passing of env overrides to credstore through APIClient ctor | Joffrey F | 2018-06-08 | 1 | -1/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Workaround requests resolving our unix socket URL on macosx. | Matthieu Nottale | 2018-02-26 | 1 | -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_control | Joffrey F | 2018-02-14 | 1 | -3/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 1 | -22/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separation | Joffrey F | 2018-01-30 | 1 | -1/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use config.json for detachKeys | Fumiaki MATSUSHIMA | 2018-01-30 | 1 | -1/+2 |
| | | | | Signed-off-by: Fumiaki Matsushima <mtsmfm@gmail.com> | ||||
* | Fixed DEFAULT API VERSION in docstrings. | Felipe Ruhland | 2017-12-14 | 1 | -8/+8 |
| | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com> | ||||
* | Fix URL-quoting for resource names containing spaces1758-url-quote-path | Joffrey F | 2017-12-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for configs management | Joffrey F | 2017-11-07 | 1 | -0/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix handling of non-multiplexed (TTY) streams over upgraded sockets | Joffrey F | 2017-08-17 | 1 | -6/+16 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add attributes for pickling | An Ha | 2017-06-20 | 1 | -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 names | Joffrey F | 2017-06-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move reload_config func into the APIClient | Erik Johnson | 2017-05-02 | 1 | -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 docs | Joffrey F | 2017-04-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Implement secrets API | Joffrey F | 2017-02-13 | 1 | -0/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1432 from shin-/plugins | Joffrey F | 2017-02-13 | 1 | -1/+5 |
|\ | | | | | Plugins API | ||||
| * | Fix _post_json behavior | Joffrey F | 2017-02-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | APIClient implementation of plugin methods | Joffrey F | 2017-02-03 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1344 from psviderski/fix/logs_performance | Joffrey F | 2017-02-06 | 1 | -2/+4 |
|\ \ | |/ |/| | Dramatically increase get logs performance | ||||
| * | increase logs performance, do not copy bytes object | Pavel Sviderski | 2016-12-07 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Pavel Sviderski <pavel@psviderski.name> | ||||
* | | Change "Remote API" to "Engine API" | Ben Firshman | 2017-01-30 | 1 | -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-helper | Joffrey F | 2017-01-11 | 1 | -26/+23 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1315 from bfirsh/rename-docker-py-to-docker-sdk-python | Joffrey F | 2016-12-02 | 1 | -2/+2 |
|\ | | | | | Start to rename docker-py to docker-sdk-python | ||||
| * | Start to rename docker-py to docker-sdk-python | Ben Firshman | 2016-11-28 | 1 | -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_module | Joffrey F | 2016-12-01 | 1 | -5/+3 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add new user-focused API | Ben Firshman | 2016-11-22 | 1 | -17/+5 |
| | | | | | | See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Add docstrings to low-level API | Ben Firshman | 2016-11-22 | 1 | -2/+26 |
| | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Rename Client to APIClient | Ben Firshman | 2016-11-22 | 1 | -0/+420 |
Signed-off-by: Ben Firshman <ben@firshman.co.uk> |