Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix URL-quoting for resource names containing spaces1758-url-quote-path | Joffrey F | 2017-12-13 | 1 | -0/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for scope filter in inspect_network | Joffrey F | 2017-11-07 | 1 | -0/+19 |
| | | | | | | Fix missing scope implementation in create_network Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use unambiguous advertise-addr when initializing a swarm | Joffrey F | 2017-11-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for ingress in create_networkcreate-ingress-network | Joffrey F | 2017-05-17 | 1 | -0/+8 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1425 from shin-/prunes | Joffrey F | 2017-02-03 | 1 | -9/+15 |
|\ | | | | | Prunes | ||||
| * | Add prune_networks method | Joffrey F | 2017-01-30 | 1 | -9/+15 |
| | | | | | | | | | | | | Ensure all integration tests use the same version of the busybox image Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Improve robustness of remove_network integration test | Joffrey F | 2017-01-30 | 1 | -4/+2 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update code and tests for Engine 1.13 compatibilitydnephin-add-attachable | Joffrey F | 2016-12-07 | 1 | -4/+12 |
| | | | | | | Makefile now runs tests against Docker 1.13 RC Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix typo in create_network | Joffrey F | 2016-12-06 | 1 | -0/+11 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move config type creation from docker.utils functions to classes inconfig_types | Joffrey F | 2016-12-01 | 1 | -12/+11 |
| | | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add random_name test helper | Ben Firshman | 2016-11-22 | 1 | -7/+3 |
| | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Split out base integration test for APIClient | Ben Firshman | 2016-11-22 | 1 | -2/+2 |
| | | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Rename Client to APIClient | Ben Firshman | 2016-11-22 | 1 | -0/+441 |
Signed-off-by: Ben Firshman <ben@firshman.co.uk> |