Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix socket reading function for TCP (non-HTTPS) connections on Windows1997-http-socket-read-win32 | Joffrey F | 2018-06-06 | 1 | -0/+3 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Use six.moves to handle a py2+py3 import | Anthony Sottile | 2018-05-25 | 1 | -5/+1 |
| | | | | Signed-off-by: Anthony Sottile <asottile@umich.edu> | ||||
* | Fix cancellable streams on Windows clients + HTTPS transport | Joffrey F | 2018-05-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix create_plugin on Windows | Joffrey F | 2018-05-25 | 1 | -1/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Avoid unwanted modification of dockerfile path | Joffrey F | 2018-05-25 | 1 | -1/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | return the pruned networks | Srinivas Reddy Thatiparthy | 2018-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> | ||||
* | 3.4.0-dev | Joffrey F | 2018-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 3.3.03.3.0 | Joffrey F | 2018-04-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add prune_builds to DockerClient | Joffrey F | 2018-04-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add ignore_removed param to containers.list() to control whether to | Joffrey F | 2018-04-25 | 1 | -2/+7 |
| | | | | | | raise or ignore NotFound Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | avoid race condition in containers.list | Ben Doan | 2018-04-25 | 1 | -2/+9 |
| | | | | Signed-off-by: Ben Doan <ben@bendoan.me> | ||||
* | prune_builds test | Joffrey F | 2018-04-25 | 1 | -16/+17 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix session timeout = None case | Joffrey F | 2018-04-25 | 1 | -8/+7 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Total timeout should be HTTP timeout + operation timeout | Joffrey F | 2018-04-25 | 1 | -6/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | stop(), restart(): Adjust request timeout. | Matthieu Nottale | 2018-04-25 | 1 | -3/+8 |
| | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | Set minimum version for configs api to 1.30 | John Hu | 2018-04-25 | 1 | -4/+4 |
| | | | | | | | See: https://docs.docker.com/engine/reference/commandline/config/ https://docs.docker.com/engine/api/v1.30/ Signed-off-by: John Hu <hszqqq12@gmail.com> | ||||
* | Support absolute paths for in-context Dockerfiles | Joffrey F | 2018-04-25 | 1 | -2/+4 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add test for container list with sparse=True | Joffrey F | 2018-04-25 | 1 | -3/+0 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add sparse argument to DockerClient.containers.list(). | Matthieu Nottale | 2018-04-25 | 1 | -0/+3 |
| | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | build_prune | Ronald van Zantvoort | 2018-04-25 | 1 | -0/+16 |
| | | | | Signed-off-by: Ronald van Zantvoort <the.loeki@gmail.com> | ||||
* | Bump 3.2.13.2.1 | Joffrey F | 2018-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Properly handle relative Dockerfile paths and Dockerfile on different drives | Joffrey F | 2018-03-30 | 1 | -9/+20 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 3.2.03.2.0 | Joffrey F | 2018-03-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add methods for /distribution/<name>/json endpoint | Joffrey F | 2018-03-29 | 2 | -1/+127 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Improve extra_files override check | Joffrey F | 2018-03-29 | 1 | -1/+2 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Move build utils to appropriate file | Joffrey F | 2018-03-29 | 3 | -93/+93 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Support building with Dockerfile outside of context | Joffrey F | 2018-03-29 | 3 | -7/+37 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add isolation param to build | Joffrey F | 2018-03-29 | 2 | -1/+12 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Remove redundant single-socket select call | Joffrey F | 2018-03-29 | 2 | -3/+1 |
| | | | | | | Clean up + use pytest-timeout Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Allow cancelling the streams from other threads | Viktor Adam | 2018-03-29 | 4 | -10/+92 |
| | | | | Signed-off-by: Viktor Adam <rycus86@gmail.com> | ||||
* | Add test for container list with sparse=True | Joffrey F | 2018-03-29 | 1 | -9/+21 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add sparse argument to DockerClient.containers.list(). | Matthieu Nottale | 2018-03-29 | 1 | -2/+9 |
| | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | Add close() method to DockerClient. | Matthieu Nottale | 2018-03-29 | 1 | -0/+4 |
| | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | Bump 3.1.43.1.4 | Joffrey F | 2018-03-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Don't descend into symlinks when building context tar | Joffrey F | 2018-03-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 3.1.33.1.3 | Joffrey F | 2018-03-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 3.1.2 | Joffrey F | 2018-03-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Updates docs for rename of `name` to `repository` | James | 2018-03-20 | 1 | -1/+1 |
| | | | | Signed-off-by: James Meakin <jamesmeakin@gmail.com> | ||||
* | Use same split rules for Dockerfile as other include/exclude patterns | Joffrey F | 2018-03-20 | 1 | -2/+5 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 3.1.13.1.1-release | Joffrey F | 2018-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Fix flake8 case | Wanzhi Du | 2018-03-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
* | Ignore comment line from the .dockerignore file | Wanzhi Du | 2018-03-05 | 1 | -1/+1 |
| | | | | | | | | | This fixed the bug that test comment line in .dockerignore file as ignore rule bug. Add test for "# comment" patterns in .dockerignore. Signed-off-by: Wanzhi Du <wanzhi09@gmail.com> | ||||
* | Workaround requests resolving our unix socket URL on macosx. | Matthieu Nottale | 2018-02-26 | 1 | -1/+3 |
| | | | | Signed-off-by: Matthieu Nottale <matthieu.nottale@docker.com> | ||||
* | 3.2.0-dev | Joffrey F | 2018-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Bump 3.1.03.1.0-release | Joffrey F | 2018-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1914 from mefyl/master | Joffrey F | 2018-02-22 | 1 | -120/+87 |
|\ | | | | | Improve .dockerignore compliance | ||||
| * | Add note about potential dockerignore optimization. | mefyl | 2018-02-21 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| * | Skip entirely excluded directories when handling dockerignore. | mefyl | 2018-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | This is pure optimization to not recurse into directories when there are no chances any file will be included. Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| * | Fix .dockerignore: accept wildcard in inclusion pattern, honor last line ↵ | mefyl | 2018-02-21 | 1 | -114/+74 |
| | | | | | | | | | | | | precedence. Signed-off-by: mefyl <quentin.hocquet@docker.com> | ||||
| * | Fix dockerignore handling of absolute path exceptions. | mefyl | 2018-02-21 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: mefyl <quentin.hocquet@docker.com> |