summaryrefslogtreecommitdiff
path: root/tests/unit/utils_test.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* On Windows, convert paths to use forward slashes before fnmatch callJoffrey F2018-06-281-485/+5
* Improved .dockerignore pattern processing to better match Docker CLI behaviorJoffrey F2018-06-281-1/+11
* Don't descend into symlinks when building context tarJoffrey F2018-03-211-0/+15
* Use same split rules for Dockerfile as other include/exclude patternsJoffrey F2018-03-201-0/+5
* Add test for "/.." patterns in .dockerignore.mefyl2018-02-261-0/+16
* Fix .dockerignore: accept wildcard in inclusion pattern, honor last line prec...mefyl2018-02-211-64/+20
* Fix dockerignore handling of absolute path exceptions.mefyl2018-02-211-0/+7
* Revert "Correctly support absolute paths in .dockerignore"mefyl2018-02-191-17/+10
* Correctly support absolute paths in .dockerignorec5672-dockerignore-abspathJoffrey F2018-02-121-10/+17
* Merge pull request #1901 from docker/1899-create_archive_fixJoffrey F2018-02-051-2/+6
|\
| * Rewrite access check in create_archive with EAFP1899-create_archive_fixJoffrey F2018-02-051-2/+6
* | Add workaround for bpo-32713c5618-negative-mtime-tarJoffrey F2018-02-011-0/+12
|/
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-2/+2
* Merge pull request #1881 from docker/pytest-assertsJoffrey F2018-01-301-162/+141
|\
| * Use pytest assertspytest-assertsJoffrey F2018-01-301-162/+141
* | Do not break when archiving broken symlinks1841-tar-broken-symlinksJoffrey F2018-01-291-0/+26
|/
* Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-221-0/+17
* Leading slash in .dockerignore should be ignoredJoffrey F2017-08-171-0/+5
* Generating regexp from .dockerignore file in a similar way as docker-ce.Jakub Goszczurny2017-08-171-0/+25
* split_port should not break when passed a non-string argumentJoffrey F2017-06-281-0/+3
* Add a specific unit test for splitting port with IPv6kaiyou2017-06-051-0/+6
* Fix test issuesappveyorJoffrey F2017-03-291-43/+37
* Raise an error when passing an empty string to split_portJoffrey F2017-03-091-0/+3
* fix: Missing exception handling in split_port when no container portLei Gong2017-03-091-0/+4
* Allow port range like 8000-8010:80crierr2017-02-201-0/+5
* Add support for recursive wildcard pattern in .dockerignoreJoffrey F2017-02-141-3/+13
* Ignore socket files in utils.tarJoffrey F2017-01-241-0/+15
* Accept / as a path separator in dockerignore patterns on all platformscompose-4302-dockerignore-windowsJoffrey F2017-01-061-0/+18
* 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