summaryrefslogtreecommitdiff
path: root/tests/unit
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 `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
* | volume: do not strip trailing characters from names (#3073)loicleyendecker2022-12-021-3/+3
* | api: add support for floats to docker logs params since / until (#3031)Rhiza2022-08-191-1/+17
|/
* test: add additional tests for cgroupns option (#3024)6.0.0Milas Bowman2022-08-121-0/+19
* swarm: add sysctl support for services (#3029)Quentin Mathorel2022-08-121-2/+3
* Support `global-job` and `replicated-job` modes in Docker Swarm (#3016)Leonard Kinday2022-08-111-0/+16
* model: add remove() to Image (#3026)Milas Bowman2022-07-291-0/+10
* api: add rollback_config to service create (#2917)ercildoune2022-07-291-0/+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
* client: use 12 character short IDs (#2862)Ben Fasoli2022-07-296-74/+92
* lint: fix deprecation warnings from threading package (#2823)Karthikeyan Singaravelan2022-07-271-2/+2
* deps: remove backports.ssl_match_hostname (#3011)Milas Bowman2022-07-271-10/+3
* lint: fix outstanding flake8 violationsMilas Bowman2022-07-262-12/+13
* utils: fix IPv6 address w/ port parsing (#3006)Milas Bowman2022-07-261-2/+9
* Don't install mock backportHugo van Kemenade2021-10-119-46/+9
* use python3.6+ constructsAnthony Sottile2021-07-0522-245/+215
* 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-251-10/+17
|\ \
| * | Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-10/+17
* | | 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
* Unit and integration tests addedWojciechowskiPiotr2021-02-091-0/+2
* docker/api/image: replace use of deprecated "filter" argumentSebastiaan van Stijn2020-11-261-4/+15
* Add max_pool_size parameter (#2699)Mariano Scazzariello2020-11-171-2/+156
* Set image default tag on pullaiordache2020-09-163-7/+23
* set engine version for unit tests to avoid querying the engineaiordache2020-08-205-38/+62
* Fix memory conversion to bytes (#2645)Anca Iordache2020-08-171-17/+7
* Merge pull request #2520 from Nicceboy/masterAnca Iordache2020-08-071-1/+1
|\
| * Disable compression by default when using get_archive methodNiklas Saari2020-02-261-1/+1
* | Spelling fixes (#2571)Ville Skyttä2020-08-071-1/+1
* | Add device requests (#2471)Lucidiot2020-08-071-1/+63
* | Merge pull request #2551 from haboustak/2550-add-driveropts-to-endpointconfigUlysses Souza2020-07-021-1/+3
|\ \
| * | Add support for DriverOpts in EndpointConfigMike Haboustak2020-04-301-1/+3
| |/
* | Specify when to use `tls` on Context constructorUlysses Souza2020-05-281-0/+4
|/
* Implement context management, lifecycle and unittests.Anca Iordache2020-02-052-10/+55
* Fix for empty auth keys in config.jsonMatt Fluet2019-08-151-0/+116
* Make dockerpycreds part of the SDK under docker.credentialsJoffrey F2019-04-301-4/+3
* Fix base_url to keep TCP protocolUlysses Souza2019-03-261-4/+8
* Merge pull request #2288 from hannseman/container-run-create-volume_driverIan Campbell2019-03-251-1/+1
|\
| * Move volume_driver to RUN_HOST_CONFIG_KWARGSHannes Ljungberg2019-03-231-1/+1
* | Test all split_port with all valid protocolsHannes Ljungberg2019-03-181-3/+10
|/
* Remove use_config_proxy from exec. Add use_config_proxy docs to DockerClientproxy_env_fixesJoffrey F2019-01-091-2/+2
* Regression 443 test: relax status-code checkSebastiaan van Stijn2019-01-091-0/+21