summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | api: add force to plugin disable (#2843)Till!2022-07-293-6/+10
| | * | build: disable pip cache in Dockerfile (#2828)Peter Dave Hello2022-07-292-4/+4
| | * | api: add cgroupns option to container create (#2930)David2022-07-293-1/+13
| | * | api: add platform to container create (#2927)Felix Fontein2022-07-295-8/+69
| | * | deps: upgrade websocket-client to latest (#3022)Milas Bowman2022-07-292-2/+21
| | * | api: preserve cause when re-raising error (#3023)Milas Bowman2022-07-291-1/+1
| | * | client: use 12 character short IDs (#2862)Ben Fasoli2022-07-298-81/+99
| | * | docs: fix markdown rendering (#3020)Milas Bowman2022-07-282-12/+7
| | * | lint: fix line length violation (#3017)Milas Bowman2022-07-281-1/+2
| | * | deps: upgrade & remove unnecessary dependencies (#3014)Milas Bowman2022-07-285-45/+16
| | * | ci: bump version to 6.0.0-dev (#3013)Milas Bowman2022-07-281-1/+1
| | * | docs: fix simple typo, containe -> container (#3015)Tim Gates2022-07-281-1/+1
| | * | ci: run SSH integration tests (#3012)Milas Bowman2022-07-2715-29/+86
| | * | lint: remove unnecessary pass statements (#2541)Vilhelm Prytz2022-07-273-3/+2
| | * | lint: fix deprecation warnings from threading package (#2823)Karthikeyan Singaravelan2022-07-272-3/+3
| | * | ssh: reject unknown host keys when using Python SSH impl (#2932)Audun V. Nes2022-07-271-1/+1
| | * | ssh: do not create unnecessary subshell on exec (#2910)errorcode2022-07-271-2/+1
| | * | deps: remove backports.ssl_match_hostname (#3011)Milas Bowman2022-07-273-19/+3
| | * | deps: test on Python 3.10 by default (#3010)Milas Bowman2022-07-2711-14/+32
| | * | ci: run integration tests & fix race condition (#2947)Leonard Kinday2022-07-262-19/+86
| | * | Merge pull request #3009 from milas/lint-flake8Milas Bowman2022-07-2612-31/+66
| | |\ \
| | | * | lint: fix outstanding flake8 violationsMilas Bowman2022-07-2611-31/+55
| | | * | ci: add flake8 jobMilas Bowman2022-07-261-0/+11
| | * | | Merge pull request #3008 from milas/flaky-testsMilas Bowman2022-07-262-0/+3
| | |\ \ \
| | | * | | test: mark invalid test as xfailMilas Bowman2022-07-261-0/+1
| | | * | | test: fix flaky container log testMilas Bowman2022-07-261-0/+2
| | | |/ /
| | * | | deps: use `packaging` instead of deprecated `distutils` (#2931)Francesco Casalegno2022-07-264-6/+7
| | * | | transport: fix ProxyCommand for SSH conn (#2993)Guy Lichtman2022-07-261-1/+1
| | * | | tls: use auto-negotiated highest version (#3007)Milas Bowman2022-07-261-20/+1
| | * | | client: fix exception semantics in _raise_for_status (#2954)Maor Kleinberger2022-07-261-1/+1
| | |/ /
| | * | test: fix for cgroupv2 (#2940)Sebastiaan van Stijn2022-07-261-4/+1
| | * | utils: fix IPv6 address w/ port parsing (#3006)Milas Bowman2022-07-262-16/+33
| | * | ci: remove Python 3.6 and add 3.11 pre-releases (#3005)Milas Bowman2022-07-261-3/+3
| | * | deps: upgrade pywin32 & relax version constraint (#3004)Milas Bowman2022-07-262-2/+2
| | * | Merge pull request #2974 from docker/dependabot/pip/paramiko-2.10.1Laura Brehm2022-07-131-1/+1
| | |\ \
| | | * | Bump paramiko from 2.8.0 to 2.10.1dependabot[bot]2022-03-291-1/+1
| | |/ /
| | * | Merge pull request #2898 from hugovk/add-3.10masterStefan Scherer2021-10-1415-64/+20
| | |\ \
| | | * | Don't install mock backportHugo van Kemenade2021-10-1111-52/+10
| | | * | Bump minimum paramiko to support Python 3.10Hugo van Kemenade2021-10-112-2/+2
| | | * | Bump pytest (and other dependencies) for Python 3.10Hugo van Kemenade2021-10-111-6/+6
| | | * | Universal wheels are for code expected to work on both Python 2 and 3Hugo van Kemenade2021-10-111-3/+0
| | | * | Add support for Python 3.10Hugo van Kemenade2021-10-112-1/+2
| | * | | Merge pull request #2897 from aiordache/changelog_5.0.3Stefan Scherer2021-10-141-0/+15
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Post-release changelog updateAnca Iordache2021-10-081-0/+15
| | |/ /
| | * | Merge pull request #2806 from feliperuhland/fix-low-level-volumes-exampleAnca Iordache2021-10-081-3/+3
| | |\ \
| | | * | Fix volumes low-level documentation examplesFelipe Ruhland2021-04-061-3/+3
| | * | | Merge pull request #2810 from feliperuhland/fix-low-level-swarm-exampleAnca Iordache2021-10-081-5/+5
| | |\ \ \
| | | * | | Fix swarm low-level documentation examplesFelipe Ruhland2021-04-071-5/+5
| | | |/ /
| | * | | Merge pull request #2805 from feliperuhland/fix-low-level-network-exampleAnca Iordache2021-10-081-2/+2
| | |\ \ \
| | | * | | Fix network low-level documentation examplesFelipe Ruhland2021-04-061-2/+2
| | | |/ /