Daniel Smith 
							
						 
					 
					
						
						
							
						
						eda30d4f20 
					 
					
						
						
							
							Add watch mechanism to apiserver  
						
						 
						
						... 
						
						
						
						Implemented via HTTP and websocket. A test is present but this isn't
yet wired into anything.
Eventual purpose of this is to allow a scheduler to watch for new pods.
Or allow replication controller to watch for new items it controlls.
Generally, it'll be good to turn everything possible into a push instead
of a poll. 
						
						
					 
					
						2014-07-18 16:47:17 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yuki Yugui Sonoda 
							
						 
					 
					
						
						
							
						
						2aa3de12d4 
					 
					
						
						
							
							Make RESTful operations return 404 Not Found when the target resource  
						
						 
						
						... 
						
						
						
						does not exist.
In the original implementation, GET, DELETE and PUT operations on
non-existent resources used to return 500 but not 404. 
						
						
					 
					
						2014-07-18 14:16:56 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						90afdb06c1 
					 
					
						
						
							
							Move logger to own package; clean up apiserver to use serve mux.  
						
						 
						
						
						
						
					 
					
						2014-07-15 21:25:33 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						afd13edd6a 
					 
					
						
						
							
							Address comments; also, demonstrate one more property in test.  
						
						 
						
						
						
						
					 
					
						2014-06-26 11:36:15 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						c9246dc130 
					 
					
						
						
							
							Implement required sync changes everywhere.  
						
						 
						
						... 
						
						
						
						Make requests sync by default, so that usage of them doesn't have to
change. 
						
						
					 
					
						2014-06-26 10:33:21 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						59a6489e84 
					 
					
						
						
							
							Add tracked operations to apiserver  
						
						 
						
						
						
						
					 
					
						2014-06-26 10:33:21 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								brendandburns 
							
						 
					 
					
						
						
							
						
						49c25a4e28 
					 
					
						
						
							
							Merge pull request  #196  from lavalamp/marshal  
						
						 
						
						... 
						
						
						
						Make api able to marshal its types correctly 
						
						
					 
					
						2014-06-23 13:22:52 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						b850d36166 
					 
					
						
						
							
							Fix boilerplate everywhere  
						
						 
						
						
						
						
					 
					
						2014-06-23 11:32:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						41534c1cc5 
					 
					
						
						
							
							Encode/decode working everywhere now.  
						
						 
						
						
						
						
					 
					
						2014-06-23 09:54:17 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						14361e336a 
					 
					
						
						
							
							Make apiserver work with new encode/decode  
						
						 
						
						
						
						
					 
					
						2014-06-23 09:54:17 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						fb991fb84e 
					 
					
						
						
							
							Change type to []byte  
						
						 
						
						
						
						
					 
					
						2014-06-23 09:54:17 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						466be48c74 
					 
					
						
						
							
							Merge pull request  #166  from brendandburns/sync  
						
						 
						
						... 
						
						
						
						Part #1  of synchronous requests: Add channels and a mechanism for waiting 
						
						
					 
					
						2014-06-19 16:40:25 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Brendan Burns 
							
						 
					 
					
						
						
							
						
						2640de5c02 
					 
					
						
						
							
							Part  #1  of synchronous requests: Add channels and a mechanism for waiting on them  
						
						 
						
						
						
						
					 
					
						2014-06-19 16:13:13 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						bc02b3c21a 
					 
					
						
						
							
							Rename [label] query to selector  
						
						 
						
						
						
						
					 
					
						2014-06-19 13:31:42 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						154ec0db1e 
					 
					
						
						
							
							apiserver builds again  
						
						 
						
						
						
						
					 
					
						2014-06-16 22:05:12 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						3ab2f8a3a2 
					 
					
						
						
							
							First piece of improving labels  
						
						 
						
						
						
						
					 
					
						2014-06-16 22:05:11 -07:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Daniel Smith 
							
						 
					 
					
						
						
							
						
						b3ab658c71 
					 
					
						
						
							
							consistent filenames  
						
						 
						
						
						
						
					 
					
						2014-06-15 23:30:58 -07:00