Commit Graph

  • 3ae8bc25f2 Add ContextWithToken (#1407) ben-toogood 2020-03-25 11:20:53 +00:00
  • 1969a92b6e client/grpc: remove json-iterator usage (#1387) Vasiliy Tolstov 2020-03-21 12:40:58 +03:00
  • 84a19c5dff grpc client/server fixes (#1355) Vasiliy Tolstov 2020-03-17 14:27:20 +03:00
  • 0e1d8c4e47 client/grpc: unwrap error after call (#1352) Vasiliy Tolstov 2020-03-16 13:33:38 +03:00
  • 284a4ee0a3 grpc client error fix (#1351) ben-toogood 2020-03-16 09:53:15 +00:00
  • 4f5a19bf30 Fix Auth Headers (#1324) ben-toogood 2020-03-10 16:47:01 +00:00
  • d0c0366e0c add websocket streaming to api rpc handler (#1326) Asim Aslam 2020-03-10 15:21:43 +00:00
  • 42e9cc97e8 Implement config singleton (#1268) ben-toogood 2020-02-28 12:58:27 +00:00
  • cb22a88ba3 various fixes (#1267) Vasiliy Tolstov 2020-02-26 21:34:40 +03:00
  • 301bb127ce add MICRO_AUTH_TOKEN, parse token in wrapper, preload config and othe… (#1261) Asim Aslam 2020-02-25 22:15:44 +00:00
  • 2430925ea3 Refactor auth: add token and store implementations (#1230) ben-toogood 2020-02-24 15:07:27 +00:00
  • 144014db34 allocations improvements and tunnel fixes (#1248) Vasiliy Tolstov 2020-02-24 17:15:20 +03:00
  • f91ec84d59 secure the grpc client (#1215) Asim Aslam 2020-02-19 08:44:35 +00:00
  • b00167520c fixes for safe conversation and avoid panics (#1213) Vasiliy Tolstov 2020-02-19 02:05:38 +03:00
  • 5b60299d47 Ignore gRPC Proxy (#1205) ben-toogood 2020-02-17 08:14:45 +00:00
  • 4a6f438db2 normalise proxy name (#1203) Asim Aslam 2020-02-15 21:57:31 +00:00
  • 6460839705 when the stream errors cleanup the connection (#1199) Asim Aslam 2020-02-15 11:35:08 +00:00
  • 5657fd07d2 set dial timeout in stream Asim Aslam 2020-02-13 18:51:32 +00:00
  • 978659a441 client/grpc: fix panic on invalid message (#1191) Vasiliy Tolstov 2020-02-13 14:57:21 +03:00
  • a5a238d554 pass micro errors from grpc server to grpc client (#1167) Vasiliy Tolstov 2020-02-06 13:18:33 +03:00
  • 8740815c56 fix ctx.Done issue #720 (#1166) Vasiliy Tolstov 2020-02-06 00:13:14 +03:00
  • 0807802cea fix import paths for v2 release Vasiliy Tolstov 2020-01-30 14:39:00 +03:00
  • b65757048a cancel stream Asim Aslam 2020-01-19 22:53:56 +00:00
  • 5422d368c0 ensure we close the grpc stream (#1098) Asim Aslam 2020-01-09 17:00:14 +00:00
  • 8c86ad526f fix grpc json streaming by setting content sub type (#1089) Asim Aslam 2020-01-07 18:37:34 +00:00
  • 7d5e31cd58 Moving to gRPC by default (#1069) Asim Aslam 2019-12-29 21:07:55 +00:00
  • 01ad981688 support streams pool for grpc (#1062) jamsonzan 2019-12-27 20:25:58 +08:00
  • f0fd4f90a5 Fixing dead code and go vet moaning Milos Gajdos 2019-12-05 16:10:49 +00:00
  • b3a60ba4f1 linting fixes Vasiliy Tolstov 2019-12-03 22:59:44 +03:00
  • 1e0ca25db0 improve code quality Astone 2019-12-03 15:25:58 +08:00
  • 88d56e653d revert some protocol changes for now Asim Aslam 2019-11-30 21:20:33 +00:00
  • dc67083701 grpc client goroutine leak fix Vasiliy Tolstov 2019-11-25 22:02:24 +03:00
  • 9d31078176 The mega cruft proxy PR (#974) Asim Aslam 2019-11-25 16:31:43 +00:00
  • b18c0c8bb4 used gofmt with -s flag on whole project tegk 2019-11-01 15:07:53 +00:00
  • cb8ba30ac5 Conceptual deliverable orb li 2019-10-10 13:55:16 +08:00
  • ab876bfc74 Adding dependency orb li 2019-10-09 16:48:45 +08:00
  • 3fba82d0f8 Add dialoptions and calloptions orb li 2019-10-09 14:45:51 +08:00
  • 756857f1a6 Add grpc content-type Asim Aslam 2019-08-27 08:13:58 +01:00
  • c03b95cb79 Force grpc client/server to use grpc codec for broker Asim Aslam 2019-08-18 11:28:21 +01:00
  • 2846a2cc65 update service not found error tooltip johnson 2019-08-11 10:14:41 +08:00
  • a6e682ebf1 move all the buffer references to util/buf Asim Aslam 2019-07-28 19:33:24 +01:00
  • 5c95e48656 fix bug 张三 2019-07-27 11:11:16 +08:00
  • 640f0504b5 fix ipv6 addr parsing and using Vasiliy Tolstov 2019-07-17 10:38:50 +03:00
  • 995484282e Fix breaks and go fmt Asim Aslam 2019-07-10 07:47:17 +01:00
  • fbd64e5cba move transport back Asim Aslam 2019-07-09 18:41:26 +01:00
  • 5ab3e7e90b Remove Port from registry Asim Aslam 2019-07-08 08:01:42 +01:00
  • e2b8abd86a grpc: using jsonpb.Marshaler to do Marshal, map to jsonpb.Unmarsh Joe 2019-07-08 10:32:10 +08:00
  • 1b9e535220 Change Publication to Event Asim Aslam 2019-07-07 12:44:09 +01:00
  • 9235dfb2a2 gofmt Asim Aslam 2019-07-07 12:33:54 +01:00
  • 480aa760f9 Move transport to network/transport Asim Aslam 2019-07-07 10:37:34 +01:00
  • e782237b41 codec grpc: fix extra allocations on message unmarshal Vasiliy Tolstov 2019-07-04 14:06:29 +03:00
  • fb97097ef6 if unmarshal target is proto.Message, using jsonpb Joe 2019-07-04 16:43:36 +08:00
  • a29870b154 fix grpc proto wrapper Asim Aslam 2019-06-27 13:08:06 +01:00
  • 058d0e476e pass parameter to anonymous function lpxxn 2019-06-27 13:06:53 +08:00
  • 30a0bfeeb8 Accept a range of addresses Asim Aslam 2019-06-26 20:51:13 +01:00
  • e21f065b7e Go fmt everything Asim Aslam 2019-06-21 17:20:41 +01:00
  • 507beaf373 Move selector to client/selector Asim Aslam 2019-06-21 15:13:54 +01:00
  • 7596a027d9 Fix the grpc test Asim Aslam 2019-06-19 12:34:45 +01:00
  • e83572b994 Add working grpc proxy config Asim Aslam 2019-06-18 18:51:52 +01:00
  • 869c6ec764 grpc message should be able to set johnson 2019-06-18 17:07:31 +08:00
  • 76265b618b add cruft Asim Aslam 2019-06-17 20:05:58 +01:00
  • 0ecc1d6197 check in cruft Asim Aslam 2019-06-11 09:52:35 +01:00
  • 502ac83bfe check in this cruft Asim Aslam 2019-06-08 19:40:44 +01:00
  • 96d68eeace strip use of cmd Asim Aslam 2019-06-03 19:07:09 +01:00
  • 37e2bf5695 Further consolidate the libraries Asim Aslam 2019-06-03 18:44:43 +01:00