summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2188 from docker/c6374-credhelpersJoffrey F2018-11-303-88/+267
|\
| * Add some credHelpers testsc6374-credhelpersJoffrey F2018-11-301-51/+230
| * Make AuthConfig a dict subclass for backward-compatibilityJoffrey F2018-11-301-2/+2
| * Modernize auth managementJoffrey F2018-11-283-43/+43
* | Fix test namesJoffrey F2018-11-301-25/+28
* | Merge branch 'master' of https://github.com/little-dude/docker-py into little...Joffrey F2018-11-304-23/+162
|\ \ | |/ |/|
| * fix exec api inconsistencyCorentin Henry2018-11-282-2/+2
| * tests various exec_create/exec_start combinationsCorentin Henry2018-11-281-0/+69
| * add tests for _read_from_socketCorentin Henry2018-11-281-16/+82
| * implement stream demultiplexing for exec commandsCorentin Henry2018-11-274-7/+11
* | Update DockerClient.images.pull to always stream responseadw1n-i2116Joffrey F2018-11-282-7/+22
* | Fix pulling images with `stream=True`adw1n2018-11-282-3/+6
|/
* Correctly handle longpath prefix in process_dockerfile when joining pathsc6356-longpath-prefixJoffrey F2018-11-261-1/+63
* tests: fix failure due to pytest deprecationCorentin Henry2018-11-211-12/+12
* Properly convert non-string filters to expected string formatJoffrey F2018-11-081-2/+2
* Add named parameter to image.save to identify which repository name to use in...2124-image-save-with-nameJoffrey F2018-11-061-0/+27
* Rewrite utils.parse_host to detect more invalid addresses.ssh_protocol_supportJoffrey F2018-11-011-2/+10
* Clear error for cancellable streams over SSHJoffrey F2018-11-012-1/+7
* Update tests to properly dispose of client instances in tearDownJoffrey F2018-11-014-46/+48
* Update tests for ssh protocol compatibilityJoffrey F2018-11-012-0/+5
* Add xfail to ignore 18.09 beta bugJoffrey F2018-10-311-0/+5
* Add support for RollbackConfigrollback_configJoffrey F2018-08-091-0/+21
* Add version checks and testJoffrey F2018-08-091-0/+14
* Merge pull request #2103 from asottile/allow_uid_integer_0Joffrey F2018-08-061-0/+6
|\
| * Allow user=0 to be passed in create_containerAnthony Sottile2018-08-021-0/+6
* | Improve placement handling in DockerClient.services.createknackworks-service-create-placement-preferencesJoffrey F2018-08-031-1/+7
|/
* Merge pull request #2063 from mtszb/masterJoffrey F2018-06-293-0/+18
|\
| * Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-293-0/+18
* | On Windows, convert paths to use forward slashes before fnmatch callJoffrey F2018-06-282-485/+498
* | Improved .dockerignore pattern processing to better match Docker CLI behaviorJoffrey F2018-06-281-1/+11
|/
* Fix detach assert function to account for new behavior in engine 18.06Joffrey F2018-06-281-1/+6
* Fix support for legacy .dockercfg auth config formatJoffrey F2018-06-272-52/+54
* Allow passing of env overrides to credstore through APIClient ctorJoffrey F2018-06-081-1/+1
* Fix socket reading function for TCP (non-HTTPS) connections on WindowsJoffrey F2018-06-061-2/+56
* Fix several integration tests on WindowsJoffrey F2018-05-252-15/+7
* Fix create_plugin on WindowsJoffrey F2018-05-251-1/+1
* Avoid unwanted modification of dockerfile pathJoffrey F2018-05-251-9/+44
* Add ignore_removed param to containers.list() to control whether toJoffrey F2018-04-252-5/+23
* Merge branch 'master' of github.com:docker/docker-pyJoffrey F2018-04-252-2/+11
|\
| * Fix session timeout = None caseJoffrey F2018-04-251-7/+5
| * Total timeout should be HTTP timeout + operation timeoutJoffrey F2018-04-252-5/+5
| * stop(), restart(): Adjust request timeout.Matthieu Nottale2018-04-252-2/+13
* | prune_builds testJoffrey F2018-04-251-0/+6
|/
* Support absolute paths for in-context DockerfilesJoffrey F2018-04-121-1/+32
* Properly handle relative Dockerfile paths and Dockerfile on different drivesJoffrey F2018-03-301-0/+32
* Add methods for /distribution/<name>/json endpointJoffrey F2018-03-291-0/+9
* Support building with Dockerfile outside of contextJoffrey F2018-03-271-0/+33
* Add isolation param to buildJoffrey F2018-03-231-0/+15
* Don't descend into symlinks when building context tarJoffrey F2018-03-211-0/+15
* Remove redundant single-socket select callJoffrey F2018-03-202-17/+3