summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* More ContainerSpec testsupdate-service-classesJoffrey F2017-10-264-32/+69
* Add support for configs managementJoffrey F2017-10-263-3/+251
* Update test engine versions in JenkinsfileJoffrey F2017-10-251-1/+1
* Add support for extra_hosts option in buildJoffrey F2017-10-251-0/+32
* Add support for mounts in HostConfigJoffrey F2017-10-241-0/+65
* Remove superfluous version validationJoffrey F2017-10-021-1/+0
* Adding swarm id_attribute to match docker outputSteve Clark2017-09-211-0/+1
* Do not interrupt streaming when encountering 0-length framesJoffrey F2017-08-311-1/+3
* Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-08-315-6/+6
* Always send attach request as streamingJoffrey F2017-08-211-4/+12
* Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-211-0/+17
* Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-172-2/+2
* Add support for the `squash` flag when buildingGabriel FĂ©ron2017-08-151-1/+27
* Merge branch 'master' of github.com:docker/docker-pyJoffrey F2017-08-151-0/+17
|\
| * Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-151-0/+17
* | Allow detach and remove for api version >= 1.25 and use auto_remove when both...David Steines2017-08-151-0/+30
|/
* Leading slash in .dockerignore should be ignoredJoffrey F2017-08-151-0/+5
* Return generator for output of load_image endpointJoffrey F2017-08-152-0/+27
* Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-151-1/+2
* client.containers.run returns None if none of json-file or journald logging d...Artem Bolshakov2017-08-073-1/+57
* Generating regexp from .dockerignore file in a similar way as docker-ce.Jakub Goszczurny2017-08-011-0/+25
* Fix #1673 check resource error in container network APIMatthew Berry2017-07-141-3/+3
* split_port should not break when passed a non-string argumentJoffrey F2017-06-281-0/+3
* Merge pull request #1661 from shin-/1622-service-ttyJoffrey F2017-06-221-0/+17
|\
| * Add support for ContainerSpec.TTYJoffrey F2017-06-211-0/+17
* | Support credHelpers section in config.json1633-credhelpers-supportJoffrey F2017-06-221-0/+51
|/
* Merge pull request #1658 from docker/1397-build-networkJoffrey F2017-06-201-0/+33
|\
| * Add network_mode support to Client.build1397-build-networkJoffrey F2017-06-191-0/+33
* | Make sure data is written in prune test so space can be reclaimedmoby33735Joffrey F2017-06-201-1/+3
|/
* Merge pull request #1626 from datwiz/images-build-error-1625Joffrey F2017-06-191-0/+11
|\
| * new integration task linting for #1625Chris Ottinger2017-05-271-2/+2
| * added integration test for #1625 for ImageCollection.build() that verfies tha...Chris Ottinger2017-05-271-0/+11
* | Add support for start_period in Healthcheck spechealthcheck-start-periodJoffrey F2017-06-161-4/+21
* | Merge pull request #1617 from docker/create-ingress-networkJoffrey F2017-06-161-0/+8
|\ \
| * | Add support for ingress in create_networkcreate-ingress-networkJoffrey F2017-05-171-0/+8
* | | Merge pull request #1631 from madhuri-rai07/masterJoffrey F2017-06-161-0/+9
|\ \ \
| * | | Fix test cases for ``runtime`` configMadhuri Kumari2017-06-071-3/+3
| * | | Add support for ``runtime`` in container create and run APIMadhuri Kumari2017-06-011-0/+9
| | |/ | |/|
* | | Merge pull request #1632 from kaiyou/masterJoffrey F2017-06-161-0/+6
|\ \ \
| * | | Add a specific unit test for splitting port with IPv6kaiyou2017-06-051-0/+6
| |/ /
* | | Merge pull request #1648 from ChrsMark/masterJoffrey F2017-06-161-0/+7
|\ \ \
| * | | Raising error in case of invalid value of since kwarg on Container.logsChris Mark2017-06-161-0/+7
* | | | Closes #1588, image.tag does not return anythingOlivier Sallou2017-06-161-1/+2
|/ / /
* | | Merge pull request #1634 from grahamlyons/readtimeout_calling_container_stopJoffrey F2017-06-141-0/+13
|\ \ \
| * | | Ensure default timeout is used by API Clientgrahamlyons2017-06-081-0/+13
| |/ /
* | | Only pull the 'latest' tag when testing imagesBryan Boreham2017-06-141-3/+4
|/ /
* | update swarm remove test status code from 500 to >= 400allencloud2017-05-181-1/+1
* | Merge pull request #1615 from docker/service-placementJoffrey F2017-05-171-0/+43
|\ \ | |/ |/|
| * Add support for placement preferences and platforms in TaskTemplateservice-placementJoffrey F2017-05-171-0/+43
* | Add `target` argument to image buildingYong Wen Chua2017-05-161-0/+22
|/