summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* 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
* By default, disable proxy supportCorentin Henry2019-01-091-2/+2
* add unit tests for ProxyConfigCorentin Henry2019-01-091-0/+84
* tests: remove outdated codeCorentin Henry2019-01-091-2/+0
* Update test dependencies to latest version, fix some flake8 errorsfix_test_depsJoffrey F2019-01-091-1/+1
* Merge pull request #2188 from docker/c6374-credhelpersJoffrey F2018-11-303-88/+267
|\
| * Add some credHelpers testsc6374-credhelpersJoffrey F2018-11-301-51/+230
| * Make AuthConfig a dict subclass for backward-compatibilityJoffrey F2018-11-301-2/+2
| * Modernize auth managementJoffrey F2018-11-283-43/+43
* | Fix test namesJoffrey F2018-11-301-25/+28
* | Merge branch 'master' of https://github.com/little-dude/docker-py into little...Joffrey F2018-11-302-19/+87
|\ \ | |/ |/|
| * fix exec api inconsistencyCorentin Henry2018-11-281-1/+1
| * add tests for _read_from_socketCorentin Henry2018-11-281-16/+82
| * implement stream demultiplexing for exec commandsCorentin Henry2018-11-272-3/+5
* | Update DockerClient.images.pull to always stream responseadw1n-i2116Joffrey F2018-11-282-7/+22
* | Fix pulling images with `stream=True`adw1n2018-11-282-3/+6
|/
* Correctly handle longpath prefix in process_dockerfile when joining pathsc6356-longpath-prefixJoffrey F2018-11-261-1/+63
* tests: fix failure due to pytest deprecationCorentin Henry2018-11-211-12/+12
* Properly convert non-string filters to expected string formatJoffrey F2018-11-081-2/+2
* Rewrite utils.parse_host to detect more invalid addresses.ssh_protocol_supportJoffrey F2018-11-011-2/+10
* Merge pull request #2103 from asottile/allow_uid_integer_0Joffrey F2018-08-061-0/+6
|\
| * Allow user=0 to be passed in create_containerAnthony Sottile2018-08-021-0/+6
* | Improve placement handling in DockerClient.services.createknackworks-service-create-placement-preferencesJoffrey F2018-08-031-1/+7
|/
* Merge pull request #2063 from mtszb/masterJoffrey F2018-06-292-0/+8
|\
| * Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-292-0/+8
* | On Windows, convert paths to use forward slashes before fnmatch callJoffrey F2018-06-282-485/+498
* | Improved .dockerignore pattern processing to better match Docker CLI behaviorJoffrey F2018-06-281-1/+11
|/
* Fix support for legacy .dockercfg auth config formatJoffrey F2018-06-271-12/+54
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-1/+1
* Fix socket reading function for TCP (non-HTTPS) connections on WindowsJoffrey F2018-06-061-2/+56