summaryrefslogtreecommitdiff
path: root/docker/utils/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* use python3.6+ constructsAnthony Sottile2021-07-051-1/+1
* Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separationJoffrey F2018-01-301-3/+3
* Update check_resource decorator to account for new resource namesJoffrey F2017-06-151-16/+15
* Add support for secrets in ContainerSpecJoffrey F2017-02-131-1/+1
* Swarm service API implementationJoffrey F2016-08-171-1/+1
* Avoid crashing in update_headers decorator when headers kwarg is None1148-update-headers-fixJoffrey F2016-08-021-1/+1
* Add HttpHeaders support in load_configPavel Kravchenko2016-01-181-0/+11
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-0/+16
* Fix small decorator issueJoffrey F2015-06-301-2/+2
* CleanupJoffrey F2015-06-301-3/+2
* Merge branch 'id-resolution-in-check-resource' of https://github.com/posita/d...Joffrey F2015-06-301-0/+2
|\
| * Move image/container ID resolution to @check_resource decorator.Matt Bogosian2015-05-201-0/+2
* | Fixed import styleJoffrey F2015-06-181-2/+3
* | Use functools.wraps for check_resource decorator.Scott Sanderson2015-06-021-0/+3
|/
* Fixed check_resource decoratorJoffrey F2015-05-201-5/+3
* Fix #602. Raise ValueError on empty argument to inspect_{container,image}() m...Matt Bogosian2015-05-171-0/+2
* Fix #573Joffrey F2015-04-281-6/+9
* Change decorators to use a relative import.dlorenc2015-04-271-2/+2
* Use custom Error class (inherits DockerException and ValueError)check_resource_not_noneJoffrey F2015-04-271-1/+4
* Added check_resource decorator to interrupt command if container or image arg...Joffrey F2015-04-241-0/+10