提交

提交图

4308 次代码提交

作者 SHA1 备注 提交日期
Asim Aslam e4704a8f41 Merge pull request #461 from moorepatrick/patch-1
Update consul/watch import
2019-04-26 19:22:33 +01:00
Patrick Moore afd1f9f50f Update consul/watch import
The watch package was moved from github.com/hashicorp/consul/watch to github.com/hashicorp/consul/api/watch to live in the API module.
Per: https://github.com/hashicorp/consul/commit/6c885d383a7f303cc6c625108d3e7fc1a35d715d
2019-04-26 10:40:10 -07:00
Asim Aslam 46f44fd8f8 update go mod 2019-04-23 07:15:03 +00:00
Asim Aslam df6561165a gofmt 2019-04-23 07:13:21 +00:00
Asim Aslam 96ed20de7b Merge pull request #458 from leaxoy/master
cleanup deps
2019-04-22 15:02:04 +01:00
lixiaohui c43d7137cf cleanup deps 2019-04-22 21:39:02 +08:00
Asim Aslam a97a1009ae Merge pull request #455 from tongjichao/fix/client_retries
fix: client retries will be 0 when not set
2019-04-18 18:16:53 +01:00
tongjichao fd2ca3a13a fix: client retries will be 0 when not set
fix: client retries will be 0 when not set
2019-04-19 00:05:02 +08:00
Asim Aslam f824ba0779 non-blocking call chan when retries are 0 2019-04-18 09:05:22 +00:00
Asim Aslam 722a3682c8 Update go mod v1.1.0 2019-03-28 17:01:56 +00:00
Asim Aslam ca77773fbf fix json tag parsing 2019-03-19 00:21:25 +00:00
Asim Aslam dbe83c0fff bump travis 2019-03-07 20:29:40 +00:00
Asim Aslam 98108d6297 Update README.md v1.0.0 2019-03-05 13:13:56 +00:00
Asim Aslam 2a70aef658 Merge pull request #429 from printfcoder/master
add Chinese version guide
v0.27.1
2019-03-03 13:46:12 +00:00
shuxian 598de823ba add Chinese version guide 2019-03-03 21:36:44 +08:00
shuxian 6802de63ff readme zh-cn version 2019-02-28 16:57:31 +08:00
Asim Aslam 99c80d0878 Merge pull request #426 from printfcoder/master
solve consul.NewRegistry httpclient 'nil pointer dereference' bug
2019-02-28 07:10:23 +00:00
shuxian d3f447a732 solve NewRegistry httpclient 'nil pointer dereference' bug 2019-02-28 09:56:57 +08:00
Asim Aslam b8f20924cc proxy publish v0.27.0 2019-02-23 17:06:17 +00:00
Asim Aslam f1df0f6dfe update go modules 2019-02-23 16:29:15 +00:00
Asim Aslam 58adaef339 Add Exchange option 2019-02-23 10:50:53 +00:00
Asim Aslam 7db2912d90 add more verbose output 2019-02-15 17:20:09 +00:00
Asim Aslam 6819989195 change default name/version 2019-02-15 16:14:41 +00:00
Asim Aslam b63213a225 Merge pull request #420 from unistack-org/race_transport
fix race in http transport
2019-02-15 15:58:49 +00:00
Vasiliy Tolstov 0a8f9b0a62 fix race in http transport
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-02-15 17:20:00 +03:00
Asim Aslam e29ca94a93 Update go modules v0.26.1 2019-02-13 14:41:01 +00:00
Asim Aslam f4be7d018d delete context file 2019-02-13 14:39:38 +00:00
Asim Aslam 7cb466359f rework gossip registry 2019-02-13 14:39:20 +00:00
Asim Aslam c3722877c1 Merge pull request #417 from unistack-org/gossip
registry: [gossip] fix panic
2019-02-13 13:41:28 +00:00
Vasiliy Tolstov f961c571bd registry: [gossip] fix panic
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x88 pc=0xd1b215]

goroutine 8 [running]:
sync.(*RWMutex).RLock(...)
        /var/home/vtolstov/sdk/go1.12beta2/src/sync/rwmutex.go:48
github.com/hashicorp/memberlist.(*Memberlist).LocalNode(0x0, 0x0)
        /home/vtolstov/devel/projects/centralv2/vendor/github.com/hashicorp/memberlist/memberlist.go:417 +0x35
github.com/micro/go-micro/registry/gossip.(*gossipRegistry).run.func3(0xc000155880)
        /home/vtolstov/devel/projects/centralv2/vendor/github.com/micro/go-micro/registry/gossip/gossip.go:565 +0xf5
created by github.com/micro/go-micro/registry/gossip.(*gossipRegistry).run
        /home/vtolstov/devel/projects/centralv2/vendor/github.com/micro/go-micro/registry/gossip/gossip.go:553 +0xa25

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-02-13 16:36:38 +03:00
Asim Aslam d2fdbcc742 Update go modules v0.26.0 2019-02-13 13:32:55 +00:00
Asim Aslam 0cdae40f04 Merge pull request #416 from jiyeyuran/patch-4
reuse rcache
2019-02-13 09:58:49 +00:00
xinfei.wu a56929d1b8 reuse rcache 2019-02-13 17:47:31 +08:00
Asim Aslam c9bcdc8438 Merge pull request #415 from unistack-org/rejoin
registry: gossip add Reconnect and Timeout
2019-02-12 14:37:45 +00:00
Vasiliy Tolstov 36532c94b2 registry: [gossip] add ConnectRetry and ConnectTimeout
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-02-12 17:16:35 +03:00
Asim Aslam 3580cd1b1e no sponsors 2019-02-11 18:37:40 +00:00
Asim Aslam a3ecd36763 add ability to set address 2019-02-11 18:37:25 +00:00
Asim Aslam 78b7ee9078 update readme 2019-02-09 12:25:34 +00:00
Asim Aslam 82bcb8748e update go modules 2019-02-07 12:42:45 +00:00
Asim Aslam 31fc8df2ba add server request body v0.25.0 2019-02-04 13:13:03 +00:00
Asim Aslam baf7de76bf Merge branch 'master' of github.com:micro/go-micro 2019-02-04 10:29:26 +00:00
Asim Aslam 31b6cad47b make copy before writing 2019-02-04 10:29:10 +00:00
Asim Aslam 686171c26d Merge pull request #413 from qkzsky/qkzsky-rpc-fix
client close: rpc: unable to write error response
2019-02-03 13:13:10 +00:00
kuangzhiqiang 6be205fd40 client close: rpc: unable to write error response
when client close notice: "rpc: unable to write error response..."
2019-02-03 19:12:13 +08:00
Asim Aslam 89014160fc Merge pull request #411 from unistack-org/gossip
registry: gossip unify registry option passing, optimize
2019-02-01 22:21:08 +00:00
Vasiliy Tolstov 422e2002a0 registry: gossip unify registry option passing, optimize
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-02-02 01:12:39 +03:00
Asim Aslam cead99ac44 fix nil pointer v0.24.1 2019-02-01 16:01:51 +00:00
Asim Aslam c03d935ffd fallback for 0.14.0 and older 2019-02-01 15:57:34 +00:00
Asim Aslam 88e12347d0 update mdns to remove race condition 2019-02-01 13:41:11 +00:00
Asim Aslam 652b1067f5 fix data race 2019-02-01 09:05:03 +00:00