Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tests for log_config paramlogconfig-support | Joffrey F | 2015-04-24 | 1 | -1/+21 |
| | |||||
* | Improved ulimit tests | Joffrey F | 2015-04-22 | 1 | -1/+13 |
| | |||||
* | assertRaises 2.6 compat | Joffrey F | 2015-04-22 | 1 | -6/+3 |
| | |||||
* | Add tests for ulimits | Joffrey F | 2015-04-22 | 1 | -4/+34 |
| | |||||
* | line length | Yuval Kohavi | 2015-04-11 | 1 | -3/+8 |
| | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | ||||
* | python 2.6 compatible | Yuval Kohavi | 2015-04-11 | 1 | -6/+3 |
| | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | ||||
* | Adding port utils to split port ranges | Yuval Kohavi | 2015-04-03 | 1 | -0/+95 |
| | | | | Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com> | ||||
* | Update resolve_authconfig to bring it in line with Docker client | Aanand Prasad | 2015-02-27 | 1 | -1/+11 |
| | | | | | | | Instead of expanding the registry name we're looking for to a full URL, strip entries in the authconfig down to just the hostname. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Additional tests and small improvement to auth.resolve_authconfig | Joffrey F | 2015-02-01 | 1 | -0/+55 |
| | |||||
* | Use create_host_config in start (unifying parameter processing)0.7.0-release | Joffrey F | 2014-12-18 | 1 | -1/+6 |
| | |||||
* | assertEquals -> assertEqual | Joffrey F | 2014-12-17 | 1 | -5/+5 |
| | |||||
* | Changed assertIn to assertTrue(... in ...) (2.6 support) | Joffrey F | 2014-11-03 | 1 | -3/+3 |
| | |||||
* | Merge branch 'filters' of github.com:irachex/docker-py into irachex-filters | Joffrey F | 2014-11-03 | 1 | -6/+19 |
|\ | | | | | | | | | | | | | Conflicts: docker/utils/__init__.py docker/utils/utils.py tests/utils_test.py | ||||
| * | Add support for filtering images and containers | Huayi Zhang | 2014-10-05 | 1 | -1/+15 |
| | | | | | | | | | | | | | | [`filters` is a json encoded value of the filters (a map[string][string]) to process on the images list. ][1] The tricky thing is that we must convert boolean value to string and any filter value to list to make a `map[string][string]` json format [1]: https://docs.docker.com/reference/api/docker_remote_api_v1.14/#list-images | ||||
* | | utils: add kwargs_from_env | Johan Euphrosine | 2014-10-29 | 1 | -1/+31 |
|/ | |||||
* | Implemented complete parse_host method to handle all accepted values of ↵ | Joffrey F | 2014-07-03 | 1 | -1/+34 |
| | | | | Client's base_url. Unit tests | ||||
* | Python, not Go | Joffrey F | 2014-06-17 | 1 | -3/+3 |
| | |||||
* | make flake happy | Luka Stojanovic | 2014-03-24 | 1 | -6/+12 |
| | |||||
* | parse_repository_tag function and accompanying test | Luka Stojanovic | 2014-03-24 | 1 | -0/+18 |