Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve separation between auth_configs and general_configsimprove_authconfig_genconfig_separation | Joffrey F | 2018-01-30 | 1 | -4/+0 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | More ContainerSpec tests | Joffrey F | 2017-11-07 | 1 | -6/+14 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for configs management | Joffrey F | 2017-11-07 | 1 | -0/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use unambiguous advertise-addr when initializing a swarm | Joffrey F | 2017-11-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1459 from shin-/1300-storageopts | Joffrey F | 2017-02-15 | 1 | -0/+4 |
|\ | | | | | Add support for storage_opt in host_config | ||||
| * | Add support for storage_opt in host_config | Joffrey F | 2017-02-15 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add tests for secret API implementation | Joffrey F | 2017-02-13 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1432 from shin-/plugins | Joffrey F | 2017-02-13 | 1 | -0/+1 |
|\ \ | |/ | | | Plugins API | ||||
| * | Add create_plugin implementation | Joffrey F | 2017-02-09 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add prune_networks method | Joffrey F | 2017-01-30 | 1 | -1/+1 |
|/ | | | | | | Ensure all integration tests use the same version of the busybox image Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Allow configuring API version for integration test with env varconfig_test_api_version | Joffrey F | 2017-01-25 | 1 | -2/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Prevent Swarm address conflictsjenkinsfile | Joffrey F | 2016-12-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Split out base integration test for APIClient | Ben Firshman | 2016-11-22 | 1 | -17/+20 |
| | | | | | | 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 | -1/+2 |
| | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Move BaseTestCase to BaseIntegrationTest | Ben Firshman | 2016-10-03 | 1 | -0/+88 |
Because two things called `BaseTestCase` is quite confusing. I haven't bothered refactoring the other `BaseTestCase` because that disappears anyway when we drop Python 2.6 support. Signed-off-by: Ben Firshman <ben@firshman.co.uk> |