summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | OopsJoffrey F2017-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Fix build tests to not rely on internet connectivityJoffrey F2017-11-021-10/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Improve docs for service list filtersAlessandro Baldo2017-11-011-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 testsJoffrey F2017-10-264-32/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Add support for configs managementJoffrey F2017-10-263-3/+251
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Update test engine versions in JenkinsfileJoffrey F2017-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Add support for extra_hosts option in buildJoffrey F2017-10-251-0/+32
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Add support for mounts in HostConfigJoffrey F2017-10-241-0/+65
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Remove superfluous version validationJoffrey F2017-10-021-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Adding swarm id_attribute to match docker outputSteve Clark2017-09-211-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>
| * | | | Do not interrupt streaming when encountering 0-length framesJoffrey F2017-08-311-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-08-315-6/+6
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Always send attach request as streamingJoffrey F2017-08-211-4/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-211-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .dockerignore. This causes an IndexError with patterns ending with '**', e.g. 'subdir/**'. This adds a missing boundary check before checking for trailing '/'. Signed-off-by: Veli-Matti Lintu <veli-matti.lintu@nosto.com>
| * | | Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-172-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Add support for the `squash` flag when buildingGabriel Féron2017-08-151-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>
| * | | 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
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | | Allow detach and remove for api version >= 1.25 and use auto_remove when ↵David Steines2017-08-151-0/+30
| |/ / / | | | | | | | | | | | | | | | | | | | | both are set. Continue raising an exception for api versions <1.25. Signed-off-by: David Steines <d.steines@gmail.com>
| * | | Leading slash in .dockerignore should be ignoredJoffrey F2017-08-151-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Return generator for output of load_image endpointJoffrey F2017-08-152-0/+27
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | | Return the result of the API when using remove_image and load_imageCecile Tonglet2017-08-151-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 Bolshakov2017-08-073-1/+57
| | | | | | | | | | | | | | | | | | drivers used Signed-off-by: Artem Bolshakov <either.free@gmail.com>
| * | Generating regexp from .dockerignore file in a similar way as docker-ce.Jakub Goszczurny2017-08-011-0/+25
| | | | | | | | | | | | Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl>
| * | Fix #1673 check resource error in container network APIMatthew Berry2017-07-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Container network functions checked 'image' as resource ID and not 'container'. This caused a traceback when using container as named argument. Signed-off-by: Matthew Berry <mtberry89@gmail.com>
| * | split_port should not break when passed a non-string argumentJoffrey F2017-06-281-0/+3
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Remove test_update_swarm_nameSebastiaan van Stijn2017-11-141-18/+0
| |/ |/| | | | | | | | | | | | | | | | | | | | | Docker currently only supports the "default" cluster in Swarm-mode, and an upcoming SwarmKit release will produce an error if the name of the cluster is updated, causing the test to fail. Given that renaming the cluster is not supported, this patch removes the test Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* | Update test engine versions in Jenkinsfile2.6.0Joffrey F2017-11-071-1/+1
| | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> Conflicts: Jenkinsfile
* | Add support for insert_defaults in inspect_serviceJoffrey F2017-11-071-0/+11
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Update SwarmSpec to include new parametersJoffrey F2017-11-071-0/+38
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add support for scope filter in inspect_networkJoffrey F2017-11-071-0/+19
| | | | | | | | | | | | Fix missing scope implementation in create_network Signed-off-by: Joffrey F <joffrey@docker.com>
* | OopsJoffrey F2017-11-071-1/+1
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Fix build tests to not rely on internet connectivityJoffrey F2017-11-071-10/+20
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Improve docs for service list filtersAlessandro Baldo2017-11-071-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 testsJoffrey F2017-11-074-32/+69
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add support for configs managementJoffrey F2017-11-073-3/+251
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add support for extra_hosts option in buildJoffrey F2017-11-071-0/+32
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add support for mounts in HostConfigJoffrey F2017-11-071-0/+65
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Remove superfluous version validationJoffrey F2017-11-071-1/+0
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Adding swarm id_attribute to match docker outputSteve Clark2017-11-071-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>
* | Do not interrupt streaming when encountering 0-length framesJoffrey F2017-11-071-1/+3
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Use unambiguous advertise-addr when initializing a swarmJoffrey F2017-11-075-6/+6
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Always send attach request as streamingJoffrey F2017-08-221-4/+12
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-221-0/+17
| | | | | | | | | | | | | | | | .dockerignore. This causes an IndexError with patterns ending with '**', e.g. 'subdir/**'. This adds a missing boundary check before checking for trailing '/'. Signed-off-by: Veli-Matti Lintu <veli-matti.lintu@nosto.com>
* | Fix handling of non-multiplexed (TTY) streams over upgraded socketsJoffrey F2017-08-172-2/+2
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Add support for the `squash` flag when buildingGabriel Féron2017-08-171-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>
* | Allow detach and remove for api version >= 1.25 and use auto_remove when ↵David Steines2017-08-171-0/+30
| | | | | | | | | | | | both are set. Continue raising an exception for api versions <1.25. Signed-off-by: David Steines <d.steines@gmail.com>
* | Handle untyped ContainerSpec dict in _check_api_featuresJoffrey F2017-08-171-0/+17
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Leading slash in .dockerignore should be ignoredJoffrey F2017-08-171-0/+5
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Return generator for output of load_image endpointJoffrey F2017-08-172-0/+27
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>