summaryrefslogtreecommitdiff
path: root/tests/unit/utils_test.py
Commit message (Expand)AuthorAgeFilesLines
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-243/+5
* Merge pull request #1277 from bodnarbm/do-not-traverse-ignored-directories-wi...Ben Firshman2016-11-291-1/+75
|\
| * Add unit tests for should_check_directory.Brandon Bodnar2016-11-261-1/+75
* | Merge pull request #1297 from docker/stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-0/+13
|\ \
| * | Re-enable pid_mode checks for API < 1.24stepanstipl-allow_custom_pid_modeJoffrey F2016-11-281-0/+13
| |/
* | Fix parsing for an environment file with newlinesJon Cotton2016-11-281-1/+9
|/
* Rename Client to APIClientBen Firshman2016-11-221-8/+7
* Drop support for Python 2.6Ben Firshman2016-11-221-18/+17
* Merge pull request #1236 from docker/host_config_isolationJoffrey F2016-11-171-1/+12
|\
| * Add support for isolation param in host confighost_config_isolationJoffrey F2016-09-291-1/+12
* | Update tests to avoid failures on Windows platformsJoffrey F2016-10-141-53/+87
* | Merge pull request #1256 from docker/format_env_unicode_bugJoffrey F2016-10-131-2/+17
|\ \
| * | Do not break when calling format_environment with unicode valuesformat_env_unicode_bugJoffrey F2016-10-121-2/+17
| |/
* | Remove trailing slashes in result of utils.parse_hostbase_url_trailing_slashJoffrey F2016-10-121-0/+5
|/
* Docs and tests for pids_limit.aiden0z-masterJoffrey F2016-08-231-0/+9
* support MemoryReservation and KernelMemoryKay Yan2016-08-231-0/+14
* Merge branch 'master' of https://github.com/srikalyan/docker-py into srikalya...Joffrey F2016-08-231-1/+10
|\
| * Added support for user namespace.Srikalyan Swayampakula2016-06-301-1/+10
* | Implemented dns_opt support (from api 1.21)George Lester2016-08-071-0/+13
* | Avoid crashing in update_headers decorator when headers kwarg is None1148-update-headers-fixJoffrey F2016-08-021-1/+34
* | Add support for IPv6 docker host connections.1135-ipv6-docker-hostJoffrey F2016-07-271-1/+9
* | Default to npipe address on WindowsAanand Prasad2016-07-261-2/+2
|/
* Merge pull request #1066 from yunzhu-li/blkio-controlJoffrey F2016-06-151-0/+19
|\
| * Add support for Block IO constraints in HostConfigyunzhu-li2016-06-051-0/+19
* | Update parse_host and testsJoffrey F2016-06-021-4/+3
|/
* support Python 3.5Thomas Grainger2016-05-191-51/+19
* Resolve path traversal in .dockerignore patternsAanand Prasad2016-05-161-0/+8
* Merge pull request #1004 from klj613/allow-equals-character-in-env-fileJoffrey F2016-04-271-0/+8
|\
| * makes it possible to have '=' in the env fileKristian Lewis Jones2016-03-221-0/+8
* | Tests for match_hostname backportJoffrey F2016-03-291-17/+0
* | Support OomScoreAdj in host configurationAditya Marella2016-03-221-0/+10
* | Support passing an alternate environment dict to kwargs_from_envkwargs_from_env_altJoffrey F2016-03-211-0/+14
|/
* If tcp host is provided while TLS is enabled, convert to httpstcp-to-https-parsehostJoffrey F2016-03-171-1/+6
* Fix enable_tls issue #984Joffrey F2016-03-111-13/+1
* Fix TLS regressionsAanand Prasad2016-02-231-3/+1
* Never exclude Dockerfile from the build context.926-ignored_dockerfilesJoffrey F2016-02-091-5/+17
* Merge pull request #920 from docker/ssl_version_simplerJoffrey F2016-02-051-0/+17
|\
| * Remove obsolete SSL version computationssl_version_simplerJoffrey F2016-02-031-0/+17
* | Re-write kwargs_from_env to handle TLS options betterMike Dougherty2016-02-041-4/+51
* | Add support for shm_size.Spencer Rinehart2016-02-041-0/+8
|/
* Support unspecified protocol in base_url when using TLS894-docker_host_envJoffrey F2016-01-281-0/+5
* parse_bytes: Add ability to handle 64-bit integers in py2Joffrey F2016-01-181-5/+20
* Improve host devices supportJoffrey F2016-01-181-1/+60
* Normalise/fix networking API JSON keysAanand Prasad2016-01-181-6/+6
* Implement support for network-scoped aliasesAanand Prasad2016-01-141-1/+9
* allow custom ipam options when creating networksRyan Belgrave2016-01-041-1/+16
* Improve get_paths performance by not descending into ignored directoriesThomas Boyt2015-12-081-3/+3
* Add tests for new cases covered by parse_repository_tag860-deprecate-resolve-repo-nameJoffrey F2015-11-241-14/+46
* create_host_config: allow setting oom_kill_disableMichael Schubert2015-11-101-1/+8
* Fix py3.2 test failure and unicode behaviorJoffrey F2015-10-271-5/+9