Commit Graph

1092 Commits

Author SHA1 Message Date
Joffrey F cf0537e183 Merge pull request #537 from onorua/master
IPC sharing implementation
2015-04-22 11:09:03 -07:00
Joffrey F 4267b9acf3 Merge pull request #544 from uvgroovy/master
parse port ranges
2015-04-22 11:07:21 -07:00
Johan Euphrosine 6582aad83b add MAINTAINERS 2015-04-21 10:48:32 -07:00
Yuval Kohavi baadad05ad removed unneeded imports
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-17 17:09:45 -04:00
Yuval Kohavi 605fc7e04f line length
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-11 07:20:43 -05:00
Yuval Kohavi b33052b393 python 2.6 compatible
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-11 07:17:28 -05:00
Yuval Kohavi 8028c988ce added ports to setup.py
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-08 11:00:25 +03:00
Erik Johnson 99e1ee452e Add a version_info attribute
This makes comparing docker-py versions *much* easier. Having to account
for the potential of a "-dev" suffix is a PITA.
2015-04-03 17:24:02 -05:00
Yuval Kohavi 278e801b89 Adding port utils to split port ranges
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
2015-04-03 17:23:50 +03:00
Fábio C. Barrionuevo da Luz f588831a88 added URL for this project in setup configuration 2015-03-31 23:03:55 -03:00
Yaroslav Molochko 48a19c3129 IPC sharing implementation 2015-03-30 09:29:18 +03:00
Joffrey F 2f6579bf59 Use assertRaises in a backward compatible fashion 2015-03-25 16:07:16 -07:00
Joffrey F 6e0b5a8d70 Added assertIn shim for py2.6 2015-03-25 16:02:46 -07:00
Joffrey F ec85f126ed Merge branch 'ewindisch-secopt' 2015-03-25 15:40:38 -07:00
Joffrey F b097d19f2f docs and unit test for security_opt 2015-03-25 15:40:14 -07:00
Joffrey F 1845d3b13f Added some type and version checks; removed security_opt from container_config (as this is invalid) 2015-03-25 15:19:06 -07:00
Eric Windisch 24b0cab2dc Add security_opt for create/start
Signed-off-by: Eric Windisch <eric@windisch.us>
2015-03-24 17:07:53 -04:00
Joffrey F cf0199badf Merge pull request #533 from ynachiket/master
Fixed stats related typo in api.md
2015-03-21 21:09:18 -07:00
ynachiket 10f6eafb2b Fixed stats related typo in api.md 2015-03-21 10:37:44 -07:00
Joffrey F 70ce156e26 Merge branch 'master' of github.com:docker/docker-py 2015-03-20 16:17:38 -07:00
Joffrey F adf5a1cfc6 Use get instead of bracket notation 2015-03-20 16:17:15 -07:00
Joffrey F c0df903af1 Merge branch 'fix-port-host-net' of https://github.com/ssanderson/docker-py into ssanderson-fix-port-host-net 2015-03-20 15:58:30 -07:00
Joffrey F 96440cccb0 Merge pull request #531 from josephpage/dockerignore-eof-windows
Windows : fix EOL of .dockerignore file
2015-03-20 15:56:50 -07:00
Joffrey F 0e8fc634b2 Merge pull request #532 from aanand/labels
Labels
2015-03-20 15:56:20 -07:00
Joffrey F 645c84e65d Back to dev version 2015-03-20 15:56:04 -07:00
Aanand Prasad bd72bd13c7 Finish labels implementation, add tests and docs
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-03-20 15:42:10 -07:00
Aanand Prasad 014dba2841 Update default API version to 1.18
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-03-20 14:49:42 -07:00
Joseph Page 3804bcb8cc Windows : str.splitlines instead of str.split
To be able to read `.dockerignore` file edited on Windows, python-py may use the multi-platform split function `str.splitlines()`

Ref : https://docs.python.org/2/library/stdtypes.html#str.splitlines
2015-03-20 18:55:42 +01:00
dlorenc 47f3ff1679 Add assert_fingerprint option.
Signed-off-by: dlorenc <lorenc.d@gmail.com>
2015-03-19 11:43:05 -07:00
André Martins d018e37229 Implemented labels for docker-py
Signed-off-by: André Martins <martins@noironetworks.com>
2015-03-17 18:52:25 +00:00
Scott Sanderson 7fae65b745 MAINT: Don't re-index multiple times. 2015-03-16 15:28:56 -04:00
Scott Sanderson 851f2b82f5 BUG: Don't barf on Client.port when no port settings provided. 2015-03-16 15:27:04 -04:00
Joffrey F 01654eee68 Merge pull request #523 from docker/1.1.0-release
1.1.0 release
2015-03-11 11:33:14 -07:00
Joffrey F 15631d352c Bumped version 2015-03-10 17:29:33 -07:00
Joffrey F 5ca2419e23 Updated changelog 2015-03-10 17:29:24 -07:00
Joffrey F 0c8626ebea Fixed TLS docs 2015-03-10 17:14:51 -07:00
Joffrey F dc16b56c4b Merge pull request #520 from kenden/master
Making examples in doc a bit clearer for volumes and ports_binding
2015-03-09 10:34:21 -07:00
kenden 9bf3efb90b adding response container_id to make the example clearer.
Without it, c.start refer to container_id, which has not been introduced before.
2015-03-09 15:44:24 +01:00
kenden 144f11d4e0 adding response container_id to make the example clearer.
Without this, c.start refers to container_id, which has not been introduced before
2015-03-09 15:43:13 +01:00
Joffrey F 6fac5fd47c Merge pull request #519 from TomasTomecek/document-tail-in-logs
docs: document parameter tail of method logs
2015-03-06 12:12:04 -08:00
Tomas Tomecek 05bbafee03 docs: document parameter tail of method logs 2015-03-06 10:06:42 +01:00
Joffrey F 7d5c1efbbe Fix unit tests 2015-03-05 12:16:53 -08:00
Joffrey F 7c4ed86d8d Merge branch 'TomasTomecek-autodetect-api-version' 2015-03-05 12:12:27 -08:00
Joffrey F 6f18b4a86f Mention version='auto' in docs 2015-03-05 12:12:02 -08:00
Joffrey F acfa99dd10 Auto-detect integration tests 2015-03-05 12:08:41 -08:00
Joffrey F bd46ba5757 Don't allow 'version' param in AutoVersionClient ctor 2015-03-05 12:08:16 -08:00
Joffrey F 2ec104792b Streamline exceptions for auto version ; retrieve_server_version into protected method 2015-03-05 11:52:47 -08:00
Tomas Tomecek 3e0496cc16 detect server version when version="auto"
heavily inspired by PR#281

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2015-03-05 08:53:29 +01:00
Joffrey F 9bed480c27 Bump requests version 2015-03-04 16:29:44 -08:00
Joffrey F 55571308e8 Merge branch 'master' of github.com:docker/docker-py 2015-03-04 13:38:05 -08:00