Ben Toogood 
							
						 
					 
					
						
						
							
						
						efb64b7dbb 
					 
					
						
						
							
							Pass client to more of the runtime  
						
						
						
						
					 
					
						2020-05-11 17:57:39 +01:00 
						 
				 
			
				
					
						
							
							
								Ben Toogood 
							
						 
					 
					
						
						
							
						
						f892b41299 
					 
					
						
						
							
							Add runtime to service.Options()  
						
						
						
						
					 
					
						2020-05-11 17:09:28 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						b3915b6020 
					 
					
						
						
							
							Add store to options ( #1600 )  
						
						
						
						
					 
					
						2020-05-01 18:05:09 +01:00 
						 
				 
			
				
					
						
							
							
								Ben Toogood 
							
						 
					 
					
						
						
							
						
						d659e435c6 
					 
					
						
						
							
							Service => Service Auth  
						
						
						
						
					 
					
						2020-03-31 12:44:34 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						d8cfa7a295 
					 
					
						
						
							
							add config to cmd ( #1337 )  
						
						... 
						
						
						
						* add config to cmd
* fix build 
						
						
					 
					
						2020-03-12 18:47:40 +00:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						47f1203e97 
					 
					
						
						
							
							Add Config to service options ( #1336 )  
						
						... 
						
						
						
						Co-authored-by: Ben Toogood <ben@micro.mu >
Co-authored-by: Asim Aslam <asim@aslam.me > 
						
						
					 
					
						2020-03-12 18:13:03 +00:00 
						 
				 
			
				
					
						
							
							
								Di Wu 
							
						 
					 
					
						
						
							
						
						603d37b135 
					 
					
						
						
							
							Set option and cli args to the service profile ( #1259 )  
						
						
						
						
					 
					
						2020-02-25 16:42:42 +00:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						4401c12e6c 
					 
					
						
						
							
							Auth Wrapper ( #1174 )  
						
						... 
						
						
						
						* Auth Wrapper
* Tweak cmd flag
* auth_excludes => auth_exclude
* Make Auth.Excludes variadic
* Use metadata.Get (passes through http and http2 it will go through various case formats)
* fix auth wrapper auth.Auth interface initialisation
Co-authored-by: Asim Aslam <asim@aslam.me > 
						
						
					 
					
						2020-02-10 08:26:28 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f0f7f860d6 
					 
					
						
						
							
							add some docs ( #1176 )  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2020-02-07 21:48:24 +00:00 
						 
				 
			
				
					
						
							
							
								ben-toogood 
							
						 
					 
					
						
						
							
						
						d621548120 
					 
					
						
						
							
							Auth ( #1147 )  
						
						... 
						
						
						
						Implement the Auth interface, with JWT and service implementations.
* Update Auth Interface
* Define Auth Service Implementation
* Support Service Auth
* Add Auth Service Proto
* Remove erronious files
* Implement Auth Service Package
* Update Auth Interface
* Update Auth Interface. Add Validate, remove Add/Remove roles
* Make Revoke interface more explicit
* Refactor serializing and deserializing service accounts
* Fix srv name & update interface to be more explicit
* Require jwt public key for auth
* Rename Variables (Resource.ID => Resource.Name & ServiceAccount => Account)
* Implement JWT Auth Package
* Remove parent, add ID
* Update auth imports to v2. Add String() to auth interface 
						
						
					 
					
						2020-02-03 08:16:02 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f23638c036 
					 
					
						
						
							
							fix import paths for v2 release  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2020-01-30 14:44:40 +03:00 
						 
				 
			
				
					
						
							
							
								Micro 
							
						 
					 
					
						
						
							
						
						62c067adcd 
					 
					
						
						
							
							Refactor debug/trace ready for Jaeger  
						
						
						
						
					 
					
						2020-01-29 15:45:11 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e6a34bcbe7 
					 
					
						
						
							
							update micro/cli to urfave/cli/v2 and fix go-micro  
						
						... 
						
						
						
						Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org > 
						
						
					 
					
						2020-01-25 15:57:08 +03:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						c145f355dd 
					 
					
						
						
							
							Moving to gRPC by default ( #1069 )  
						
						... 
						
						
						
						* Step 1
* Fix the test panics 
						
						
					 
					
						2019-12-29 21:07:55 +00:00 
						 
				 
			
				
					
						
							
							
								Erik Hollensbe 
							
						 
					 
					
						
						
							
						
						a1c6cdf193 
					 
					
						
						
							
							Now specify HandleSignal as an option to toggle signal handling. ( #948 )  
						
						... 
						
						
						
						Signed-off-by: Erik Hollensbe <github@hollensbe.org > 
						
						
					 
					
						2019-11-16 11:13:34 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						64ec0633a3 
					 
					
						
						
							
							Fix breaks and go fmt  
						
						
						
						
					 
					
						2019-07-10 07:47:17 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						0bf54c122f 
					 
					
						
						
							
							move transport back  
						
						
						
						
					 
					
						2019-07-09 18:41:26 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						777a203f96 
					 
					
						
						
							
							gofmt  
						
						
						
						
					 
					
						2019-07-07 12:33:54 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						d2d6841f02 
					 
					
						
						
							
							Move transport to network/transport  
						
						
						
						
					 
					
						2019-07-07 10:37:34 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						1b4005e9a5 
					 
					
						
						
							
							Go fmt everything  
						
						
						
						
					 
					
						2019-06-21 17:20:41 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						ca5acba0c6 
					 
					
						
						
							
							Move selector to client/selector  
						
						
						
						
					 
					
						2019-06-21 15:13:54 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						c350e19552 
					 
					
						
						
							
							Move cmd => config/cmd  
						
						
						
						
					 
					
						2019-06-21 13:36:11 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						a3ecd36763 
					 
					
						
						
							
							add ability to set address  
						
						
						
						
					 
					
						2019-02-11 18:37:25 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						539b8c1a3b 
					 
					
						
						
							
							Move RegisterInterval into the server  
						
						
						
						
					 
					
						2019-01-24 13:22:17 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						1be0e8776f 
					 
					
						
						
							
							add wrap call comment  
						
						
						
						
					 
					
						2018-12-01 11:10:37 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						ccbc1b9cf3 
					 
					
						
						
							
							Fix broker registry issue  
						
						
						
						
					 
					
						2018-04-17 08:30:36 +01:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						c9b40cb33b 
					 
					
						
						
							
							switch to stdlib context  
						
						
						
						
					 
					
						2018-03-03 11:53:52 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						b0b0338128 
					 
					
						
						
							
							add option to set selector  
						
						
						
						
					 
					
						2017-12-20 21:43:24 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						fd78e1d432 
					 
					
						
						
							
							add comments for registration  
						
						
						
						
					 
					
						2017-01-07 22:51:34 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						4d4db84d5d 
					 
					
						
						
							
							fix for godoc  
						
						
						
						
					 
					
						2017-01-07 15:05:51 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						942985ce51 
					 
					
						
						
							
							add service test and shutdown based on context  
						
						
						
						
					 
					
						2017-01-07 14:52:23 +00:00 
						 
				 
			
				
					
						
							
							
								Asim Aslam 
							
						 
					 
					
						
						
							
						
						e10259940b 
					 
					
						
						
							
							add WrapCall option at top level  
						
						
						
						
					 
					
						2016-12-06 17:01:53 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						47d146daa4 
					 
					
						
						
							
							That should be i-1  
						
						
						
						
					 
					
						2016-04-19 00:47:15 +01:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						d1a6126350 
					 
					
						
						
							
							Convenience settings for Broker, Registry, Transport and Wrappers  
						
						
						
						
					 
					
						2016-04-18 21:41:03 +01:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						013d1de2c4 
					 
					
						
						
							
							Prefer RegisterTTL set through Init  
						
						
						
						
					 
					
						2016-01-27 12:23:18 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						5ec9d561a6 
					 
					
						
						
							
							meh  
						
						
						
						
					 
					
						2016-01-26 23:32:27 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						8bf72a3325 
					 
					
						
						
							
							Replace map[string]string with Context for extra options. map[string]string is essentially useless. Context can store anything  
						
						
						
						
					 
					
						2016-01-06 16:25:12 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						7a02bda06b 
					 
					
						
						
							
							Set package to micro  
						
						
						
						
					 
					
						2016-01-02 19:14:56 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						3b56a62589 
					 
					
						
						
							
							Update the way flags are used  
						
						
						
						
					 
					
						2016-01-02 19:12:17 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						1f1bc27421 
					 
					
						
						
							
							Make command internal  
						
						
						
						
					 
					
						2016-01-02 00:38:57 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						59a667130c 
					 
					
						
						
							
							Update help printer  
						
						
						
						
					 
					
						2016-01-01 02:45:15 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						0d50b2eb32 
					 
					
						
						
							
							Update top level init  
						
						
						
						
					 
					
						2016-01-01 01:16:21 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						4f1a1c6783 
					 
					
						
						
							
							add ability to set the options  
						
						
						
						
					 
					
						2015-12-21 01:13:29 +00:00 
						 
				 
			
				
					
						
							
							
								Asim 
							
						 
					 
					
						
						
							
						
						2c983ef021 
					 
					
						
						
							
							Experimental top level init  
						
						
						
						
					 
					
						2015-12-20 23:50:16 +00:00