78ccfc88e8 
								
							 
						 
						
							
							
								
								Fix a few typos in the docs  
							
							... 
							
							
							
							Signed-off-by: Alex Chan <alex.chan@metaswitch.com> 
							
						 
						
							2015-07-29 14:00:18 +01:00  
				
					
						
							
							
								 
						
							
								70dd654842 
								
							 
						 
						
							
							
								
								Merge pull request  #688  from docker/1.3.1-release  
							
							... 
							
							
							
							1.3.1 release 
							
						 
						
							2015-07-22 22:20:30 +01:00  
				
					
						
							
							
								 
						
							
								5f0f085fc7 
								
							 
						 
						
							
							
								
								Updated Makefile to help with release testing  
							
							
							
						 
						
							2015-07-22 11:34:36 -07:00  
				
					
						
							
							
								 
						
							
								81f65e924e 
								
							 
						 
						
							
							
								
								Added py3-based dockerfile  
							
							
							
						 
						
							2015-07-22 11:34:16 -07:00  
				
					
						
							
							
								 
						
							
								57b86fefe5 
								
							 
						 
						
							
							
								
								Updated changelog for 1.3.1  
							
							
							
						 
						
							2015-07-22 11:23:51 -07:00  
				
					
						
							
							
								 
						
							
								89c048dc17 
								
							 
						 
						
							
							
								
								Bumped version  
							
							
							
						 
						
							2015-07-22 11:23:39 -07:00  
				
					
						
							
							
								 
						
							
								f8ad2dabf2 
								
							 
						 
						
							
							
								
								Merge pull request  #682  from docker/moutten-fix-build-auth  
							
							... 
							
							
							
							Switch to send full AuthConfig object for build action 
							
						 
						
							2015-07-22 11:11:21 -07:00  
				
					
						
							
							
								 
						
							
								8a87001d09 
								
							 
						 
						
							
							
								
								Merge pull request  #685  from paulbellamy/master  
							
							... 
							
							
							
							Fix integration tests 
							
						 
						
							2015-07-21 11:01:11 -07:00  
				
					
						
							
							
								 
						
							
								42b712d100 
								
							 
						 
						
							
							
								
								Merge pull request  #680  from aanand/fix-timestamp-conversion  
							
							... 
							
							
							
							Enforce UTC datetimes in arguments to `events()` 
							
						 
						
							2015-07-21 10:45:29 -07:00  
				
					
						
							
							
								 
						
							
								7de1605e9a 
								
							 
						 
						
							
							
								
								Fix integration tests.  
							
							... 
							
							
							
							Forgot to update them in 33e1a58 
							
						 
						
							2015-07-21 12:07:22 +01:00  
				
					
						
							
							
								 
						
							
								2c08ad21dd 
								
							 
						 
						
							
							
								
								Merge pull request  #674  from estesp/use-docker-host-in-tests  
							
							... 
							
							
							
							Update all client instances in integration tests to use DOCKER_HOST 
							
						 
						
							2015-07-21 11:09:22 +01:00  
				
					
						
							
							
								 
						
							
								657420a4d3 
								
							 
						 
						
							
							
								
								Enforce UTC datetimes in arguments to `events()`  
							
							... 
							
							
							
							Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2015-07-21 10:49:27 +01:00  
				
					
						
							
							
								 
						
							
								4f2ad70f5f 
								
							 
						 
						
							
							
								
								Merge pull request  #683  from docker/exec_create_check_dict  
							
							... 
							
							
							
							Added check_resource decorator to exec_create 
							
						 
						
							2015-07-21 10:48:16 +01:00  
				
					
						
							
							
								 
						
							
								b712e97d4a 
								
							 
						 
						
							
							
								
								Added check_resource decorator to exec_create  
							
							
							
						 
						
							2015-07-20 14:17:06 -07:00  
				
					
						
							
							
								 
						
							
								4be228653d 
								
							 
						 
						
							
							
								
								Make build auth work with API versions < 1.19 too  
							
							
							
						 
						
							2015-07-20 14:06:33 -07:00  
				
					
						
							
							
								 
						
							
								7430eb8e65 
								
							 
						 
						
							
							
								
								Merge branch 'fix-build-auth' of  https://github.com/moutten/docker-py  into moutten-fix-build-auth  
							
							
							
						 
						
							2015-07-20 13:56:29 -07:00  
				
					
						
							
							
								 
						
							
								933ee526ba 
								
							 
						 
						
							
							
								
								Merge branch 'master' of github.com:docker/docker-py  
							
							
							
						 
						
							2015-07-20 13:52:15 -07:00  
				
					
						
							
							
								 
						
							
								90f81ed328 
								
							 
						 
						
							
							
								
								Merge branch 'aanand-remove-registry-ping'  
							
							
							
						 
						
							2015-07-20 13:51:08 -07:00  
				
					
						
							
							
								 
						
							
								915be6ad67 
								
							 
						 
						
							
							
								
								Use constant for deprecation message in auth.py  
							
							
							
						 
						
							2015-07-20 13:50:49 -07:00  
				
					
						
							
							
								 
						
							
								33e1a58b60 
								
							 
						 
						
							
							
								
								Stop pinging registries from the client  
							
							... 
							
							
							
							The daemon already pings the registry, so doing it on our end is
redundant and error-prone.
The `insecure_registry` argument to `push()`, `pull()` and `login()` has
been deprecated - in the latter case, it wasn't being used anyway.
The `insecure` argument to `docker.auth.resolve_repository_name()` has
also been deprecated.
`docker.utils.ping_registry()` has been deprecated.
`docker.auth.expand_registry_url()` has been removed.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
							
						 
						
							2015-07-20 19:50:18 +01:00  
				
					
						
							
							
								 
						
							
								1f5ba4b25d 
								
							 
						 
						
							
							
								
								Merge pull request  #678  from pdericson/docs  
							
							... 
							
							
							
							Minor fixes for docs/api.md 
							
						 
						
							2015-07-20 11:28:39 -07:00  
				
					
						
							
							
								 
						
							
								4cfb15737d 
								
							 
						 
						
							
							
								
								Merge pull request  #676  from larsks/feature/notfound-on-404  
							
							... 
							
							
							
							return NotFound on 404 errors 
							
						 
						
							2015-07-20 11:46:21 +01:00  
				
					
						
							
							
								 
						
							
								874be5b333 
								
							 
						 
						
							
							
								
								docs/api.md: rework stats params  
							
							
							
						 
						
							2015-07-19 02:02:45 -04:00  
				
					
						
							
							
								 
						
							
								bec21cfce1 
								
							 
						 
						
							
							
								
								docs/api.md: singal -> signal  
							
							
							
						 
						
							2015-07-19 01:51:58 -04:00  
				
					
						
							
							
								 
						
							
								ebcfab0a4c 
								
							 
						 
						
							
							
								
								Switch to send full AuthConfig object for build action  
							
							... 
							
							
							
							In order to support the docker API for version 1.7+, this command
changes the way the `X-Registry-Config` header is sent when attempting
to build an image. 
							
						 
						
							2015-07-17 15:48:52 -04:00  
				
					
						
							
							
								 
						
							
								2e546f7e26 
								
							 
						 
						
							
							
								
								return NotFound on 404 errors  
							
							... 
							
							
							
							This changes raises docker.errors.NotFound on 404 errors.  This gives
client code the ability to differentiate between "an image does not
exist" and "you are using the api incorrectly".
This inherits from docker.errors.APIError so it will not affect any
existing code. 
							
						 
						
							2015-07-17 08:31:54 -04:00  
				
					
						
							
							
								 
						
							
								f321eef031 
								
							 
						 
						
							
							
								
								Update all client instances in integration tests to use DOCKER_HOST  
							
							... 
							
							
							
							In testing Docker master with the latest docker-py release, a few new
tests exist which don't set the base_url, which is not the default unix
socket location when Docker's integration tests are running.
Also, there is no guarantee syslog can be reached from a test container
so I wrapped that test with the NOT_ON_HOST skip logic.
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp) 
							
						 
						
							2015-07-14 13:00:35 -04:00  
				
					
						
							
							
								 
						
							
								946eb964ad 
								
							 
						 
						
							
							
								
								Merge branch 'a-ba-fix-premature-eof'  
							
							
							
						 
						
							2015-07-09 11:13:09 -07:00  
				
					
						
							
							
								 
						
							
								96a5b29a4a 
								
							 
						 
						
							
							
								
								Merge branch 'fix-premature-eof' of  https://github.com/a-ba/docker-py  into a-ba-fix-premature-eof  
							
							... 
							
							
							
							Conflicts:
	docker/client.py 
							
						 
						
							2015-07-09 11:12:01 -07:00  
				
					
						
							
							
								 
						
							
								c846d7e1b5 
								
							 
						 
						
							
							
								
								Back to dev version  
							
							
							
						 
						
							2015-07-09 11:09:48 -07:00  
				
					
						
							
							
								 
						
							
								07ca4f5725 
								
							 
						 
						
							
							
								
								Merge pull request  #671  from docker/1.3.0-release  
							
							... 
							
							
							
							1.3.0 release 
							
						 
						
							2015-07-09 10:52:07 -07:00  
				
					
						
							
							
								 
						
							
								b60d57b67b 
								
							 
						 
						
							
							
								
								websocket-client for all versions  
							
							
							
						 
						
							2015-07-08 15:18:04 -07:00  
				
					
						
							
							
								 
						
							
								aa20f40fcd 
								
							 
						 
						
							
							
								
								Updated changelog  
							
							
							
						 
						
							2015-07-08 15:08:43 -07:00  
				
					
						
							
							
								 
						
							
								7d85f68460 
								
							 
						 
						
							
							
								
								Bumped version to 1.3.0  
							
							
							
						 
						
							2015-07-08 15:08:35 -07:00  
				
					
						
							
							
								 
						
							
								826c9e676a 
								
							 
						 
						
							
							
								
								Removed execute() method  
							
							
							
						 
						
							2015-07-08 15:08:13 -07:00  
				
					
						
							
							
								 
						
							
								69ef9e5668 
								
							 
						 
						
							
							
								
								Added missing `Client.load_image` docs  
							
							... 
							
							
							
							Clarified `Client.wait` docs 
							
						 
						
							2015-07-08 13:38:41 -07:00  
				
					
						
							
							
								 
						
							
								28d0840cac 
								
							 
						 
						
							
							
								
								Merge pull request  #669  from dano/fix-tty-streams2  
							
							... 
							
							
							
							Fix handling output from tty-enabled containers. 
							
						 
						
							2015-07-08 13:30:59 -07:00  
				
					
						
							
							
								 
						
							
								70b921f8a3 
								
							 
						 
						
							
							
								
								Fix handling output from tty-enabled containers.  
							
							... 
							
							
							
							Treat output from TTY-enabled containers as raw streams, rather than
as multiplexed streams. The docker API docs specify that tty-enabled
containers don't multiplex. Also update tests to pass with these
changes, and changed the code used to read raw streams to not
read line-by-line, and to not skip empty lines.
Addresses issue #630 
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com> 
							
						 
						
							2015-07-06 18:20:41 -04:00  
				
					
						
							
							
								 
						
							
								7b18543999 
								
							 
						 
						
							
							
								
								Merge pull request  #666  from Slix/patch-1  
							
							... 
							
							
							
							Fix missing apostrophes in docs 
							
						 
						
							2015-07-02 09:38:18 -07:00  
				
					
						
							
							
								 
						
							
								3bc9f52d9d 
								
							 
						 
						
							
							
								
								Fix missing apostrophes in docs  
							
							
							
						 
						
							2015-07-02 10:42:08 -05:00  
				
					
						
							
							
								 
						
							
								f3453aa23f 
								
							 
						 
						
							
							
								
								Merge pull request  #652  from docker/clientbase_extraction  
							
							... 
							
							
							
							ClientBase extraction 
							
						 
						
							2015-07-01 17:55:59 -07:00  
				
					
						
							
							
								 
						
							
								4f89ca73da 
								
							 
						 
						
							
							
								
								ClientBase class to extract utility methods and constructor and sanitize Client class  
							
							
							
						 
						
							2015-07-01 00:27:49 +02:00  
				
					
						
							
							
								 
						
							
								d66369c29c 
								
							 
						 
						
							
							
								
								Fix adapter bug + regression test  
							
							
							
						 
						
							2015-07-01 00:26:58 +02:00  
				
					
						
							
							
								 
						
							
								2d7f1cfa1e 
								
							 
						 
						
							
							
								
								Merge pull request  #651  from docker/fix_647  
							
							... 
							
							
							
							Fix adapter bug + regression test 
							
						 
						
							2015-06-30 15:19:14 -07:00  
				
					
						
							
							
								 
						
							
								ac90a874be 
								
							 
						 
						
							
							
								
								Merge pull request  #644  from docker/memory-memswap-hostconfig  
							
							... 
							
							
							
							memory / memswap in hostconfig 
							
						 
						
							2015-06-30 15:06:32 -07:00  
				
					
						
							
							
								 
						
							
								9e87884ba8 
								
							 
						 
						
							
							
								
								Fix Unix socket adapter bug with double slash in path + regression test  
							
							
							
						 
						
							2015-06-30 23:59:03 +02:00  
				
					
						
							
							
								 
						
							
								c8c957c983 
								
							 
						 
						
							
							
								
								Merge pull request  #661  from docker/fix_640  
							
							... 
							
							
							
							Added git@ as a valid prefix for remote build paths 
							
						 
						
							2015-06-30 14:40:11 -07:00  
				
					
						
							
							
								 
						
							
								b959487117 
								
							 
						 
						
							
							
								
								Added git@ as a valid prefix for remote build paths  
							
							
							
						 
						
							2015-06-30 03:00:10 +02:00  
				
					
						
							
							
								 
						
							
								d300f5f323 
								
							 
						 
						
							
							
								
								Merge pull request  #654  from Melraidin/master  
							
							... 
							
							
							
							Prefer new Docker config location and format. 
							
						 
						
							2015-06-29 17:54:02 -07:00  
				
					
						
							
							
								 
						
							
								5375433058 
								
							 
						 
						
							
							
								
								Fix small decorator issue  
							
							
							
						 
						
							2015-06-30 02:50:34 +02:00