Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Use assertRaises in a backward compatible fashion | Joffrey F | 2015-03-25 | 1 | -2/+4 | |
| | | ||||||
* | | Added assertIn shim for py2.6 | Joffrey F | 2015-03-25 | 1 | -0/+5 | |
| | | ||||||
* | | docs and unit test for security_opt | Joffrey F | 2015-03-25 | 1 | -0/+13 | |
| | | ||||||
* | | Finish labels implementation, add tests and docs | Aanand Prasad | 2015-03-20 | 1 | -0/+48 | |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
* | | Update default API version to 1.18 | Aanand Prasad | 2015-03-20 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
* | | Fix unit tests | Joffrey F | 2015-03-05 | 1 | -1/+2 | |
| | | ||||||
* | | Auto-detect integration tests | Joffrey F | 2015-03-05 | 1 | -0/+22 | |
| | | ||||||
* | | detect server version when version="auto" | Tomas Tomecek | 2015-03-05 | 2 | -1/+27 | |
| | | | | | | | | | | | | heavily inspired by PR#281 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com> | |||||
* | | Properly close files and sockets in unit tests | Roman Mohr | 2015-02-28 | 1 | -32/+31 | |
| | | ||||||
* | | Merge pull request #502 from cpuguy83/498_dockerignore_special_names | Joffrey F | 2015-02-27 | 1 | -0/+4 | |
|\ \ | | | | | | | Add special cases for .dockerignore | |||||
| * | | Add special cases for .dockerignore | Brian Goff | 2015-02-24 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #498 Allowing `Dockerfile` and `.dockerignore` in the exclusion filter completely breaks the build on docker < 1.5 In Docker 1.5 these entries are treated as special cases when included in the .dockerignore and are still sent as part of the context. The daemon ends up excluding them from any `ADD`, `COPY`, and cache validation. Signed-off-by: Brian Goff <cpuguy83@gmail.com> | |||||
* | | | Merge pull request #509 from docker/lxc_driver_test_compat | Joffrey F | 2015-02-27 | 1 | -4/+16 | |
|\ \ \ | | | | | | | | | Lxc driver test compat | |||||
| * | | | I suck at pythonlxc_driver_test_compat | Joffrey F | 2015-02-26 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Ensure integration tests work with LXC exec driver | Joffrey F | 2015-02-26 | 1 | -4/+16 | |
| |/ / | ||||||
* | | | Merge pull request #508 from docker/de-i11003 | Joffrey F | 2015-02-27 | 1 | -1/+5 | |
|\ \ \ | | | | | | | | | Rename test fix to take into account docker/docker#11003 | |||||
| * | | | Rename test fix to take into account docker/docker#11003de-i11003 | Joffrey F | 2015-02-26 | 1 | -1/+5 | |
| |/ / | ||||||
* | | | Update resolve_authconfig to bring it in line with Docker client | Aanand Prasad | 2015-02-27 | 1 | -1/+11 | |
|/ / | | | | | | | | | | | | | Instead of expanding the registry name we're looking for to a full URL, strip entries in the authconfig down to just the hostname. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | |||||
* | | Resolves #497 - add support for dockerfile | Daniel Nephin | 2015-02-20 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com> | |||||
* | | Fix several DOCKER_HOST assumptions in integration_test.py | Tianon Gravi | 2015-02-16 | 1 | -2/+2 | |
| | | ||||||
* | | Fix pep8 error1.0.0 | Joffrey F | 2015-02-16 | 1 | -2/+2 | |
| | | ||||||
* | | Formatting | Joffrey F | 2015-02-12 | 1 | -149/+129 | |
| | | ||||||
* | | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py ↵ | Joffrey F | 2015-02-12 | 4 | -1/+175 | |
|\ \ | | | | | | | | | | into nir0s-add-stats-api-support | |||||
| * | | minor | nir0s | 2015-02-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | removed aggregation for now and added a unit test. also using stream_helper now | nir0s | 2015-02-12 | 3 | -0/+174 | |
| | | | ||||||
| * | | added initial support for stats retrieval | nir0s | 2015-02-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | pid_mode integration testspid_mode | Joffrey F | 2015-02-11 | 1 | -0/+31 | |
| | | | ||||||
* | | | Merge pull request #480 from ggtools/events | Joffrey F | 2015-02-11 | 2 | -1/+61 | |
|\ \ \ | | | | | | | | | Add missing options to the events command | |||||
| * | | | Fix datetime issue with Python 2.6 | Christophe Labouisse | 2015-02-11 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | |||||
| * | | | Add missing options to the events command | Christophe Labouisse | 2015-02-11 | 2 | -1/+60 | |
| |/ / | | | | | | | | | | | | | | | | | | | - Add since, until and filters parameters to `Client.events` - Add missing `events`command in the documentation Signed-off-by: Christophe Labouisse <christophe@labouisse.org> | |||||
* | | | read_only parameterread_only_rootfs | Joffrey F | 2015-02-10 | 1 | -0/+27 | |
|/ / | ||||||
* | | Merge pull request #482 from docker/rename_container | Joffrey F | 2015-02-10 | 3 | -1/+35 | |
|\ \ | | | | | | | New Client.rename() method | |||||
| * | | rename() tests and docsrename_container | Joffrey F | 2015-02-10 | 3 | -1/+35 | |
| | | | ||||||
* | | | Fix crash when building from remote sources | Vincent Giersch | 2015-02-04 | 1 | -0/+14 | |
|/ / | | | | | | | | | | | | | Avoid crashing when the Docker python client is able to load registry credentials when building using a remote source Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net> | |||||
* | | Additional tests and small improvement to auth.resolve_authconfig | Joffrey F | 2015-02-01 | 1 | -0/+55 | |
| | | ||||||
* | | Add Support for Mac Address | James Harris | 2015-01-21 | 3 | -1/+31 | |
| | | | | | | | | | | | | The new docker api allows specifing mac address for containers. This change is to allow docker py the same functionality. Signed-off-by: James Harris <james@rancher.com> | |||||
* | | Fixed TestRestartingContainer0.7.1 | Joffrey F | 2015-01-13 | 1 | -2/+2 | |
| | | ||||||
* | | Integration tests fixesintegration_fixes | Joffrey F | 2015-01-09 | 1 | -35/+15 | |
| | | ||||||
* | | Added RO volumes tests | Joffrey F | 2015-01-08 | 1 | -7/+99 | |
| | | ||||||
* | | Merge branch 'master' of https://github.com/rmohr/docker-py into rmohr-master | Joffrey F | 2015-01-08 | 1 | -0/+11 | |
|\ \ | ||||||
| * | | Keep unix socket alive with python3 | Roman Mohr | 2014-12-21 | 1 | -0/+11 | |
| |/ | ||||||
* | | Fix for issue #443 | Joffrey F | 2015-01-08 | 1 | -0/+14 | |
|/ | ||||||
* | Use create_host_config in start (unifying parameter processing)0.7.0-release | Joffrey F | 2014-12-18 | 2 | -2/+6 | |
| | ||||||
* | Improved integration tests to run on python3 and close sessions after in ↵ | Joffrey F | 2014-12-18 | 1 | -22/+50 | |
| | | | | tearDown phase | |||||
* | Merge pull request #427 from abanna/adding_multiple_dockercfg_support | Joffrey F | 2014-12-18 | 1 | -2/+32 | |
|\ | | | | | adding the ability to login with different dockercfg files. | |||||
| * | missed a lint error | abanna | 2014-12-18 | 1 | -2/+4 | |
| | | ||||||
| * | adding the ability to login with different dockercfg files. | Alex Banna | 2014-12-18 | 1 | -2/+30 | |
| | | ||||||
* | | Merge pull request #435 from dims/fix-flake8-issues | Joffrey F | 2014-12-18 | 1 | -2/+2 | |
|\ \ | | | | | | | flake8 fails with F821 for unicode under python 3.4.2 | |||||
| * | | flake8 fails with F821 for unicode under python 3.4.2 | Davanum Srinivas | 2014-12-18 | 1 | -2/+2 | |
| |/ | ||||||
* | | Tidy up stream test harness & fix race conditions | Marcus Cobden | 2014-12-18 | 1 | -23/+29 | |
|/ | ||||||
* | Retry on connection error | Joffrey F | 2014-12-17 | 1 | -4/+11 | |
| |