Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Unix socket adapter bug with double slash in path + regression testfix_647 | Joffrey F | 2015-06-30 | 1 | -2/+7 |
| | |||||
* | Fix stop timeout bugfix_649 | Joffrey F | 2015-06-24 | 1 | -0/+5 |
| | |||||
* | Fixed integration test | Joffrey F | 2015-06-18 | 1 | -1/+1 |
| | |||||
* | Added deprecation warning for host config in start | Joffrey F | 2015-05-08 | 1 | -282/+0 |
| | |||||
* | Fixes for #586 | Joffrey F | 2015-05-06 | 1 | -0/+2 |
| | |||||
* | Exec API tests | Joffrey F | 2015-04-27 | 1 | -6/+31 |
| | |||||
* | Added tests for log_config paramlogconfig-support | Joffrey F | 2015-04-24 | 1 | -1/+26 |
| | |||||
* | Handle ID truncate on client side in containers list (and changed default ↵client_side_trunc | Joffrey F | 2015-04-22 | 1 | -4/+8 |
| | | | | from True to False) | ||||
* | Added integration test | Joffrey F | 2015-04-22 | 1 | -0/+29 |
| | |||||
* | Improved ulimit tests | Joffrey F | 2015-04-22 | 1 | -0/+13 |
| | |||||
* | Merge branch 'sam/import-improvements' of ↵ | Joffrey F | 2015-04-22 | 1 | -3/+160 |
|\ | | | | | | | | | | | | | | | | | https://github.com/ssssam/docker-py into ssssam-sam/import-improvements Conflicts: docker/client.py docker/unixconn/unixconn.py tests/integration_test.py | ||||
| * | Add integration tests for Client.import_image() function | Sam Thursfield | 2015-01-05 | 1 | -2/+160 |
| | | | | | | | | | | | | Currently TestImportFromStream fails, because something is going wrong with the HTTP chunked transfer-encoding. This didn't work before, either (for a different reason). | ||||
* | | Auto-detect integration tests | Joffrey F | 2015-03-05 | 1 | -0/+22 |
| | | |||||
* | | 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 |
| |/ / | |||||
* | | | Rename test fix to take into account docker/docker#11003de-i11003 | Joffrey F | 2015-02-26 | 1 | -1/+5 |
|/ / | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py ↵ | Joffrey F | 2015-02-12 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into nir0s-add-stats-api-support | ||||
| * | | 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 |
| | | | |||||
* | | | read_only parameterread_only_rootfs | Joffrey F | 2015-02-10 | 1 | -0/+27 |
|/ / | |||||
* | | rename() tests and docsrename_container | Joffrey F | 2015-02-10 | 1 | -0/+12 |
| | | |||||
* | | Add Support for Mac Address | James Harris | 2015-01-21 | 1 | -0/+16 |
| | | | | | | | | | | | | 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 |
|/ | |||||
* | Improved integration tests to run on python3 and close sessions after in ↵ | Joffrey F | 2014-12-18 | 1 | -22/+50 |
| | | | | tearDown phase | ||||
* | flake8 fails with F821 for unicode under python 3.4.2 | Davanum Srinivas | 2014-12-18 | 1 | -2/+2 |
| | |||||
* | Use unicode() typecast instead of u'' literal (3.2 compat). Fixes #408 | Joffrey F | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | Re-added integration tests with hostconfig in start | Joffrey F | 2014-12-17 | 1 | -3/+162 |
| | |||||
* | Updated integration tests to use new host_config param | Joffrey F | 2014-12-17 | 1 | -37/+52 |
| | |||||
* | Don't use old test image (deprecated ID scheme)0.6.0-integration | Joffrey F | 2014-12-15 | 1 | -14/+8 |
| | |||||
* | Better pull confirmation | Joffrey F | 2014-12-15 | 1 | -8/+6 |
| | |||||
* | Longer timeout when contacting hub | Joffrey F | 2014-12-15 | 1 | -0/+3 |
| | |||||
* | Fixed integration test | Joffrey F | 2014-11-03 | 1 | -0/+2 |
| | |||||
* | Merge branch 'feature_logs-tail' of github.com:totem/docker-py into ↵ | Joffrey F | 2014-10-30 | 1 | -0/+16 |
|\ | | | | | | | | | | | | | | | totem-feature_logs-tail Conflicts: docker/client.py tests/fake_api.py | ||||
| * | Add support for tailing logs (introduced in API : v1.13) | sukrit007 | 2014-08-22 | 1 | -0/+16 |
| | | | | | | | | Updated default version to v1.13 | ||||
* | | Merge pull request #324 from infoxchange/clear-unixconn-pool | Joffrey F | 2014-10-30 | 1 | -0/+23 |
|\ \ | | | | | | | Clear UNIX connections pool to avoid ResourceWarnings | ||||
| * | | Test resource warnings when using the client | Alexey Kotlyarov | 2014-09-22 | 1 | -0/+23 |
| | | | |||||
* | | | Merge branch 'pause-unpause' of github.com:phensley/docker-py into ↵ | Joffrey F | 2014-10-29 | 1 | -0/+27 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phensley-pause-unpause Conflicts: README.md tests/integration_test.py tests/test.py | ||||
| * | | | Unit and integration tests for pause/unpause. | Patrick Hensley | 2014-10-04 | 1 | -0/+31 |
| |/ / | |||||
* | | | Use shlex for exec string cmd, added integration testcase. | Patrick Hensley | 2014-10-22 | 1 | -2/+17 |
| | | | |||||
* | | | Unit and integration tests for exec. | Patrick Hensley | 2014-10-17 | 1 | -0/+28 |
|/ / |