Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | ImageCollection.build now also returns build logs along with the built image ↵1702-build-logs-dockerclient | Joffrey F | 2018-01-26 | 1 | -7/+10 | |
|/ | | | | | | | | reference BuildError.build_logs has a copy of the logs generator Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | Merge pull request #1873 from docker/hongbin-image-load | Joffrey F | 2018-01-26 | 1 | -0/+5 | |
|\ | | | | | Return Image objects in ImageCollection.load | |||||
| * | Error handling in ImageCollection.loadhongbin-image-load | Joffrey F | 2018-01-26 | 1 | -0/+5 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Return tuple instead of dict in exec_run | Joffrey F | 2018-01-26 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Merge branch 'add_exit_code_to_exec_run' of ↵ | Joffrey F | 2018-01-26 | 1 | -2/+13 | |
|\ \ | |/ |/| | | | https://github.com/hnq90/docker-py into hnq90-add_exit_code_to_exec_run | |||||
| * | Add exit code to exec_run | HuyNQ | 2017-11-13 | 1 | -2/+13 | |
| | | | | | | | | Signed-off-by: HuyNQ <huy@huynq.net> | |||||
* | | Bump default API version to 1.35 | Joffrey F | 2018-01-26 | 3 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | Add ContainerSpec.isolation support Add until support in logs Add condition support in wait Add workdir support in exec_create Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Merge pull request #1856 from docker/1855-platform-option | Joffrey F | 2018-01-24 | 2 | -1/+25 | |
|\ \ | | | | | | | Add support for experimental platform flag in build and pull | |||||
| * | | Add support for experimental platform flag in build and pull1855-platform-option | Joffrey F | 2018-01-23 | 2 | -1/+25 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Merge pull request #1846 from feliperuhland/issue-1734-scale-method | Joffrey F | 2018-01-24 | 1 | -0/+46 | |
|\ \ \ | | | | | | | | | Added scale method to the Service model. | |||||
| * | | | Fix test to make sure the initial mode is replicated | Felipe Ruhland | 2018-01-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com> | |||||
| * | | | Ensure that global containers are not scaled | Felipe Ruhland | 2017-12-26 | 1 | -0/+24 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com> | |||||
| * | | | Added scale method to the Service model. | Felipe Ruhland | 2017-12-21 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Felipe Ruhland <felipe.ruhland@gmail.com> | |||||
* | | | | Shift test matrix forwardjenkins-update | Joffrey F | 2018-01-24 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | | Fix regression on API < 1.25 | Viktor Adam | 2018-01-12 | 1 | -0/+24 | |
| |/ / |/| | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
* | | | Ignore dockerignore lines that contain only whitespace1852-dockerignore | Joffrey F | 2018-01-03 | 1 | -0/+22 | |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Don't attempt to retrieve container's stderr if `auto_remove` was set1813-autoremove-error | Joffrey F | 2017-12-19 | 1 | -1/+13 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Retrieve container logs before container exits / is removed1813-run-autoremove | Joffrey F | 2017-12-14 | 1 | -3/+20 | |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | Merge pull request #1807 from rycus86/update_service_from_prev_spec | Joffrey F | 2017-12-14 | 2 | -2/+577 | |
|\ \ | | | | | | | Update service from prev spec | |||||
| * | | Renaming new argument | Viktor Adam | 2017-12-14 | 1 | -15/+15 | |
| | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
| * | | Fix resetting ContainerSpec properties to None | Viktor Adam | 2017-11-15 | 1 | -4/+4 | |
| | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
| * | | Attempting to make service update tests less flaky | Viktor Adam | 2017-11-15 | 2 | -4/+10 | |
| | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
| * | | Service model update changes | Viktor Adam | 2017-11-14 | 2 | -27/+283 | |
| | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
| * | | Update service using previous spec | Viktor Adam | 2017-11-14 | 1 | -0/+313 | |
| |/ | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
* | | Merge pull request #1834 from mhank/1823-support-update-order | Joffrey F | 2017-12-14 | 1 | -0/+18 | |
|\ \ | | | | | | | Add support for order property when updating a service | |||||
| * | | Add support for order property when updating a service | Michael Hankin | 2017-12-12 | 1 | -0/+18 | |
| | | | | | | | | | | | | Signed-off-by: Michael Hankin <mjhankin1@gmail.com> | |||||
* | | | Merge pull request #1835 from docker/1758-url-quote-path | Joffrey F | 2017-12-13 | 1 | -0/+7 | |
|\ \ \ | | | | | | | | | Fix URL-quoting for resource names containing spaces | |||||
| * | | | 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 integration test for CPU realtime options | Joffrey F | 2017-12-13 | 1 | -0/+14 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
* | | | Merge pull request #1812 from rycus86/greedy_network_list | Joffrey F | 2017-12-13 | 1 | -2/+8 | |
|\ \ \ | | | | | | | | | Fetch network details with network lists greedily | |||||
| * | | | Only allow greedy queries on the model | Viktor Adam | 2017-11-21 | 1 | -41/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
| * | | | Fixing integration tests | Viktor Adam | 2017-11-19 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
| * | | | Fetch network details with network lists greedily | Viktor Adam | 2017-11-16 | 2 | -2/+45 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | |||||
* | | | | Change format of extra hosts | Michael Hankin | 2017-12-03 | 1 | -2/+2 | |
| |/ / |/| | | | | | | | | Signed-off-by: Michael Hankin <mjhankin1@gmail.com> | |||||
* | | | Merge pull request #1798 from docker/unlock_swarm_support | Joffrey F | 2017-11-20 | 1 | -0/+11 | |
|\ \ \ | |/ / |/| | | Unlock swarm support | |||||
| * | | Add unlock methods to Swarm modelunlock_swarm_support | Joffrey F | 2017-11-07 | 1 | -5/+6 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Add unlock_swarm and get_unlock_key to APIClient | Joffrey F | 2017-11-07 | 1 | -0/+10 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Add support for insert_defaults in inspect_service | Joffrey F | 2017-11-06 | 1 | -0/+11 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Update SwarmSpec to include new parameters | Joffrey F | 2017-11-03 | 1 | -0/+38 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Add support for scope filter in inspect_network | Joffrey F | 2017-11-02 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | Fix missing scope implementation in create_network Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Oops | Joffrey F | 2017-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Fix build tests to not rely on internet connectivity | Joffrey F | 2017-11-02 | 1 | -10/+20 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Improve docs for service list filters | Alessandro Baldo | 2017-11-01 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - add "label" and "mode" to the list of available filter keys in the high-level service API - add "label" and "mode" to the list of available filter keys in the low-level service API - add integration tests Signed-off-by: Alessandro Baldo <git@baldoalessandro.net> | |||||
| * | | More ContainerSpec tests | Joffrey F | 2017-10-26 | 4 | -32/+69 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Add support for configs management | Joffrey F | 2017-10-26 | 3 | -3/+251 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Update test engine versions in Jenkinsfile | Joffrey F | 2017-10-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Add support for extra_hosts option in build | Joffrey F | 2017-10-25 | 1 | -0/+32 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Add support for mounts in HostConfig | Joffrey F | 2017-10-24 | 1 | -0/+65 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Remove superfluous version validation | Joffrey F | 2017-10-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | |||||
| * | | Adding swarm id_attribute to match docker output | Steve Clark | 2017-09-21 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | Swarm id is returned in a attribute with the key ID. The swarm model was using the default behaviour and looking for Id. Signed-off-by: Steve Clark <steve@cobe.io> |