-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: docker/docker-py
base: 6.0.1
head repository: docker/docker-py
compare: 6.1.0
- 14 commits
- 24 files changed
- 13 contributors
Commits on Nov 15, 2022
-
ci: add support for Python 3.11 (#3064)
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8590eaa - Browse repository at this point
Copy the full SHA 8590eaaView commit details
Commits on Dec 2, 2022
-
volume: do not strip trailing characters from names (#3073)
Only remove `:ro` or `:rw` suffixes in their entirety; do not strip arbitrary `r` / `o` / `w` / `:` characters individually. Signed-off-by: Loïc Leyendecker <loic.leyendecker@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 82cf559 - Browse repository at this point
Copy the full SHA 82cf559View commit details
Commits on Jan 10, 2023
-
docs: fix wrong command syntax in code annotation (#3081)
Signed-off-by: Maxim Mironyuk <serieznyi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3afb4b6 - Browse repository at this point
Copy the full SHA 3afb4b6View commit details -
build(deps): Bump setuptools from 63.2.0 to 65.5.1 (#3082)
Bumps [setuptools](https://github.com/pypa/setuptools) from 63.2.0 to 65.5.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](pypa/setuptools@v63.2.0...v65.5.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d38b41a - Browse repository at this point
Copy the full SHA d38b41aView commit details -
fix(store): warn on init instead of throw (#3080)
Signed-off-by: yanlong.wang <yanlong.wang@naiver.org>
Configuration menu - View commit details
-
Copy full SHA for 22718ba - Browse repository at this point
Copy the full SHA 22718baView commit details
Commits on Jan 13, 2023
-
exec: fix file handle leak with container.exec_* APIs (#2320)
Requests with stream=True MUST be closed or else the connection will never be returned to the connection pool. Both ContainerApiMixin.attach and ExecApiMixin.exec_start were leaking in the stream=False case. exec_start was modified to follow attach for the stream=True case as that allows the caller to close the stream when done (untested). Tested with: # Test exec_run (stream=False) - observe one less leak make integration-test-py3 file=models_containers_test.py' -k test_exec_run_success -vs -W error::ResourceWarning' # Test exec_start (stream=True, fully reads from CancellableStream) make integration-test-py3 file=api_exec_test.py' -k test_execute_command -vs -W error::ResourceWarning' After this change, one resource leak is removed, the remaining resource leaks occur because none of the tests call client.close(). Fixes #1293 (Regression from #1130) Signed-off-by: Peter Wu <pwu@cloudflare.com> Co-authored-by: Milas Bowman <milas.bowman@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 34e6829 - Browse repository at this point
Copy the full SHA 34e6829View commit details
Commits on Jan 27, 2023
-
client: add
network_driver_opt
to container run and create (#3083)Signed-off-by: Mariano Scazzariello <marianoscazzariello@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ee9151f - Browse repository at this point
Copy the full SHA ee9151fView commit details -
(Old PR unintentionally went to the `master` branch.)
Configuration menu - View commit details
-
Copy full SHA for aca129d - Browse repository at this point
Copy the full SHA aca129dView commit details
Commits on Feb 16, 2023
-
api: add
one-shot
option to containerstats
(#3089)Signed-off-by: Andy Roxby <107427605+aroxby-wayscript@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e9d4ddf - Browse repository at this point
Copy the full SHA e9d4ddfView commit details -
api: add
status
parameter to services list (#3093)Signed-off-by: Lorin Bucher <lorin@lbtec.dev>
Configuration menu - View commit details
-
Copy full SHA for 7cd7458 - Browse repository at this point
Copy the full SHA 7cd7458View commit details
Commits on Feb 22, 2023
-
socket: fix for errors on pipe close in Windows (#3099)
Need to return data, not size. By returning an empty string, EOF will be detected properly since `len()` will be `0`. Fixes #3098. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
Configuration menu - View commit details
-
Copy full SHA for f846232 - Browse repository at this point
Copy the full SHA f846232View commit details -
api: note the data arg may also be a stream in
put_archive
(#2478)Signed-off-by: Aarni Koskela <akx@iki.fi>
Configuration menu - View commit details
-
Copy full SHA for aaf68b7 - Browse repository at this point
Copy the full SHA aaf68b7View commit details
Commits on Apr 21, 2023
-
socket: use poll() instead of select() except on Windows (#2865)
Configuration menu - View commit details
-
Copy full SHA for a02ba74 - Browse repository at this point
Copy the full SHA a02ba74View commit details
Commits on May 5, 2023
-
deps: compatiblity with requests ≥ 2.29.0 and urllib3 2.x (#3116)
Requirements are the same, so it's still possible to use `urllib3 < 2` or `requests == 2.28.2` for example. Signed-off-by: Felix Fontein <felix@fontein.de>
Configuration menu - View commit details
-
Copy full SHA for 3178c8d - Browse repository at this point
Copy the full SHA 3178c8dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.0.1...6.1.0