ben-toogood 
							
						 
					 
					
						
						
							
						
						1ae825032c 
					 
					
						
						
							
							store: remove write TTL & expiry options ( #1960 )  
						
						
						
						
					 
					
						2020-08-21 09:35:53 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						78a79ca9e1 
					 
					
						
						
							
							Memory and file store list fixes ( #1959 )  
						
						... 
						
						
						
						* Refactor file and memory stores 
						
						
					 
					
						2020-08-20 15:08:35 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						47f356fc5f 
					 
					
						
						
							
							Unify the store tests ( #1952 )  
						
						... 
						
						
						
						Add more tests for store 
						
						
					 
					
						2020-08-19 23:41:03 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						563768b58a 
					 
					
						
						
							
							v3 refactor ( #1868 )  
						
						... 
						
						
						
						* Move to v3
Co-authored-by: Ben Toogood <bentoogood@gmail.com > 
						
						
					 
					
						2020-07-27 13:22:00 +01:00 
						 
				 
			
				
					
						
							
							
								Alex Unger 
							
						 
					 
					
						
						
							
						
						42c28f2b6d 
					 
					
						
						
							
							Fix Comments ( #1833 )  
						
						... 
						
						
						
						* update store url
* fix leftover copy paste 
						
						
					 
					
						2020-07-14 13:13:32 +01:00 
						 
				 
			
				
					
						
							
							
								Janos Dobronszki 
							
						 
					 
					
						
						
							
						
						3f4b58b58c 
					 
					
						
						
							
							Let bolt do locking per each List Get etc op, instead of managing fil… ( #1831 )  
						
						
						
						
					 
					
						2020-07-14 10:35:46 +02:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						aec27be9b4 
					 
					
						
						
							
							Fix race when opening DB for first time ( #1691 )  
						
						
						
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						7b379bf1f1 
					 
					
						
						
							
							WIP: Add metadata to store record ( #1604 )  
						
						... 
						
						
						
						* Add metadata to store record
* Add metadata to cockroach store
* add metadata to store service implementation
* fix breaking cache test
* Test/fix cockroach metadata usage
* fix store memory metadata bug 
						
						
					 
					
						2020-06-03 09:45:08 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						359b8bc503 
					 
					
						
						
							
							Add opts to service proto ( #1517 )  
						
						... 
						
						
						
						* Add opts to service proto
* Support database/table opts 
						
						
					 
					
						2020-04-30 22:51:25 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						bb1ccf09e8 
					 
					
						
						
							
							prefix store dir  
						
						
						
						
					 
					
						2020-04-11 11:23:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1063b954de 
					 
					
						
						
							
							dont display t.Log/t.Logf as errors in github actions ( #1508 )  
						
						... 
						
						
						
						* fix tests and github action annotations
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2020-04-09 14:05:46 +03:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						98fc3dfbad 
					 
					
						
						
							
							use single data bucket  
						
						
						
						
					 
					
						2020-04-08 09:57:51 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						4b0e27413e 
					 
					
						
						
							
							add Store Close method ( #1500 )  
						
						... 
						
						
						
						* add Store Close method
* Update sync store build failure 
						
						
					 
					
						2020-04-08 09:51:10 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						4cac7dcc48 
					 
					
						
						
							
							fix file tests  
						
						
						
						
					 
					
						2020-04-07 19:45:27 +01:00 
						 
				 
			
				
					
						
							
							
								Janos Dobronszki 
							
						 
					 
					
						
						
							
						
						038b936ce9 
					 
					
						
						
							
							Setting up file store in constructor and not in init which is o… ( #1499 )  
						
						
						
						
					 
					
						2020-04-07 16:43:43 +02:00 
						 
				 
			
				
					
						
							
							
								Janos Dobronszki 
							
						 
					 
					
						
						
							
						
						aaee01b1a7 
					 
					
						
						
							
							Use file store by default (as opposed to memory store) ( #1498 )  
						
						... 
						
						
						
						* Use file store by default (as opposed to memory store)
* Default table for file store 
						
						
					 
					
						2020-04-07 15:19:45 +02:00 
						 
				 
			
				
					
						
							
							
								Janos Dobronszki 
							
						 
					 
					
						
						
							
						
						2ea5b33955 
					 
					
						
						
							
							Disk backed local store ( #1491 )  
						
						
						
						
					 
					
						2020-04-07 13:53:22 +02:00