Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Use unambiguous advertise-addr when initializing a swarm | Joffrey F | 2017-08-31 | 5 | -6/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Always send attach request as streaming | Joffrey F | 2017-08-21 | 1 | -4/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix handling of non-multiplexed (TTY) streams over upgraded sockets | Joffrey F | 2017-08-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for the `squash` flag when building | Gabriel Féron | 2017-08-15 | 1 | -1/+27 |
| | | | | | | Also added a test that compares the number of layers in the default mode, and with the new flag Signed-off-by: Gabriel Féron <feron.gabriel@gmail.com> | ||||
* | Handle untyped ContainerSpec dict in _check_api_features | Joffrey F | 2017-08-15 | 1 | -0/+17 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return generator for output of load_image endpoint | Joffrey F | 2017-08-15 | 1 | -0/+13 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Return the result of the API when using remove_image and load_image | Cecile Tonglet | 2017-08-15 | 1 | -1/+2 |
| | | | | | | Those calls return result that can be used by the developers. Signed-off-by: Cecile Tonglet <cecile.tonglet@gmail.com> | ||||
* | client.containers.run returns None if none of json-file or journald logging ↵ | Artem Bolshakov | 2017-08-07 | 1 | -0/+18 |
| | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com> | ||||
* | Add support for ContainerSpec.TTY | Joffrey F | 2017-06-21 | 1 | -0/+17 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1658 from docker/1397-build-network | Joffrey F | 2017-06-20 | 1 | -0/+33 |
|\ | | | | | Add network_mode support to Client.build | ||||
| * | Add network_mode support to Client.build1397-build-network | Joffrey F | 2017-06-19 | 1 | -0/+33 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Make sure data is written in prune test so space can be reclaimedmoby33735 | Joffrey F | 2017-06-20 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1626 from datwiz/images-build-error-1625 | Joffrey F | 2017-06-19 | 1 | -0/+11 |
|\ | | | | | fix #1625 where ImageCollection.build() could return with incorrect image id | ||||
| * | new integration task linting for #1625 | Chris Ottinger | 2017-05-27 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com> | ||||
| * | added integration test for #1625 for ImageCollection.build() that verfies ↵ | Chris Ottinger | 2017-05-27 | 1 | -0/+11 |
| | | | | | | | | | | | | that the build method uses the last success message for extracting the image id Signed-off-by: Chris Ottinger <chris.ottinger@team.telstra.com> | ||||
* | | Add support for start_period in Healthcheck spechealthcheck-start-period | Joffrey F | 2017-06-16 | 1 | -4/+21 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1617 from docker/create-ingress-network | Joffrey F | 2017-06-16 | 1 | -0/+8 |
|\ \ | | | | | | | Add support for ingress in create_network | ||||
| * | | 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 #1631 from madhuri-rai07/master | Joffrey F | 2017-06-16 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | Add support for ``runtime`` config | ||||
| * | | | Fix test cases for ``runtime`` config | Madhuri Kumari | 2017-06-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Madhuri Kumari <madhuri.kumari@intel.com> | ||||
| * | | | Add support for ``runtime`` in container create and run API | Madhuri Kumari | 2017-06-01 | 1 | -0/+9 |
| | |/ | |/| | |||||
* | | | Closes #1588, image.tag does not return anything | Olivier Sallou | 2017-06-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | This patch returns the check made against api when tagging an image as stated in documentation Signed-off-by: Olivier Sallou <olivier.sallou@irisa.fr> | ||||
* | | | Only pull the 'latest' tag when testing images | Bryan Boreham | 2017-06-14 | 1 | -3/+4 |
|/ / | | | | | | | Signed-off-by: Bryan Boreham <bjboreham@gmail.com> | ||||
* | | update swarm remove test status code from 500 to >= 400 | allencloud | 2017-05-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: allencloud <allen.sun@daocloud.io> | ||||
* | | Merge pull request #1615 from docker/service-placement | Joffrey F | 2017-05-17 | 1 | -0/+43 |
|\ \ | |/ |/| | Add support for placement preferences and platforms in TaskTemplate | ||||
| * | Add support for placement preferences and platforms in TaskTemplateservice-placement | Joffrey F | 2017-05-17 | 1 | -0/+43 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Add `target` argument to image building | Yong Wen Chua | 2017-05-16 | 1 | -0/+22 |
|/ | | | | | | | | | | This is related to the multi-stage image building that was introduced in 17.05 (API 1.29). This allows a user to specify the stage of a multi-stage Dockerfile to build for, rather than the final stage. Signed-off-by: Yong Wen Chua <me@yongwen.xyz> | ||||
* | Merge pull request #1605 from allencloud/update-test-status-code-from-500-to-400 | Joffrey F | 2017-05-15 | 1 | -1/+1 |
|\ | | | | | update docker-py test status code from 500 to 400 | ||||
| * | update docker-py test status code from 500 to 400 | allencloud | 2017-05-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: allencloud <allen.sun@daocloud.io> | ||||
* | | Replace erroneous networks argument in containers.run with singular1433-run-networks | Joffrey F | 2017-05-12 | 1 | -0/+19 |
|/ | | | | | | | | network equivalent. Small docfixes Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Adjust tests and add newest engine version to Jenkinsfiletest_17.05_engine | Joffrey F | 2017-05-09 | 1 | -6/+16 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | init_path removed in Engine 17.05init_path_removed | Joffrey F | 2017-05-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Include tag in images.get after pulling if provided separately1585-pull-tag | Joffrey F | 2017-05-09 | 1 | -4/+11 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch '1577-multi-success-message' of ↵ | Joffrey F | 2017-05-05 | 1 | -0/+9 |
|\ | | | | | | | https://github.com/aaronthebaron/docker-py into aaronthebaron-1577-multi-success-message | ||||
| * | Add integration tests | Aaron Cowdin | 2017-05-02 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Aaron Cowdin <aaron.cowdin@gmail.com> | ||||
* | | Modernize exec_api.py | Joffrey F | 2017-05-02 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | exec: add support for `Env` | Tomas Tomecek | 2017-04-29 | 1 | -0/+15 |
|/ | | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> |