| 
							
							
								 Asim | 5ec9d561a6 | meh | 2016-01-26 23:32:27 +00:00 |  | 
			
				
					| 
							
							
								 Asim | ce0c5908a6 | Update the watcher | 2016-01-26 21:10:27 +00:00 |  | 
			
				
					| 
							
							
								 Asim | cd13f0389f | Fix this cruft | 2016-01-26 20:44:29 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 822cc0e5da | Use ServiceID as node.ID rather than Node.... in time remove Node/Address completely | 2016-01-26 20:30:05 +00:00 |  | 
			
				
					| 
							
							
								 Asim | a6ce435a07 | If secure or tlsconfig not nil then secure | 2016-01-17 00:33:07 +00:00 |  | 
			
				
					| 
							
							
								 Asim | ae2ab911ed | Access tls config | 2016-01-16 23:39:47 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 60ee085cbc | Add secure option to registry | 2016-01-16 20:25:18 +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 | 191e835aa9 | Add extra options to be used by others that need them | 2015-12-31 18:14:40 +00:00 |  | 
			
				
					| 
							
							
								 Asim | be43d827c7 | Add String method to all interfaces | 2015-12-19 21:56:14 +00:00 |  | 
			
				
					| 
							
							
								 Asim | d7b3765c71 | Allow setting of timeout for registry | 2015-12-19 18:28:08 +00:00 |  | 
			
				
					| 
							
							
								 Asim | ed75f84584 | add json tags to registry service | 2015-12-15 21:02:43 +00:00 |  | 
			
				
					| 
							
							
								 Asim | eefb9c53d4 | Move to a selector package | 2015-12-09 19:23:16 +00:00 |  | 
			
				
					| 
							
							
								 Asim | a2c862dd21 | Add service random | 2015-12-09 12:44:38 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 46905347bb | unblack list when err is nil | 2015-12-09 02:42:02 +00:00 |  | 
			
				
					| 
							
							
								 Asim | f59787a906 | add blacklist selector | 2015-12-09 02:31:17 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 9072a944e2 | Add selector code | 2015-12-09 00:02:45 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 011a3dc9e3 | Add watcher comments | 2015-12-05 02:05:06 +00:00 |  | 
			
				
					| 
							
							
								 Asim | d4f3a6070c | Update the watch interface | 2015-12-05 01:12:29 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 04e07f4b39 | Move plugins to go-plugins | 2015-11-25 00:17:15 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 5d88115f2a | update links from myodc to micro | 2015-11-20 16:17:33 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 9b23729eac | add default port where none is specified | 2015-11-16 12:11:03 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 0320fc1b55 | Update registry so version is surfaced | 2015-11-08 01:48:48 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 3302fab644 | Move kubernetes registry to myodc/go-plugins because god damnit stop breaking you.... | 2015-10-27 19:08:45 +00:00 |  | 
			
				
					| 
							
							
								 Asim | d9ae100524 | Fix registry address usage | 2015-10-26 20:23:57 +00:00 |  | 
			
				
					| 
							
							
								 Asim | e2b849da29 | Fix breaking build | 2015-10-20 18:03:39 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 975c6d4148 | add kubernetes registry back since its being used... | 2015-10-18 12:12:41 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 1b1aa4915e | Remove kubernetes registry. Add v1 of in memory registry using memberlist | 2015-10-18 00:01:43 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 6ab6e9725d | Add endpoints in etcd | 2015-10-11 16:41:55 +01:00 |  | 
			
				
					| 
							
							
								 Asim | fcbd2acdde | add endpoint data for consul registry | 2015-10-11 12:05:20 +01:00 |  | 
			
				
					| 
							
							
								 Asim | ac995ba983 | update etcd registry to use github.com/coreos/etcd/client | 2015-09-26 17:09:03 +01:00 |  | 
			
				
					| 
							
							
								 Asim | e89f31730b | Fix imports | 2015-08-26 12:10:10 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 113cc8a9cb | Remove service id so nodes are also removed from catalog | 2015-08-15 23:03:50 +01:00 |  | 
			
				
					| 
							
							
								 Asim | b91af916f9 | Add pub/sub to client/server and make broker more low level | 2015-06-12 19:52:27 +01:00 |  | 
			
				
					| 
							
							
								 Asim | cdf2f2cbcd | Change receiver to handler, breaking change, grrr | 2015-06-03 01:25:37 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 09c784d294 | add support for streaming requests. cleanup watcher initilisation | 2015-06-01 18:55:27 +01:00 |  | 
			
				
					| 
							
							
								 Asim | fa2c27b64f | PortalIP no longer exists | 2015-05-29 09:58:49 +01:00 |  | 
			
				
					| 
							
							
								 Asim | d23e46df3a | Add basic etcd registry implementation | 2015-05-27 22:22:02 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 36b5ca46fe | Change initialisation and add metadata | 2015-05-26 22:39:48 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 7aa2c82ced | Service and node should be structs rather than interface | 2015-05-25 22:14:28 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 74fd1fc989 | Restructure go-micro layout and plugins | 2015-05-23 20:04:16 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 0e7bd77f4c | Allow configurable addresses for everything | 2015-05-16 00:34:02 +01:00 |  | 
			
				
					| 
							
							
								 Asim | 52f140da5f | Add support for listing services, very rough | 2015-04-03 00:52:49 +02:00 |  | 
			
				
					| 
							
							
								 Asim | f2daa02256 | Fix kubernetes compile issues | 2015-04-03 00:30:18 +02:00 |  | 
			
				
					| 
							
							
								 Asim | 4b494966fb | Add consul watcher | 2015-02-14 23:00:47 +00:00 |  | 
			
				
					| 
							
							
								 Asim | b9e50324cb | Add watcher and cache for kubernetes registry | 2015-02-07 23:15:35 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 0e73a84857 | github.com/armon/consul-api was deprecated, use official api | 2015-01-19 19:37:28 +00:00 |  | 
			
				
					| 
							
							
								 Asim | 8e55cde513 | First | 2015-01-13 23:31:27 +00:00 |  |