François KUBLER 
							
						 
					 
					
						
						
							
						
						9fcdacb624 
					 
					
						
						
							
							Modified the name of an argument.  
						
						
						
						
					 
					
						2017-06-23 16:29:04 +02:00 
						 
				 
			
				
					
						
							
							
								François KUBLER 
							
						 
					 
					
						
						
							
						
						cf1713b085 
					 
					
						
						
							
							Added a Unauthorized exception.  
						
						... 
						
						
						
						Also added a few tests related to this new exception. 
						
						
					 
					
						2017-06-23 16:12:15 +02:00 
						 
				 
			
				
					
						
							
							
								7 
							
						 
					 
					
						
						
							
						
						f049a4ca67 
					 
					
						
						
							
							Recycling gunicorn worker ( #800 )  
						
						... 
						
						
						
						* add recycling feature to gunicorn worker
* add unit tests
* add more unit tests, and remove redundant trigger_events call
* fixed up unit tests
* make flake8 happy
* address feedbacks
* make flake8 happy
* add doc 
						
						
					 
					
						2017-06-22 13:26:50 -07:00 
						 
				 
			
				
					
						
							
							
								François KUBLER 
							
						 
					 
					
						
						
							
						
						55f860da2f 
					 
					
						
						
							
							Added support for 'Authorization: Bearer <TOKEN>' header in Request.token property.  
						
						... 
						
						
						
						Also added a test case for that kind of header. 
						
						
					 
					
						2017-06-22 18:11:23 +02:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						b5369e611c 
					 
					
						
						
							
							Merge pull request  #764  from stopspazzing/master  
						
						... 
						
						
						
						Clean up of examples. 
						
						
					 
					
						2017-06-20 14:53:37 -07:00 
						 
				 
			
				
					
						
							
							
								Jeremy Zimmerman 
							
						 
					 
					
						
						
							
						
						3d1dd1c6ac 
					 
					
						
						
							
							re-add extensions.md to fix merge conflict.  
						
						
						
						
					 
					
						2017-06-20 14:49:12 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						10a363b275 
					 
					
						
						
							
							Merge pull request  #809  from jrocketfingers/feature/allow-textual-responses  
						
						... 
						
						
						
						Allow textual responses when using test_client and aiohttp 2 
						
						
					 
					
						2017-06-20 10:30:26 -07:00 
						 
				 
			
				
					
						
							
							
								Nikola Kolevski 
							
						 
					 
					
						
						
							
						
						d865c5e2b6 
					 
					
						
						
							
							Conform to pep8  
						
						
						
						
					 
					
						2017-06-20 13:22:28 +02:00 
						 
				 
			
				
					
						
							
							
								Nikola Kolevski 
							
						 
					 
					
						
						
							
						
						9fac37588c 
					 
					
						
						
							
							Allow textual responses when using test_client and aiohttp 2  
						
						
						
						
					 
					
						2017-06-20 13:15:30 +02:00 
						 
				 
			
				
					
						
							
							
								Jeremy Zimmerman 
							
						 
					 
					
						
						
							
						
						aac0d58417 
					 
					
						
						
							
							Delete extensions.md  
						
						... 
						
						
						
						non-core content moved to wiki 
						
						
					 
					
						2017-06-19 15:18:32 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						b37e6187d4 
					 
					
						
						
							
							Merge pull request  #802  from yunstanford/add-match-info  
						
						... 
						
						
						
						Add match_info property to request class 
						
						
					 
					
						2017-06-18 10:15:46 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						20138ee85f 
					 
					
						
						
							
							add match_info to request  
						
						
						
						
					 
					
						2017-06-17 09:47:58 -07:00 
						 
				 
			
				
					
						
							
							
								Raphael Deem 
							
						 
					 
					
						
						
							
						
						6dc569cde5 
					 
					
						
						
							
							Merge pull request  #795  from ekampf/patch-1  
						
						... 
						
						
						
						Prevent `run` from overriding logging config set in constructor 
						
						
					 
					
						2017-06-15 23:39:09 -07:00 
						 
				 
			
				
					
						
							
							
								Eran Kampf 
							
						 
					 
					
						
						
							
						
						77cf0b678a 
					 
					
						
						
							
							Fix has_log value  
						
						
						
						
					 
					
						2017-06-15 11:21:08 -07:00 
						 
				 
			
				
					
						
							
							
								Eran Kampf 
							
						 
					 
					
						
						
							
						
						2dfb061063 
					 
					
						
						
							
							Prevent run from overriding logging config set in constructor  
						
						... 
						
						
						
						When creating the `Sanic` instance I provide it with a customized `log_config`.
Calling `run` overrides these settings unless I provide it *again* with the same `log_config`.
This is confusing and error prone. `run` shouldnt override configurations set in the `Sanic` constructor... 
						
						
					 
					
						2017-06-15 10:39:00 -07:00 
						 
				 
			
				
					
						
							
							
								7 
							
						 
					 
					
						
						
							
						
						e4669e2581 
					 
					
						
						
							
							Merge pull request  #3  from channelcat/master  
						
						... 
						
						
						
						merge upstream master branch 
						
						
					 
					
						2017-06-12 22:15:31 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						df47cf72d3 
					 
					
						
						
							
							Merge pull request  #791  from seemethere/add_docs_requirements  
						
						... 
						
						
						
						Add docs requirements 
						
						
					 
					
						2017-06-12 10:55:45 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						ba1b34e375 
					 
					
						
						
							
							Add docs requirements  
						
						... 
						
						
						
						Closes  channelcat/sanic#787  
					
						2017-06-12 10:29:38 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						950b5ee529 
					 
					
						
						
							
							Merge pull request  #789  from yunstanford/coverage-report  
						
						... 
						
						
						
						Coverage report 
						
						
					 
					
						2017-06-11 23:38:04 -07:00 
						 
				 
			
				
					
						
							
							
								Raphael Deem 
							
						 
					 
					
						
						
							
						
						041c48de19 
					 
					
						
						
							
							Merge pull request  #790  from r0fls/752  
						
						... 
						
						
						
						fix  #752  
					
						2017-06-11 23:24:32 -07:00 
						 
				 
			
				
					
						
							
							
								Raphael Deem 
							
						 
					 
					
						
						
							
						
						599fbcee6e 
					 
					
						
						
							
							fix   #752  
						
						
						
						
					 
					
						2017-06-11 23:20:04 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						ce2df8030c 
					 
					
						
						
							
							quick fix for test_gunicorn_worker test  
						
						
						
						
					 
					
						2017-06-11 09:06:48 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						47e761bbe2 
					 
					
						
						
							
							add coverage report  
						
						
						
						
					 
					
						2017-06-11 08:49:35 -07:00 
						 
				 
			
				
					
						
							
							
								7 
							
						 
					 
					
						
						
							
						
						0646baa18d 
					 
					
						
						
							
							Merge pull request  #2  from channelcat/master  
						
						... 
						
						
						
						remote-tracking with upstream 
						
						
					 
					
						2017-06-10 11:54:11 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						38997c1b47 
					 
					
						
						
							
							Merge pull request  #786  from yunstanford/handle_stream_404  
						
						... 
						
						
						
						Handle stream 404 
						
						
					 
					
						2017-06-10 10:03:54 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						acaafabc23 
					 
					
						
						
							
							retry build  
						
						
						
						
					 
					
						2017-06-10 09:57:32 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						6a80bdafa6 
					 
					
						
						
							
							add unit tests  
						
						
						
						
					 
					
						2017-06-10 09:48:30 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						cf30ed745c 
					 
					
						
						
							
							also should handle InvalidUsage exception  
						
						
						
						
					 
					
						2017-06-10 09:42:48 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						a399fb4044 
					 
					
						
						
							
							Merge pull request  #785  from youknowone/gunicorn  
						
						... 
						
						
						
						Gunicorn worker hints app weather it is being terminated 
						
						
					 
					
						2017-06-09 11:00:12 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						24b946e850 
					 
					
						
						
							
							make flake8 happy  
						
						
						
						
					 
					
						2017-06-09 08:43:23 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						236daf48ff 
					 
					
						
						
							
							add unit tests  
						
						
						
						
					 
					
						2017-06-09 08:42:48 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						4942af27dc 
					 
					
						
						
							
							handle NotFound  
						
						
						
						
					 
					
						2017-06-09 08:33:34 -07:00 
						 
				 
			
				
					
						
							
							
								7 
							
						 
					 
					
						
						
							
						
						3adb90071b 
					 
					
						
						
							
							Merge pull request  #1  from channelcat/master  
						
						... 
						
						
						
						merge upstream project 
						
						
					 
					
						2017-06-09 08:23:14 -07:00 
						 
				 
			
				
					
						
							
							
								Jeong YunWon 
							
						 
					 
					
						
						
							
						
						29b4a2a08c 
					 
					
						
						
							
							Gunicorn worker hints app weather it is being terminated  
						
						... 
						
						
						
						For now, `Sanic.is_running` is set when the worker is started but not
unset when it is about to stopped. Setting the flag for quit signal
will not affect working requests, but the `Sanic.is_running` flag still
can be used to support graceful termination. 
						
						
					 
					
						2017-06-09 14:51:15 +09:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						e1331fc0a2 
					 
					
						
						
							
							Merge pull request  #783  from yunstanford/master  
						
						... 
						
						
						
						add content_type property in request 
						
						
					 
					
						2017-06-08 17:30:07 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						3802f8ff65 
					 
					
						
						
							
							unit tests  
						
						
						
						
					 
					
						2017-06-08 17:25:22 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						4b0abdbe7c 
					 
					
						
						
							
							Merge pull request  #782  from yunstanford/sanic-transmute-doc  
						
						... 
						
						
						
						add sanic-transmute 
						
						
					 
					
						2017-06-08 14:27:29 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						81889fd7a3 
					 
					
						
						
							
							add unit tests  
						
						
						
						
					 
					
						2017-06-07 20:48:07 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						aac99c45c0 
					 
					
						
						
							
							add content_type property in request  
						
						
						
						
					 
					
						2017-06-07 20:46:48 -07:00 
						 
				 
			
				
					
						
							
							
								Yun Xu 
							
						 
					 
					
						
						
							
						
						566a6369a5 
					 
					
						
						
							
							add sanic-transmute  
						
						
						
						
					 
					
						2017-06-07 20:27:54 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						4fdf340d04 
					 
					
						
						
							
							Merge pull request  #773  from mbatchkarov/await-json-too  
						
						... 
						
						
						
						Testing: store JSON response in local request 
						
						
					 
					
						2017-06-07 12:05:30 -07:00 
						 
				 
			
				
					
						
							
							
								Miroslav Batchkarov 
							
						 
					 
					
						
						
							
						
						ddd7145153 
					 
					
						
						
							
							check json is None if body is not JSON  
						
						
						
						
					 
					
						2017-06-07 10:03:27 +01:00 
						 
				 
			
				
					
						
							
							
								Miroslav Batchkarov 
							
						 
					 
					
						
						
							
						
						3f22b644b6 
					 
					
						
						
							
							wrap call to json in try-except to make tests pass  
						
						
						
						
					 
					
						2017-06-07 09:57:07 +01:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						639c9f579d 
					 
					
						
						
							
							Merge pull request  #774  from algtmatt/feature/logging_doc_fixes  
						
						... 
						
						
						
						Small logging docs fixes 
						
						
					 
					
						2017-06-05 10:56:00 -07:00 
						 
				 
			
				
					
						
							
							
								Matthew Snyder 
							
						 
					 
					
						
						
							
						
						735b8665f1 
					 
					
						
						
							
							Small logging docs fixes  
						
						
						
						
					 
					
						2017-06-05 10:42:17 -07:00 
						 
				 
			
				
					
						
							
							
								Miroslav Batchkarov 
							
						 
					 
					
						
						
							
						
						199fa50a9d 
					 
					
						
						
							
							also store json result in local request  
						
						
						
						
					 
					
						2017-06-05 16:24:23 +01:00 
						 
				 
			
				
					
						
							
							
								Jeremy Zimmerman 
							
						 
					 
					
						
						
							
						
						aac5ad8504 
					 
					
						
						
							
							Merge remote-tracking branch 'origin/master'  
						
						
						
						
					 
					
						2017-06-01 16:53:36 -07:00 
						 
				 
			
				
					
						
							
							
								Jeremy Zimmerman 
							
						 
					 
					
						
						
							
						
						349c108ebc 
					 
					
						
						
							
							re-added request_stream example.  
						
						
						
						
					 
					
						2017-06-01 16:52:56 -07:00 
						 
				 
			
				
					
						
							
							
								Eli Uriegas 
							
						 
					 
					
						
						
							
						
						3b464782ef 
					 
					
						
						
							
							Merge pull request  #765  from ttopholm/master  
						
						... 
						
						
						
						Added content_type to be set for son response 
						
						
					 
					
						2017-06-01 16:29:08 -05:00 
						 
				 
			
				
					
						
							
							
								Tue Topholm 
							
						 
					 
					
						
						
							
						
						3d97fd8d2a 
					 
					
						
						
							
							Removed whitespace  
						
						
						
						
					 
					
						2017-06-01 23:09:37 +02:00