Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flake8 compliance + flake8 tests in tox.ini | shin- | 2013-10-15 | 3 | -65/+175 |
| | |||||
* | Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ↵ | shin- | 2013-10-15 | 3 | -478/+1124 |
|\ | | | | | | | imports. | ||||
| * | fixed test list_containers to account for upstream changes | Deni Bertovic | 2013-10-03 | 1 | -1/+0 |
| | | |||||
| * | integration test fix | Deni Bertovic | 2013-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | make the mount point for shared.txt reside in the /tmp/ folder because if it resides in the lib folder docker sets the owner of the folder as root inside the container so then when the container exists the test fails to cleanup and remove the shared.txt file, and breaks git as well. | ||||
| * | python3 fixes | Deni Bertovic | 2013-10-03 | 1 | -33/+33 |
| | | | | | | | | | | Fixed imports to be compatible with python3 on various places in the client lib and in the tests themselves. | ||||
| * | removed unused FAKE_INSPECT_DATA | Deni Bertovic | 2013-10-03 | 1 | -61/+0 |
| | | |||||
| * | refactored tests | Deni Bertovic | 2013-10-03 | 1 | -116/+188 |
| | | | | | | | | | | | | Using the mock library. Checking that every Client method gets tested for not raising an Exception and for construting the request params correctly. | ||||
| * | initial import of unit test and mocks for the docker api | Deni Bertovic | 2013-10-03 | 2 | -0/+608 |
| | | |||||
| * | reamed test.py to integration_test.py | Deni Bertovic | 2013-10-03 | 1 | -0/+0 |
|/ | |||||
* | Merge branch 'master' into 0.2.0-dev | shin- | 2013-09-12 | 1 | -0/+121 |
|\ | |||||
| * | Fixed #33 - make client commands more consistent | Deni Bertovic | 2013-09-04 | 1 | -0/+121 |
| | | |||||
* | | Methods that previously supported multi-args are now single-argument. Doc ↵ | shin- | 2013-09-11 | 1 | -9/+6 |
| | | | | | | | | and tests updated accordingly. | ||||
* | | Fixed tests | shin- | 2013-09-11 | 1 | -5/+14 |
| | | |||||
* | | Merge branch 'better-error-reporting' of git://github.com/aanand/docker-py ↵ | shin- | 2013-09-11 | 1 | -0/+7 |
|\ \ | |/ | | | | | | | | | | | | | into 0.2.0-dev Conflicts: docker/__init__.py docker/client.py | ||||
| * | added privileged container support | Evan Hazlett | 2013-08-30 | 1 | -0/+7 |
| | | |||||
* | | Use pseudo-constant for index URL | shin- | 2013-09-10 | 1 | -2/+2 |
| | | |||||
* | | Added license header to .py files | shin- | 2013-09-10 | 1 | -0/+14 |
| | | |||||
* | | Cleanup, externalized into modules, fixed auth | shin- | 2013-09-10 | 1 | -8/+5 |
|/ | |||||
* | Fixed tests0.1.5 | shin- | 2013-08-28 | 1 | -1/+3 |
| | |||||
* | Docker client now tries to load the auth config. This is necessary to use ↵ | shin- | 2013-08-06 | 1 | -1/+20 |
| | | | | the push command if API version is >1.0 | ||||
* | Fixed tests0.1.2 | shin- | 2013-07-25 | 1 | -4/+6 |
| | |||||
* | Fixing failed merge | shin- | 2013-07-15 | 1 | -5/+3 |
| | |||||
* | Fixed tests | shin- | 2013-07-15 | 1 | -5/+14 |
| | |||||
* | Create tests module for setuptools test support | Mike Neilsen | 2013-07-13 | 1 | -0/+0 |
| | | | | | | | | Run test suite via python setup.py test Signed-off-by: Mike Neilsen <mneilsen@acm.org> | ||||
* | Removed duplicated import. | Enrico | 2013-07-11 | 1 | -1/+0 |
| | |||||
* | Added ability to create binds when starting a container. | Enrico | 2013-07-11 | 1 | -0/+1 |
| | |||||
* | Merge branch 'upstream-master' into bind-mounts | Enrico | 2013-07-05 | 1 | -4/+36 |
|\ | | | | | | | | | Conflicts: tests/test.py | ||||
| * | Merge pull request #15 from elbaschid/add_python3_support | Joffrey F | 2013-07-05 | 1 | -4/+4 |
| |\ | | | | | | | Make docker-py compatible with python 3 | ||||
| | * | Add python 3 support | Sebastian Vetter | 2013-07-06 | 1 | -4/+4 |
| | | | |||||
| * | | Added test for Client.build | shin- | 2013-07-05 | 1 | -2/+33 |
| |/ | |||||
* | | Added ability to create binds when starting a container. | Enrico | 2013-07-05 | 1 | -2/+23 |
|/ | |||||
* | Fixed logs command | shin- | 2013-07-03 | 1 | -2/+2 |
| | |||||
* | Small test fixes | shin- | 2013-07-03 | 1 | -2/+2 |
| | |||||
* | Tests for execution control, run commands as strings, commit/pull (still WIP) | shin- | 2013-06-24 | 1 | -28/+171 |
| | |||||
* | (WIP) Added unit tests | shin- | 2013-06-21 | 1 | -0/+157 |