summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix container.stats infinite blocking on stream mode (#3120)6.1.1RazCrimson2023-05-071-0/+11
* deps: compatiblity with requests ≥ 2.29.0 and urllib3 2.x (#3116)6.1.0Felix Fontein2023-05-051-1/+1
* api: add `status` parameter to services list (#3093)Lorin Bucher2023-02-161-0/+14
* api: add `one-shot` option to container `stats` (#3089)Andy Roxby2023-02-161-1/+12
* Merge branch 'master'Milas Bowman2023-01-271-1/+83
|\
| * client: add `network_driver_opt` to container run and create (#3083)Mariano Scazzariello2023-01-271-1/+83
* | fix(store): warn on init instead of throw (#3080)Yanlong Wang2023-01-101-0/+7
* | volume: do not strip trailing characters from names (#3073)loicleyendecker2022-12-021-3/+3
* | test: use anonymous volume for prune (#3051)Brian Goff2022-10-051-4/+3
* | api: add support for floats to docker logs params since / until (#3031)Rhiza2022-08-191-1/+17
* | ci: use latest stable syntax for Dockerfiles (#3035)Sebastiaan van Stijn2022-08-193-5/+11
|/
* test: add additional tests for cgroupns option (#3024)6.0.0Milas Bowman2022-08-122-0/+33
* swarm: add support for DataPathPort on init (#2987)Chris Hand2022-08-121-0/+5
* Merge remote-tracking branch 'upstream/main' into connect-with-macMilas Bowman2022-08-1260-613/+2073
|\
| * swarm: add sysctl support for services (#3029)Quentin Mathorel2022-08-122-2/+23
| * docs: add changelog for 6.0.0 (#3019)6.0.0b2Milas Bowman2022-08-111-1/+1
| * Support `global-job` and `replicated-job` modes in Docker Swarm (#3016)Leonard Kinday2022-08-113-1/+50
| * credentials: eliminate distutils deprecation warnings (#3028)Ningú2022-08-021-3/+3
| * ci: add workflow for releases (#3018)Milas Bowman2022-07-301-4/+9
| * build: trim trailing whitespace from dockerignore entries (#2733)Clément Loiselet2022-07-291-0/+9
| * model: add remove() to Image (#3026)Milas Bowman2022-07-291-0/+10
| * api: add rollback_config to service create (#2917)ercildoune2022-07-292-1/+8
| * api: add force to plugin disable (#2843)Till!2022-07-291-2/+2
| * api: add cgroupns option to container create (#2930)David2022-07-291-0/+2
| * api: add platform to container create (#2927)Felix Fontein2022-07-292-0/+45
| * deps: upgrade websocket-client to latest (#3022)Milas Bowman2022-07-291-1/+20
| * client: use 12 character short IDs (#2862)Ben Fasoli2022-07-296-74/+92
| * ci: run SSH integration tests (#3012)Milas Bowman2022-07-2713-17/+55
| * lint: fix deprecation warnings from threading package (#2823)Karthikeyan Singaravelan2022-07-272-3/+3
| * deps: remove backports.ssl_match_hostname (#3011)Milas Bowman2022-07-271-10/+3
| * deps: test on Python 3.10 by default (#3010)Milas Bowman2022-07-273-4/+4
| * Merge pull request #3009 from milas/lint-flake8Milas Bowman2022-07-263-13/+14
| |\
| | * lint: fix outstanding flake8 violationsMilas Bowman2022-07-263-13/+14
| * | test: mark invalid test as xfailMilas Bowman2022-07-261-0/+1
| * | test: fix flaky container log testMilas Bowman2022-07-261-0/+2
| |/
| * test: fix for cgroupv2 (#2940)Sebastiaan van Stijn2022-07-261-4/+1
| * utils: fix IPv6 address w/ port parsing (#3006)Milas Bowman2022-07-261-2/+9
| * Don't install mock backportHugo van Kemenade2021-10-1110-51/+10
| * Merge pull request #2809 from feliperuhland/add-service-capabilityAnca Iordache2021-10-082-0/+68
| |\
| | * Add `CapabilityAdd` and `CapabilityDrop` toFelipe Ruhland2021-04-072-0/+68
| * | Merge branch 'master' into feat/add_templating_parameter_docker_configAnca Iordache2021-10-0741-356/+304
| |\ \
| | * | use python3.6+ constructsAnthony Sottile2021-07-0541-356/+304
| | |/
| * | Add the possibility to set a templating driver when creating a new Docker configSebastiano Mariani2021-06-031-0/+13
| |/
| * Merge pull request #2476 from feliperuhland/add-search-images-limitAnca Iordache2021-04-061-0/+5
| |\
| | * Add limit parameter to image search endpointFelipe Ruhland2021-02-241-0/+5
| * | Merge pull request #2788 from docker/set-minimal-python-to-3_6Anca Iordache2021-03-255-54/+37
| |\ \
| | * | Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-225-54/+37
| * | | Fix `KeyError` when creating a new secretFelipe Ruhland2021-03-243-0/+22
| |/ /
| * | relax PORT_SPEC regex so it accept and ignore square bracketsNicolas De Loof2021-03-101-0/+6
| |/
| * Fix SSH port parsing and add regression testsaiordache2021-02-181-0/+32