summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't use old test image (deprecated ID scheme)0.6.0-integrationJoffrey F2014-12-151-14/+8
|
* Better pull confirmationJoffrey F2014-12-151-8/+6
|
* Longer timeout when contacting hubJoffrey F2014-12-151-0/+3
|
* Merge pull request #386 from docker/0.6.0-release0.6.0Joffrey F2014-11-034-5/+47
|\ | | | | Release 0.6.0
| * Fixed ChangeLog section titles0.6.0-releaseJoffrey F2014-11-031-2/+2
| |
| * Fixed integration testJoffrey F2014-11-031-0/+2
| |
| * exec -> executeJoffrey F2014-11-032-3/+3
| |
| * Merge branch 'master' into 0.6.0-releaseJoffrey F2014-11-032-3/+5
| |\ | |/ |/|
* | Merge branch 'master' of github.com:dotcloud/docker-pyJoffrey F2014-11-031-0/+2
|\ \
| * \ Merge pull request #333 from alexliew/change_remove_imageJoffrey F2014-11-031-0/+2
| |\ \ | | | | | | | | Change remove_image to check if image is a dictionary.
| | * | Remove trailing whitespace.Alex2014-10-041-1/+1
| | | |
| | * | Change remove_image to check if image is a dictionary and use Id value if it is.Alex2014-10-011-0/+2
| | | |
* | | | Changed assertIn to assertTrue(... in ...) (2.6 support)Joffrey F2014-11-031-3/+3
|/ / /
| | * Updated ChangeLogJoffrey F2014-11-031-2/+42
| | |
| | * Bumped versionJoffrey F2014-11-031-1/+1
| |/ |/|
* | Merge branch 'irachex-filters'Joffrey F2014-11-036-9/+57
|\ \
| * | Updated tox.ini to also run utils_test.py testsJoffrey F2014-11-031-0/+3
| | |
| * | Merge branch 'filters' of github.com:irachex/docker-py into irachex-filtersJoffrey F2014-11-035-9/+54
| |\ \ |/ / / | | | | | | | | | | | | | | | Conflicts: docker/utils/__init__.py docker/utils/utils.py tests/utils_test.py
| * | Add support for filtering images and containersHuayi Zhang2014-10-055-4/+50
| |/ | | | | | | | | | | | | [`filters` is a json encoded value of the filters (a map[string][string]) to process on the images list. ][1] The tricky thing is that we must convert boolean value to string and any filter value to list to make a `map[string][string]` json format [1]: https://docs.docker.com/reference/api/docker_remote_api_v1.14/#list-images
* | Merge pull request #319 from psftw/bugfix_historyJoffrey F2014-10-301-2/+1
|\ \ | | | | | | Make history() return json.
| * | Make history() return json.Peter Salvatore2014-09-101-2/+1
| |/
* | Merge branch 'totem-feature_logs-tail'Joffrey F2014-10-303-4/+36
|\ \
| * \ Merge branch 'feature_logs-tail' of github.com:totem/docker-py into ↵Joffrey F2014-10-303-4/+36
| |\ \ |/ / / | | | | | | | | | | | | | | | | | | totem-feature_logs-tail Conflicts: docker/client.py tests/fake_api.py
| * | Add support for tailing logs (introduced in API : v1.13)sukrit0072014-08-224-3/+36
| | | | | | | | | | | | Updated default version to v1.13
* | | Merge pull request #379 from tutumcloud/logs_tailJoffrey F2014-10-302-5/+11
|\ \ \ | | | | | | | | Added tail behaviour to logs command, same as CLI v1.3 (latest)
| * | | Added tail behaviour to logs command, same as CLI v1.3 (latest)Alberto2014-10-272-5/+11
| | | |
* | | | Merge pull request #381 from micahhausler/py3socketJoffrey F2014-10-303-1/+25
|\ \ \ \ | | | | | | | | | | Fixed socket for PY3 - Fixes #342
| * | | | Reverted Dockerfilemicahhausler2014-10-301-17/+5
| | | | |
| * | | | Added test requirements to installmicahhausler2014-10-291-1/+3
| | | | |
| * | | | Fixed conflictmicahhausler2014-10-2925-447/+1394
| |\ \ \ \
| * | | | | Fixed socket for py3micahhausler2014-10-283-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed broken Dockerfile * added .dockerignore
* | | | | | Merge pull request #385 from fbacchella/masterJoffrey F2014-10-301-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | When docker is stopped, docker-py receive a empty string
| * | | | | | White space cleanedFabrice Bacchella2014-10-301-1/+1
| | | | | | |
| * | | | | | When docker is stopped, docker-py receive a empty string in socket.readline()Fabrice Bacchella2014-10-301-1/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' of github.com:dotcloud/docker-pyJoffrey F2014-10-3011-5/+107
|\ \ \ \ \ \
| * | | | | | Added hosted docs info to READMEJoffrey F2014-10-301-1/+4
| | | | | | |
| * | | | | | Merge pull request #324 from infoxchange/clear-unixconn-poolJoffrey F2014-10-303-1/+47
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Clear UNIX connections pool to avoid ResourceWarnings
| | * | | | | Test resource warnings when using the clientAlexey Kotlyarov2014-09-222-0/+26
| | | | | | |
| | * | | | | Clear the UNIX connection sockets properlyAlexey Kotlyarov2014-09-221-1/+21
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #326 from tomprince/patch-1Joffrey F2014-10-290-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | Add tests to sdist.
| | * | | | | Add tests to sdist.Tom Prince2014-09-231-1/+2
| | |/ / / /
| * | | | | Merge pull request #328 from alunduil/masterJoffrey F2014-10-291-1/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | Add tests to sdist.
| | * | | | | Add tests to sdist.Alex Brandt2014-09-261-1/+2
| | |/ / / /
| * | | | | Merge pull request #360 from proppy/kwargs-from-envJoffrey F2014-10-296-2/+54
| |\ \ \ \ \ | | | | | | | | | | | | | | utils: add kwargs_from_env
| | * | | | | utils: add kwargs_from_envJohan Euphrosine2014-10-296-2/+54
| | | | | | |
* | | | | | | Merge branch 'ewindisch-angry-poodle'Joffrey F2014-10-302-2/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix typoJoffrey F2014-10-301-1/+1
| | | | | | |
| * | | | | | Merge branch 'angry-poodle' of github.com:ewindisch/docker-py into ↵Joffrey F2014-10-302-2/+16
| |\ \ \ \ \ \ |/ / / / / / / | | | | | | | | | | | | | | ewindisch-angry-poodle
| * | | | | | Require highest level of client-supported SSL/TLS cryptoEric Windisch2014-10-292-2/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up to TLS 1.2, support the highest locally supported crypto protocol. This eliminates the previous default of PROTOCOL_SSLv23, replacing it with what should be TLSv1 for Python 2.7 and TLSv1.2 for newer versions of Python 3. Developers using docker-py may still specify the ssl_version to override the default. Signed-off-by: Eric Windisch <eric@windisch.us>
* | | | | | Merge branch 'phensley-pause-unpause'Joffrey F2014-10-296-0/+95
|\ \ \ \ \ \