Dominic Wong 
							
						 
					 
					
						
						
							
						
						c67d78f1ef 
					 
					
						
						
							
							update PR template, not using gitflow anymore  
						
						
						
						
							
						
					 
					
						2020-06-16 17:00:15 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						a89610ffea 
					 
					
						
						
							
							Merge pull request  #1706  from micro/develop  
						
						... 
						
						
						
						Develop -> Master. Abandoning gitflow model 
						
						
							
						
					 
					
						2020-06-16 16:57:40 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						da9bb11240 
					 
					
						
						
							
							Merge branch 'master' into develop  
						
						
						
						
							
						
					 
					
						2020-06-16 16:52:24 +01:00 
						 
				 
			
				
					
						
							
							
								Dmitry Kozlov 
							
						 
					 
					
						
						
							
						
						a3a1a84172 
					 
					
						
						
							
							Split long discord output message into the chunks by 2000 characters ( #1704 )  
						
						... 
						
						
						
						Signed-off-by: Dmitry Kozlov <dmitry.f.kozlov@gmail.com > 
						
						
							
						
					 
					
						2020-06-15 22:22:00 +01:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						1179d7e89a 
					 
					
						
						
							
							registry/mdns: fix nil host bug ( #1703 )  
						
						
						
						
							
						
					 
					
						2020-06-15 16:13:45 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						a5df913926 
					 
					
						
						
							
							Update README.md ( #1695 )  
						
						
						
						
							
						
					 
					
						2020-06-12 15:07:19 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						9ce706191b 
					 
					
						
						
							
							Update FUNDING.yml ( #1692 )  
						
						
						
						
							
						
					 
					
						2020-06-12 15:07:19 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						0327f30e3c 
					 
					
						
						
							
							Fix regex detection.  Fixes   #1663  ( #1696 )  
						
						
						
						
							
 
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						0ce132eb8f 
					 
					
						
						
							
							Fix race condition when updating process being waited on ( #1694 )  
						
						
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Janos Dobronszki 
							
						 
					 
					
						
						
							
						
						00b76e0a64 
					 
					
						
						
							
							Initialize selector before we make an auth.Generate call ( #1693 )  
						
						
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						aec27be9b4 
					 
					
						
						
							
							Fix race when opening DB for first time ( #1691 )  
						
						
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						86dfcb819b 
					 
					
						
						
							
							Ignore "no such process" error ( #1686 )  
						
						... 
						
						
						
						* Cleanup how status is updated for service. Ignore "no such process" error as it could be that the pid died
* add nice error log to record process error exit 
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Janos Dobronszki 
							
						 
					 
					
						
						
							
						
						d613804b0a 
					 
					
						
						
							
							Sigterm instead of Sigkill ( #1687 )  
						
						... 
						
						
						
						Co-authored-by: Dominic Wong <domwongemail@googlemail.com >
Co-authored-by: Asim Aslam <asim@aslam.me > 
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						92e9d05432 
					 
					
						
						
							
							api/handler/rpc: dont log error on normal websocket error code ( #1688 )  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						8dfd93e915 
					 
					
						
						
							
							util/wrapper: Add Static Client wrapper ( #1685 )  
						
						... 
						
						
						
						* util/wrapper: Add Static Client wrapper
* util/wrapper/static: pass address to stream too
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org >
* add static client wrapper tests
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org >
* server: fix error message spaces between words
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org >
* server/{rpc,grpc}: replace log.Error with log.Errorf
* server/grpc: fix log typo
* server/rpc: fix log typo
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						e5136332e3 
					 
					
						
						
							
							Add build and test of micro to pre-release testing ( #1684 )  
						
						... 
						
						
						
						* fix up example test build
* build and test micro when cutting a new release 
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						f10fd4b479 
					 
					
						
						
							
							Build all micro/examples for release-X.X.X branches ( #1683 )  
						
						... 
						
						
						
						* Build all the examples on push to any release branch 
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						74368026a5 
					 
					
						
						
							
							Fix incorrect namespace variable name (merge conflict) ( #1677 )  
						
						
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						fde1aa9d6a 
					 
					
						
						
							
							Move auth account creation to config/cmd ( #1676 )  
						
						
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						f45cdba9ba 
					 
					
						
						
							
							Apply wrappers to gRPC streams ( #1675 )  
						
						... 
						
						
						
						* Add wrappers to grpc streams
* Fix typo 
						
						
							
						
					 
					
						2020-06-12 10:42:52 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						73c2f25935 
					 
					
						
						
							
							Fix regex detection.  Fixes   #1663  ( #1696 )  
						
						
						
						
							
						
					 
					
						2020-06-10 11:18:03 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						b270860b79 
					 
					
						
						
							
							Update README.md ( #1695 )  
						
						
						
						
							
						
					 
					
						2020-06-10 10:22:53 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						8e81cea96f 
					 
					
						
						
							
							Fix race condition when updating process being waited on ( #1694 )  
						
						
						
						
							
						
					 
					
						2020-06-10 09:36:41 +01:00 
						 
				 
			
				
					
						
							
							
								Janos Dobronszki 
							
						 
					 
					
						
						
							
						
						cdd8f9fd82 
					 
					
						
						
							
							Initialize selector before we make an auth.Generate call ( #1693 )  
						
						
						
						
							
						
					 
					
						2020-06-09 12:47:31 +02:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						e7ba930236 
					 
					
						
						
							
							Update FUNDING.yml ( #1692 )  
						
						
						
						
							
						
					 
					
						2020-06-08 18:12:19 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						a346064eaf 
					 
					
						
						
							
							Fix race when opening DB for first time ( #1691 )  
						
						
						
						
							
						
					 
					
						2020-06-08 16:19:22 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						47bdd5c993 
					 
					
						
						
							
							Ignore "no such process" error ( #1686 )  
						
						... 
						
						
						
						* Cleanup how status is updated for service. Ignore "no such process" error as it could be that the pid died
* add nice error log to record process error exit 
						
						
							
						
					 
					
						2020-06-08 10:47:25 +01:00 
						 
				 
			
				
					
						
							
							
								Janos Dobronszki 
							
						 
					 
					
						
						
							
						
						9af12ff9df 
					 
					
						
						
							
							Sigterm instead of Sigkill ( #1687 )  
						
						... 
						
						
						
						Co-authored-by: Dominic Wong <domwongemail@googlemail.com >
Co-authored-by: Asim Aslam <asim@aslam.me > 
						
						
							
						
					 
					
						2020-06-06 14:04:14 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6c7bcf3883 
					 
					
						
						
							
							api/handler/rpc: dont log error on normal websocket error code ( #1688 )  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
							
						
					 
					
						2020-06-06 00:03:43 +03:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						bbc3b7040b 
					 
					
						
						
							
							util/wrapper: Add Static Client wrapper ( #1685 )  
						
						... 
						
						
						
						* util/wrapper: Add Static Client wrapper
* util/wrapper/static: pass address to stream too
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org >
* add static client wrapper tests
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org >
* server: fix error message spaces between words
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org >
* server/{rpc,grpc}: replace log.Error with log.Errorf
* server/grpc: fix log typo
* server/rpc: fix log typo
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
							
						
					 
					
						2020-06-05 10:18:35 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						582f2e8b94 
					 
					
						
						
							
							Add build and test of micro to pre-release testing ( #1684 )  
						
						... 
						
						
						
						* fix up example test build
* build and test micro when cutting a new release 
						
						
							
						
					 
					
						2020-06-04 13:46:22 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						bd3ef67328 
					 
					
						
						
							
							Build all micro/examples for release-X.X.X branches ( #1683 )  
						
						... 
						
						
						
						* Build all the examples on push to any release branch 
						
						
							
						
					 
					
						2020-06-04 09:32:17 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						1ccd4cd940 
					 
					
						
						
							
							Merge branch 'master' into develop  
						
						
						
						
							
						
					 
					
						2020-06-03 10:41:39 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						aa679f7a73 
					 
					
						
						
							
							Create PULL_REQUEST_TEMPLATE.md  
						
						
						
						
							
						
					 
					
						2020-06-03 10:32:28 +01:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						003731ace9 
					 
					
						
						
							
							Fix incorrect namespace variable name (merge conflict) ( #1677 )  
						
						
						
						
							
						
					 
					
						2020-06-03 09:48:19 +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 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						b6f3e8b715 
					 
					
						
						
							
							Move auth account creation to config/cmd ( #1676 )  
						
						
						
						
							
						
					 
					
						2020-06-03 09:43:20 +01:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						8f6ec21b91 
					 
					
						
						
							
							Apply wrappers to gRPC streams ( #1675 )  
						
						... 
						
						
						
						* Add wrappers to grpc streams
* Fix typo 
						
						
							
						
					 
					
						2020-06-02 17:56:26 +01:00 
						 
				 
			
				
					
						
							
							
								Dominic Wong 
							
						 
					 
					
						
						
							
						
						e4e56b0f3f 
					 
					
						
						
							
							Merge pull request  #1671  from sadwxqezc/fix-jwt  
						
						... 
						
						
						
						Fix jwt revoke 
						
						
							
						
					 
					
						2020-06-02 09:27:14 +01:00 
						 
				 
			
				
					
						
							
							
								huanghuan.27@bytedance.com 
							
						 
					 
					
						
						
							
						
						219d29f664 
					 
					
						
						
							
							fix jwt revoke  
						
						
						
						
							
						
					 
					
						2020-06-02 10:26:33 +08:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						8fb138af06 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:56:55 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						a39e6515da 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
 
						
					 
					
						2020-05-31 11:35:09 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						2c7fd286de 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:34:49 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						8aa2712b4d 
					 
					
						
						
							
							Delete README.zh-cn.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:33:31 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						b5c2121cef 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:31:41 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						ca9b877646 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:28:32 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						ff49b4fc71 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:27:54 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						222431b57a 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:26:46 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						ddb51529a7 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:26:18 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						7c048f331a 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2020-05-31 11:21:55 +01:00