Commit Graph

  • 06136312bb regen files with never protoc (#6) Vasiliy Tolstov 2020-08-19 17:47:17 +03:00
  • 7a407d5792 setup lint (#3) Vasiliy Tolstov 2020-08-19 16:11:03 +03:00
  • 66df1bb361 events/nats: add support for TLS config (#1946) ben-toogood 2020-08-19 10:55:54 +01:00
  • 7eaec450a1 support error handler in memory broker (#1947) Asim Aslam 2020-08-19 10:20:43 +01:00
  • 5d6b7b3d7d Move the network resolver out (#1944) Asim Aslam 2020-08-18 21:38:29 +01:00
  • 2eac8ed64f Fix cockroach store not respecting WriteTTL option (#1943) Dominic Wong 2020-08-18 18:30:05 +01:00
  • 2b2dc2f811 Support private repos in env 'local' (#1938) Janos Dobronszki 2020-08-18 18:26:14 +02:00
  • 21cca297c0 events: implement package with memory & nats streams (#1942) ben-toogood 2020-08-18 16:19:53 +01:00
  • 19ef225b2f Revert "grpc: avoid allocations for each message (#1939)" (#1941) Asim Aslam 2020-08-18 14:44:29 +01:00
  • 2a23224d91 grpc: avoid allocations for each message (#1939) Vasiliy Tolstov 2020-08-18 16:24:11 +03:00
  • dd2dc7a2b9 Update broker.go Asim Aslam 2020-08-18 14:05:25 +01:00
  • 4413372a3f Decruft the broker by removing Event interface (#1940) Asim Aslam 2020-08-18 14:00:51 +01:00
  • a2a808f2d6 Baseurl, gitlab support, single word service names (#1933) Janos Dobronszki 2020-08-18 11:31:49 +02:00
  • 7a6669d199 Update reporter.go Asim Aslam 2020-08-18 08:30:29 +01:00
  • 09fdd3c121 Update reporter.go Asim Aslam 2020-08-18 08:29:26 +01:00
  • da4159513e Metrics interface and Prometheus implementation (#1929) Prawn 2020-08-18 19:27:50 +12:00
  • e1248f90f4 update options Asim Aslam 2020-08-17 23:09:41 +01:00
  • 3011bad518 sort routes by metric Asim Aslam 2020-08-17 23:09:24 +01:00
  • bb7fe21c46 unused variables Asim Aslam 2020-08-17 23:00:27 +01:00
  • 4fd4a116f2 allow setting registry router in client Asim Aslam 2020-08-17 22:53:20 +01:00
  • 50ec6c748f cleanup client/selector/lookup (#1937) Asim Aslam 2020-08-17 22:44:45 +01:00
  • 7135787b78 Update README.md Asim Aslam 2020-08-17 19:43:28 +01:00
  • 870a1ebc07 dead code Asim Aslam 2020-08-17 10:04:52 +01:00
  • 61899398b3 simplifies code (#1934) zuoan 2020-08-17 16:10:42 +08:00
  • 55d62fc1a5 Strip Advertise/Process from router Asim Aslam 2020-08-14 23:51:52 +01:00
  • 5238a8a85f don't delete own routes Asim Aslam 2020-08-14 23:04:55 +01:00
  • 9fffd0419e Merge branch 'master' of ssh://github.com/micro/go-micro Asim Aslam 2020-08-14 21:52:18 +01:00
  • 58794df27c default to noop registry in network Asim Aslam 2020-08-14 21:52:05 +01:00
  • 5a88ea7247 runtime: resource limits (kubernetes implementation) (#1931) ben-toogood 2020-08-14 11:47:28 +01:00
  • 374aae1490 Merge branch 'master' of ssh://github.com/micro/go-micro Asim Aslam 2020-08-13 14:10:49 +01:00
  • ccf2f4efd6 fix windows Asim Aslam 2020-08-13 14:10:41 +01:00
  • 9380b365de runtime/local: fix injection of secrets as env vars (#1930) ben-toogood 2020-08-13 09:22:25 +01:00
  • f0142febcf executable is now os Asim Aslam 2020-08-13 07:57:57 +01:00
  • 1fa3ac5599 write nil when expiry is zero v3.0.0-beta Asim Aslam 2020-08-12 12:52:14 +01:00
  • 375b67ee16 simplify runtime logs Asim Aslam 2020-08-11 22:57:30 +01:00
  • 69a53e8070 expiry can be taken from options or record (#1928) Dominic Wong 2020-08-11 18:11:18 +01:00
  • b6e1c7ac99 make source dir a variable Asim Aslam 2020-08-11 17:25:43 +01:00
  • e83a808b05 make log dir a variable Asim Aslam 2020-08-11 17:23:00 +01:00
  • 012ec6a998 router/registry: fix expiring routes bug (#1927) ben-toogood 2020-08-11 16:57:04 +01:00
  • fae4151027 Add a build package (#1926) Asim Aslam 2020-08-11 16:51:58 +01:00
  • e162e6d505 router/registry: fix bug which impacts service registered in multiple domains (#1925) ben-toogood 2020-08-11 12:42:22 +01:00
  • c51ef6fc29 move wrapper to client Asim Aslam 2020-08-11 11:25:49 +01:00
  • 28d6340f04 Merge branch 'master' of ssh://github.com/micro/go-micro Asim Aslam 2020-08-11 10:32:25 +01:00
  • 4fc193f95d Delete the cmd package Asim Aslam 2020-08-11 10:24:55 +01:00
  • d072eb6ff2 Deprecate service (#1924) Asim Aslam 2020-08-11 10:03:47 +01:00
  • 1263806a39 util/kubernetes: add readiness check to deployments (#1923) ben-toogood 2020-08-11 08:38:30 +01:00
  • 959407bad9 support wrapper slice in api server options Asim Aslam 2020-08-10 22:38:54 +01:00
  • 61d12d3a39 fix etcd keys for services (#1922) Asim Aslam 2020-08-10 21:58:35 +01:00
  • 4db8ea8f6a Move tunnel to its own package (#1921) Asim Aslam 2020-08-10 17:31:21 +01:00
  • 13f495587e cleanup debug and transport (#1920) Asim Aslam 2020-08-10 15:58:39 +01:00
  • 593b543230 runtime/kubernetes: fix streaming logs error handling (#1919) ben-toogood 2020-08-10 15:20:33 +01:00
  • fdce953c15 runtime/kubernetes: fix update bug (#1918) ben-toogood 2020-08-10 15:08:04 +01:00
  • 96836f2e43 Decrease log levels in router/registry package to not appear for CLI users (#1917) Janos Dobronszki 2020-08-10 14:57:45 +02:00
  • 65e6ee8566 use noop resolver in network by default Asim Aslam 2020-08-09 22:11:57 +01:00
  • a7c70c66b1 return a micro error on lookup failure Asim Aslam 2020-08-09 21:44:39 +01:00
  • b2582c0992 fix deadlock bug Asim Aslam 2020-08-09 19:39:21 +01:00
  • 6373cc91b7 remove print statement Asim Aslam 2020-08-09 19:35:07 +01:00
  • ed704640aa getDomain should return the default domain Asim Aslam 2020-08-09 19:08:25 +01:00
  • cd9e5a1e9e continue to allow endpoint routing Asim Aslam 2020-08-09 16:57:34 +01:00
  • dcf040ec9f strip back the grpc proxy Asim Aslam 2020-08-09 16:47:00 +01:00
  • f838c33008 noop.NewRegistry function Asim Aslam 2020-08-09 16:26:51 +01:00
  • e8ea0f85e9 add a noop registry Asim Aslam 2020-08-09 16:17:52 +01:00
  • 51f8b4ae3d embed grpc server stream and client so they can be accessed (#1916) Asim Aslam 2020-08-09 15:43:41 +01:00
  • 69a2032dd7 lower log level to debug Asim Aslam 2020-08-08 14:04:18 +01:00
  • 64feb6dff2 Add subscriber naem Asim Aslam 2020-08-08 09:21:13 +01:00
  • 4c95c65d81 Return service name in error Asim Aslam 2020-08-08 09:09:34 +01:00
  • 4469a41ae7 use a totally different client for the watcher in etcd Asim Aslam 2020-08-08 01:40:41 +01:00
  • fc67593ee4 cleanup router watcher logic Asim Aslam 2020-08-08 01:04:38 +01:00
  • e7cc3c2210 protect etcd watcher stop against race condition Asim Aslam 2020-08-08 00:57:57 +01:00
  • 712fe39a62 initChan is never evaluated because watchRegistry is a blocking call Asim Aslam 2020-08-07 23:44:43 +01:00
  • 9b14eb8aec close the existing etcd client if it exists Asim Aslam 2020-08-07 23:09:06 +01:00
  • 124b1bd7b7 add https prefix when using tls config for etcd Asim Aslam 2020-08-07 22:46:05 +01:00
  • ac1aace214 route the API subdomain (#1910) ben-toogood 2020-08-07 20:54:55 +01:00
  • 324c4e6886 Router refresh (#1912) Asim Aslam 2020-08-07 20:53:38 +01:00
  • d69a4a30cd fix etcd bug that causes deregister to be skipped (#1911) Asim Aslam 2020-08-07 19:58:25 +01:00
  • a6d7b1d710 Move api/router/util to util/router (#1909) Asim Aslam 2020-08-07 13:30:29 +01:00
  • 8ee31b94a1 remove handler/util package in favour of util/router (#1908) Asim Aslam 2020-08-07 12:47:20 +01:00
  • 37cc7fda92 Update pprof.go Asim Aslam 2020-08-07 12:18:01 +01:00
  • d61cbd29db Update README.md Asim Aslam 2020-08-07 11:22:57 +01:00
  • b6ab124d83 Update README.md Asim Aslam 2020-08-07 11:21:59 +01:00
  • 835343d6a5 logs should return for non existent services (#1906) Dominic Wong 2020-08-06 22:56:05 +01:00
  • 74907987d1 codec - Allow to Write() nil body (#1905) Maarten Bezemer 2020-08-06 19:51:00 +02:00
  • fb8533b74e Update tunnel Asim Aslam 2020-08-06 18:50:35 +01:00
  • dcf785677f Fix: file-watcher bugs (#1897) Z 2020-08-07 01:21:09 +08:00
  • 991cdba91d registry/etcd: fix services combining (#1901) ben-toogood 2020-08-06 15:38:50 +01:00
  • aefd052dd7 Etcd router bug fixing etcd path prefix matching name (#1899) Asim Aslam 2020-08-06 12:42:14 +01:00
  • 2b79910ad9 add logging and don't get nodes where they exist in router (#1898) Asim Aslam 2020-08-06 11:32:06 +01:00
  • 8674dc8e62 Remove precache in favour of just pulling by default Asim Aslam 2020-08-06 10:27:58 +01:00
  • b93cd0c964 dont process endpoint unless absolutely necessary Asim Aslam 2020-08-05 18:09:04 +01:00
  • 39bd6a6ced skip watching routes if client proxy is set, remove later Asim Aslam 2020-08-05 18:05:25 +01:00
  • 03d47afe47 Fix proxy selector memory leak Asim Aslam 2020-08-05 17:38:41 +01:00
  • 38ec233350 proxy/mucp: don't lookup routes if client using proxy (#1896) ben-toogood 2020-08-05 12:45:56 +01:00
  • eee91ed976 Check chan not closed before sending updates for memory loader (#1894) Dominic Wong 2020-08-04 16:21:03 +01:00
  • 07fef9fd33 router/registry: fix initialization bug (#1893) ben-toogood 2020-08-04 11:43:01 +01:00
  • 1106f1d996 remove agent Asim Aslam 2020-08-04 07:51:10 +01:00
  • 8e126e4fc1 Remove go-micro/web Asim Aslam 2020-08-04 07:47:20 +01:00
  • 1439b101ec ensure register ttl and interval are set Asim Aslam 2020-08-03 22:44:29 +01:00
  • 24e5b2a034 Merge branch 'master' of ssh://github.com/micro/go-micro Asim Aslam 2020-08-03 22:21:13 +01:00
  • 971a962894 Fix typo Asim Aslam 2020-08-03 22:20:30 +01:00
  • 31ed4aa0e8 registry/etcd: fix logging nil pointer dereference (#1889) ben-toogood 2020-07-31 15:05:32 +01:00