1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00
Commit Graph

3153 Commits

Author SHA1 Message Date
cf2f8a9a55 Merge branch 'master' of ssh://github.com/micro/go-micro 2019-06-18 11:04:16 +01:00
97cf2cd7c3 go fmt 2019-06-18 11:04:06 +01:00
d9fe8f802b Merge pull request #522 from xpunch/grpcMessageIssue
grpc message should be able to set
2019-06-18 10:45:11 +01:00
b754c33549 grpc message should be able to set 2019-06-18 17:07:31 +08:00
59eaa89bac Node is a network 2019-06-17 21:11:39 +01:00
f65694670e add cruft 2019-06-17 20:05:58 +01:00
1a571b8c82 Add network transport 2019-06-17 18:25:42 +01:00
308673b393 add network package 2019-06-17 16:57:53 +01:00
3a454d870a Merge pull request #520 from xpunch/grpcSubscriberIssues
grpc server subscriber missing some bug fixings
2019-06-17 11:57:37 +01:00
baaa386e27 a. add default context type when header not found
b. return subscribe error after handler finished
2019-06-17 17:54:37 +08:00
a619321b64 Merge pull request #519 from xpunch/master
missing nil check for grpc WaitGroup
2019-06-17 10:30:28 +01:00
363fb551af missing nil check for grpc WaitGroup 2019-06-17 17:07:55 +08:00
7a87ae0efa Merge pull request #514 from unistack-org/cleanup
remove mock data from memory registry
2019-06-13 07:50:08 +01:00
ab692ff590 remove mock data from memory registry
memory registry can be used as fast inprocess registry,
so mock data needs to be in tests only

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-06-13 00:51:56 +03:00
2b18b11ab1 Merge pull request #513 from micro/crufting
Crufting
2019-06-12 13:03:17 +01:00
af096951fc update import names for mucp 2019-06-12 12:54:45 +01:00
97967cbe14 move options under config 2019-06-12 12:45:42 +01:00
a6e09c9249 Merge branch 'master' into crufting 2019-06-12 12:29:57 +01:00
000e25a4b2 use the router 2019-06-12 12:05:34 +01:00
7a1cef46b0 fix broken links 2019-06-12 07:50:04 +01:00
a5412dd4a0 Move data to store 2019-06-12 07:46:20 +01:00
f81f66c98b Move DB to Map 2019-06-11 18:21:33 +01:00
43ed8f58f0 change wording 2019-06-11 18:15:18 +01:00
7727b359c8 Add memory data store 2019-06-11 17:49:34 +01:00
8e4e710e15 Move data to top level 2019-06-11 17:20:52 +01:00
4d4686d9be Merge branch 'master' into crufting 2019-06-11 15:38:12 +01:00
6d06ee8078 Update go.mod to strip etcd 2019-06-11 11:40:37 +01:00
aec1ca6635 remove etcd source 2019-06-11 09:53:06 +01:00
235a653f78 check in cruft 2019-06-11 09:52:35 +01:00
d030c78d1c Merge pull request #509 from outshow/master
fix etcd error
2019-06-11 09:52:21 +01:00
90a9df9b8c 1. use github.com/coreos instead of go.etcd.io in etcd related import path; 2. add dialtimeout to etcd client 2019-06-11 16:18:37 +08:00
070bd40b4c Merge branch 'master' into crufting 2019-06-10 12:44:27 +01:00
46de3ae9a9 Fix text codec 2019-06-10 12:42:43 +01:00
b6833e478d Merge pull request #506 from milosgajdos83/consul-close-watcher
Return registry.ErrWatcherStopped when consul watcher stops
2019-06-09 16:03:06 +01:00
73b0a0ed0e Return registry.ErrWatcherStopped when consul watcher stops.
The original code returns "result chan closed" errors.Error which does
not carry higher semantics signal to downstream despite go-micro having
a clearly defined Error for this behaviour. This commit fixes that and
lets the downstream i.e. consumer of this code to act based on different
errors.
2019-06-09 15:51:27 +01:00
7c4515d748 Merge pull request #504 from magodo/json_pb_support
unmarshal json with `jsonpb` if accepter is pb
2019-06-09 08:57:55 +01:00
748c20c979 use package level func for unmarshal 2019-06-09 11:55:36 +08:00
3573ac818f unmarshal json with jsonpb if accepter is pb 2019-06-09 11:50:50 +08:00
ed4bce3285 check in this cruft 2019-06-08 19:40:44 +01:00
95b8147fa1 Merge pull request #501 from micro/wrap
add the wrappers back into the core router
2019-06-07 15:22:16 +01:00
f5ac238231 Include the decoded body 2019-06-07 15:15:22 +01:00
bfdec9e2e3 add the wrappers back into the core router 2019-06-07 15:02:19 +01:00
a2fbf19341 Move sync deps, change uuid to google and update go.mod v1.6.0 2019-06-07 13:53:42 +01:00
9e23855c37 Fixup the proxy, strip down go.mod. Win bigly 2019-06-07 13:42:39 +01:00
d65393a799 add top level options comment 2019-06-07 11:18:08 +01:00
ef67dc7ceb Merge pull request #500 from leaxoy/clean-mod
cleanup go.mod remove replace section
2019-06-07 11:14:53 +01:00
c317daf6b8 update proxy/options 2019-06-06 21:45:28 +01:00
1152c7cb03 cleanup go.mod remove replace section 2019-06-07 03:05:33 +08:00
2cc18d6edc fix errors 2019-06-06 17:58:21 +01:00
a58bc8e75c add proxy interface and move router packages 2019-06-06 17:55:32 +01:00