deads2k 
							
						 
					 
					
						
						
							
						
						3f045cf168 
					 
					
						
						
							
							udpate admission for API groups  
						
						
						
						
					 
					
						2015-12-07 08:55:01 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						f764e0099c 
					 
					
						
						
							
							Update ObjectTyper to GroupVersion  
						
						
						
						
					 
					
						2015-12-07 08:35:05 -05:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						788218d7bb 
					 
					
						
						
							
							Better traces for api calls.  
						
						
						
						
					 
					
						2015-12-07 09:15:54 +01:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						8e496e3fa3 
					 
					
						
						
							
							Merge pull request  #18015  from wojtek-t/list_traces  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-12-05 22:10:01 -08:00 
						 
				 
			
				
					
						
							
							
								Daniel Martí 
							
						 
					 
					
						
						
							
						
						5ec087fa30 
					 
					
						
						
							
							Properly close http connection on TestList  
						
						... 
						
						
						
						If not, using `go test -count=n` would make them pile up and ultimately
get to the limit of open files:
	apiserver_test.go:984: 17: unexpected error: Get http://127.0.0.1:44131/apis/test.group/version/simple : dial tcp 127.0.0.1:44131: socket: too many open files
Steps to reproduce (no longer fails):
	godep go test -short -run '^$' -o test .
	./test -test.run '^TestList$' -test.count 100
Note that this might not fail if your `ulimit -n` is not low enough. 
						
						
					 
					
						2015-12-05 13:29:03 +01:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						c849825d18 
					 
					
						
						
							
							Merge pull request  #16400  from caesarxuchao/fix-proxy-content-length  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-12-03 15:56:03 -08:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						2321651518 
					 
					
						
						
							
							Add non-resource and API group support to ABAC authorizer, version ABAC policy rules  
						
						
						
						
					 
					
						2015-12-03 12:31:13 -05:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						0736d5c893 
					 
					
						
						
							
							Better traces in list operations.  
						
						
						
						
					 
					
						2015-12-03 09:16:37 +01:00 
						 
				 
			
				
					
						
							
							
								mqliang 
							
						 
					 
					
						
						
							
						
						149af2f7a7 
					 
					
						
						
							
							remove todo  
						
						
						
						
					 
					
						2015-12-02 13:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						a7dd09ec47 
					 
					
						
						
							
							update requestScope to fully qualify kind and resource  
						
						
						
						
					 
					
						2015-12-01 16:50:24 -05:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						4eb010b1f7 
					 
					
						
						
							
							Merge pull request  #17694  from hongchaodeng/ratelimit  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-26 13:12:26 -08:00 
						 
				 
			
				
					
						
							
							
								Clayton Coleman 
							
						 
					 
					
						
						
							
						
						1d592e4c28 
					 
					
						
						
							
							Unversioned types should not use ambiguous go-int  
						
						... 
						
						
						
						All external types that are not int64 are now marked as int32,
including
IntOrString. Prober is now int32 (43 years should be enough of an initial
probe time for anyone).
Did not change the metadata fields for now. 
						
						
					 
					
						2015-11-26 11:45:25 -05:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						fc694ea787 
					 
					
						
						
							
							Merge pull request  #16725  from wojtek-t/update_ugorji  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-25 22:14:20 -08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						8679925847 
					 
					
						
						
							
							update RESTMapping API to be properly typed  
						
						
						
						
					 
					
						2015-11-25 14:02:37 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						ed95a6d77f 
					 
					
						
						
							
							update scheme to use GroupVersion  
						
						
						
						
					 
					
						2015-11-25 12:15:48 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						e0b7f52633 
					 
					
						
						
							
							hack up queryToObject to continue to work as it used to  
						
						
						
						
					 
					
						2015-11-25 12:14:06 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						68b0572974 
					 
					
						
						
							
							internal versions  
						
						
						
						
					 
					
						2015-11-25 12:14:06 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						6231404682 
					 
					
						
						
							
							update decoder to use GroupVersion  
						
						
						
						
					 
					
						2015-11-25 12:14:06 -05:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						3bd23b185b 
					 
					
						
						
							
							Merge pull request  #17730  from wojtek-t/use_unversioned_list_options_in_client  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-25 09:10:19 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						e95e3dec42 
					 
					
						
						
							
							Merge pull request  #17414  from timstclair/apiserver  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-25 05:28:07 -08:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						58062bc347 
					 
					
						
						
							
							Regenerate files  
						
						
						
						
					 
					
						2015-11-25 12:34:05 +01:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						3e56ce6490 
					 
					
						
						
							
							Merge pull request  #17327  from deads2k/gv-restmapper  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-24 19:08:49 -08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						c40dd0335a 
					 
					
						
						
							
							make DefaultRESTMapper methods type correct  
						
						
						
						
					 
					
						2015-11-24 14:17:37 -05:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						b6ef62af24 
					 
					
						
						
							
							Use unversioned.ListOptions in clients.  
						
						
						
						
					 
					
						2015-11-24 16:52:09 +01:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						f3753c02ed 
					 
					
						
						
							
							Merge pull request  #17369  from wojtek-t/use_unversioned_list_options  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-24 07:32:37 -08:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						bf13bef955 
					 
					
						
						
							
							Use unversioned.ListOptions in API server.  
						
						
						
						
					 
					
						2015-11-24 14:42:21 +01:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						fcdf32f336 
					 
					
						
						
							
							Merge pull request  #17674  from gmarek/fix-test  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-24 03:40:53 -08:00 
						 
				 
			
				
					
						
							
							
								Hongchao Deng 
							
						 
					 
					
						
						
							
						
						13d152a873 
					 
					
						
						
							
							RateLimiter: change CanAccept() to TryAccept()  
						
						
						
						
					 
					
						2015-11-23 16:42:53 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						06ef4b0a83 
					 
					
						
						
							
							Merge pull request  #17156  from feihujiang/moveListFunctionsFromRuntimeToMetaPackage  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-23 14:13:25 -08:00 
						 
				 
			
				
					
						
							
							
								Tim St. Clair 
							
						 
					 
					
						
						
							
						
						20ead45af9 
					 
					
						
						
							
							Move etcd_util.go to separate package  
						
						
						
						
					 
					
						2015-11-23 11:32:50 -08:00 
						 
				 
			
				
					
						
							
							
								gmarek 
							
						 
					 
					
						
						
							
						
						a5300a0c63 
					 
					
						
						
							
							Add more comments to TestMaxInflight  
						
						
						
						
					 
					
						2015-11-23 20:26:02 +01:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						7b814a5122 
					 
					
						
						
							
							Merge pull request  #17640  from wojtek-t/fix_max_in_fligh_test  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-23 07:30:42 -08:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						ffe8370927 
					 
					
						
						
							
							Merge pull request  #17567  from deads2k/allow-head  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-11-23 03:49:27 -08:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						2766272fff 
					 
					
						
						
							
							Fix MaxInFlight test  
						
						
						
						
					 
					
						2015-11-23 10:54:57 +01:00 
						 
				 
			
				
					
						
							
							
								Chao Xu 
							
						 
					 
					
						
						
							
						
						32f2ec71a8 
					 
					
						
						
							
							Based on @tiran's patch: copy the request ContentLength and TransferEncoding field in proxy  
						
						... 
						
						
						
						@liggitt: Update proxy content-length tests; Copy content-length in generic rest proxy. 
						
						
					 
					
						2015-11-20 09:57:47 -08:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						72e345aa4e 
					 
					
						
						
							
							handle the HEAD verb correctly for authorization  
						
						
						
						
					 
					
						2015-11-20 11:34:35 -05:00 
						 
				 
			
				
					
						
							
							
								feihujiang 
							
						 
					 
					
						
						
							
						
						ad79fa6e84 
					 
					
						
						
							
							Move list functions from runtime to meta package  
						
						
						
						
					 
					
						2015-11-20 09:20:55 +08:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						d7b098b0e9 
					 
					
						
						
							
							Add DecodeParametersInto method to Codec.  
						
						
						
						
					 
					
						2015-11-18 09:56:04 +01:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						303bcad398 
					 
					
						
						
							
							use groupversion in RESTMapping  
						
						
						
						
					 
					
						2015-11-16 09:22:11 -05:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						b675a77213 
					 
					
						
						
							
							Add groupless API server tests  
						
						
						
						
					 
					
						2015-11-16 07:42:00 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						bf983e942c 
					 
					
						
						
							
							use GroupVersion in APIGroupVersion for api installer  
						
						
						
						
					 
					
						2015-11-16 07:42:00 -05:00 
						 
				 
			
				
					
						
							
							
								David Eads 
							
						 
					 
					
						
						
							
						
						486103d887 
					 
					
						
						
							
							Revert "use GroupVersion in APIGroupVersion for api installer"  
						
						
						
						
					 
					
						2015-11-13 12:55:08 -05:00 
						 
				 
			
				
					
						
							
							
								deads2k 
							
						 
					 
					
						
						
							
						
						3c725f17ea 
					 
					
						
						
							
							use GroupVersion in APIGroupVersion for api installer  
						
						
						
						
					 
					
						2015-11-13 09:00:04 -05:00 
						 
				 
			
				
					
						
							
							
								nikhiljindal 
							
						 
					 
					
						
						
							
						
						61cef8f570 
					 
					
						
						
							
							Updating typeToJSON to handle pointers as well  
						
						
						
						
					 
					
						2015-11-03 17:31:40 -08:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						600b5e633d 
					 
					
						
						
							
							Fix GetRequestInfo subresource parsing for proxy/redirect verbs  
						
						
						
						
					 
					
						2015-10-30 13:41:49 -04:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						9c53f301f1 
					 
					
						
						
							
							Merge selectors with ListOptions.  
						
						
						
						
					 
					
						2015-10-29 15:42:57 +01:00 
						 
				 
			
				
					
						
							
							
								k8s-merge-robot 
							
						 
					 
					
						
						
							
						
						cd7e4bd6bb 
					 
					
						
						
							
							Merge pull request  #16364  from liggitt/unversioned_types  
						
						... 
						
						
						
						Auto commit by PR queue bot 
						
						
					 
					
						2015-10-29 05:56:17 -07:00 
						 
				 
			
				
					
						
							
							
								Jordan Liggitt 
							
						 
					 
					
						
						
							
						
						3bc4abb9aa 
					 
					
						
						
							
							Add TypeMeta to discovery response objects  
						
						
						
						
					 
					
						2015-10-27 10:27:13 -04:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						aa30e38183 
					 
					
						
						
							
							Pass resource version to storage List operation.  
						
						
						
						
					 
					
						2015-10-27 10:03:58 +01:00 
						 
				 
			
				
					
						
							
							
								Wojciech Tyczynski 
							
						 
					 
					
						
						
							
						
						f4d75e0a0a 
					 
					
						
						
							
							Support timeout in watch requests  
						
						
						
						
					 
					
						2015-10-24 13:12:49 +02:00