Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'upstream/main' into connect-with-mac | Milas Bowman | 2022-08-12 | 1 | -1/+22 |
|\ | |||||
| * | use python3.6+ constructs | Anthony Sottile | 2021-07-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Anthony Sottile <asottile@umich.edu> | ||||
| * | Add support for DriverOpts in EndpointConfig | Mike Haboustak | 2020-04-30 | 1 | -0/+21 |
| | | | | | | | | | | | | | | Docker API 1.32 added support for providing options to a network driver via EndpointConfig when connecting a container to a network. Signed-off-by: Mike Haboustak <haboustak@gmail.com> | ||||
* | | Fix mac_address connect usage in network functions && addind appropriate test | Yuval Goldberg | 2019-12-19 | 1 | -0/+16 |
|/ | | | | Signed-off-by: Yuval Goldberg <yuvigoldi@hotmail.com> | ||||
* | Update alpine version to 3.10, and rename BUSYBOX variable | Sebastiaan van Stijn | 2019-08-10 | 1 | -9/+9 |
| | | | | Signed-off-by: Sebastiaan van Stijn <github@gone.nl> | ||||
* | Update tests to properly dispose of client instances in tearDown | Joffrey F | 2018-11-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated | Joffrey F | 2018-01-31 | 1 | -9/+0 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use pytest assertspytest-asserts | Joffrey F | 2018-01-30 | 1 | -54/+44 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | 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> |