Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docker.objects first passobjects | shin- | 2013-11-08 | 3 | -0/+69 |
| | |||||
* | Added Docker 0.6.5 ports compatibility | Roberto Aguilar | 2013-11-04 | 1 | -2/+5 |
| | |||||
* | Merged | shin- | 2013-10-23 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #69 from gatoralli/patch-1 | Joffrey F | 2013-10-23 | 1 | -1/+1 |
| |\ | | | | | | | Fixed typo | ||||
| | * | Fixed typo | Jason Sommer | 2013-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | fix import ping function used when pushing an image | Fernando | 2013-10-19 | 1 | -1/+1 |
| |/ | |||||
* | | Fixed ImportErrors / package structure | shin- | 2013-10-23 | 2 | -3/+1 |
|/ | |||||
* | command param in create_container is optional (for images that come with a ↵ | shin- | 2013-10-16 | 1 | -1/+1 |
| | | | | predefined default command) | ||||
* | Added support for unix:/// protocol (default for docker CLI) | shin- | 2013-10-16 | 2 | -1/+3 |
| | |||||
* | Flake8 compliance + flake8 tests in tox.ini | shin- | 2013-10-15 | 5 | -40/+62 |
| | |||||
* | Merge branch 'master' of https://github.com/dotcloud/docker-py | shin- | 2013-10-15 | 1 | -3/+0 |
|\ | |||||
| * | Merge pull request #63 from aanand/remove-custom-404-message | Joffrey F | 2013-10-14 | 1 | -3/+0 |
| |\ | | | | | | | Remove custom error message for image 404 | ||||
| | * | Remove custom error message for image 404 | Aanand Prasad | 2013-10-03 | 1 | -3/+0 |
| | | | |||||
* | | | Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up ↵ | shin- | 2013-10-15 | 8 | -17/+30 |
|\ \ \ | |/ / |/| | | | | | imports. | ||||
| * | | python3 fixes | Deni Bertovic | 2013-10-03 | 4 | -22/+28 |
| | | | | | | | | | | | | | | | Fixed imports to be compatible with python3 on various places in the client lib and in the tests themselves. | ||||
| * | | fixed exception handling in _raise_for_status | Deni Bertovic | 2013-10-03 | 1 | -1/+1 |
| |/ | |||||
* | | Moved docstrings into README.md for consistency. | shin- | 2013-10-14 | 1 | -20/+0 |
| | | |||||
* | | Merge branch 'doc_fix' of git://github.com/kiorky/docker-py into kiorky-doc_fix | shin- | 2013-10-14 | 1 | -0/+19 |
|\ \ | |||||
| * | | Documentation for binds | Mathieu Le Marec - Pasquet | 2013-09-30 | 1 | -0/+19 |
| |/ | |||||
* | | Fix: push on private repositories. | shin- | 2013-10-09 | 1 | -1/+1 |
|/ | |||||
* | only_ids in /containers/ps removed, filter on client side | shin- | 2013-09-30 | 1 | -2/+4 |
| | |||||
* | Removed logger dependency (no warnings) + do not break push for API versions ↵ | shin- | 2013-09-30 | 1 | -18/+7 |
| | | | | < 1.5 | ||||
* | Fix: authorized but warned non loggued pull/push | Mathieu Le Marec - Pasquet | 2013-09-30 | 2 | -11/+28 |
| | |||||
* | Merge pull request #56 from kiorky/import_image_tarball | Joffrey F | 2013-09-30 | 1 | -2/+15 |
|\ | | | | | support tarball imports | ||||
| * | support tarball imports | Mathieu Le Marec - Pasquet | 2013-09-30 | 1 | -2/+15 |
| | | |||||
* | | Support rm parameter for build | dmp | 2013-09-28 | 1 | -2/+2 |
|/ | |||||
* | Fixed bugs in Client.login | shin- | 2013-09-25 | 1 | -11/+13 |
| | |||||
* | Merge pull request #45 from dotcloud/43-urllib3-dep | Joffrey F | 2013-09-23 | 1 | -4/+6 |
|\ | | | | | If requests.packages.urllib3 isn't present try to import urllib3 directly | ||||
| * | If requests.pqckqges.urllib3 isn't present try to import urllib3 directly | shin- | 2013-09-20 | 1 | -4/+6 |
| | | |||||
* | | Update utils.py - the tar function in utils is a non member function but has ↵ | Adrien Candiotti | 2013-09-22 | 1 | -1/+1 |
|/ | | | | | a self. The problem explained in the title cause the build function of the client to fail when giving a folder parameter : the tar function is called with only one parameter. | ||||
* | Added utils.ping and used to expand registry URL (http VS https) | shin- | 2013-09-14 | 2 | -3/+17 |
| | |||||
* | Updated changelog | shin- | 2013-09-12 | 1 | -1/+0 |
| | |||||
* | Added lxc_conf param to Client.start | shin- | 2013-09-12 | 1 | -5/+6 |
| | |||||
* | Merge branch 'master' into 0.2.0-dev | shin- | 2013-09-12 | 1 | -15/+55 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/dotcloud/docker-py | shin- | 2013-09-11 | 1 | -15/+59 |
| |\ | |||||
| | * | Merge branch 'master' of github.com:dotcloud/docker-py into issue-33 | Deni Bertovic | 2013-09-05 | 1 | -10/+27 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: docker/client.py | ||||
| | | * | Merge pull request #37 from aanand/set-attach-attributes | Joffrey F | 2013-09-03 | 1 | -3/+15 |
| | | |\ | | | | | | | | | | | When creating a container, set Attach* attributes according to detach and stdin_open arguments | ||||
| | | | * | Set AttachStd* attributes according to detach and stdin_open commands, ↵ | Aanand Prasad | 2013-09-01 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | analogously to the docker cli | ||||
| | | * | | attach_socket() method for just getting the HTTP socket | Aanand Prasad | 2013-09-03 | 1 | -7/+12 |
| | | |/ | |||||
| | * | | Fixed #33 - make client commands more consistent | Deni Bertovic | 2013-09-04 | 1 | -2/+26 |
| | |/ | |||||
* | | | Methods that previously supported multi-args are now single-argument. Doc ↵ | shin- | 2013-09-11 | 1 | -58/+42 |
| | | | | | | | | | | | | and tests updated accordingly. | ||||
* | | | Merge branch 'implement-top-and-copy' of git://github.com/aanand/docker-py ↵ | shin- | 2013-09-11 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | | | | | into 0.2.0-dev | ||||
| * | | | Implement client.copy(), which works much like export() | Aanand Prasad | 2013-09-03 | 1 | -0/+7 |
| | | | | |||||
| * | | | Implement top() | Aanand Prasad | 2013-09-03 | 1 | -0/+3 |
| | |/ | |/| | |||||
* | | | Merge branch 'better-error-reporting' of git://github.com/aanand/docker-py ↵ | shin- | 2013-09-11 | 2 | -33/+65 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 0.2.0-dev Conflicts: docker/__init__.py docker/client.py | ||||
| * | | | Remove redundant status code check from _result() | Aanand Prasad | 2013-09-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | Remove custom error code handling | Aanand Prasad | 2013-09-03 | 1 | -4/+0 |
| | | | | |||||
| * | | | Enable overriding of APIError explanation. Override explanation for missing ↵ | Aanand Prasad | 2013-09-03 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | image in run(). | ||||
| * | | | Call _raise_for_status every time we make a request | Aanand Prasad | 2013-09-03 | 1 | -6/+18 |
| | | | | |||||
| * | | | Refactor HTTP error reporting | Aanand Prasad | 2013-09-03 | 2 | -16/+38 |
| |/ / | | | | | | | | | | | | | | | | | | | - `APIError` class extends `HTTPError` - Custom error string logic moved into `APIError.__init__()` - Conveniences: `explanation`, `is_client_error()`, `is_server_error()` - Strip trailing newline from explanation |