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
b29da80539 Move a few things around 2019-12-09 22:56:26 +00:00
a725ab2c94 Merge pull request #1032 from jankremlacek/patch-1
nlopes/slack dep update to fix broken unmarshal
2019-12-09 21:17:34 +00:00
1582aa1572 proper go.mod, go.sum 2019-12-09 22:08:57 +01:00
5352d53346 nlopes/slack dep update to fix broken unmarshal
About a month ago Slack introduced the updated structure of RTM messages which resulted in an inability to unmarshal received msg (original issue: https://github.com/nlopes/slack/issues/630). It's not an issue of micro itself, but of the github.com/nlopes/slack lib. The fix was already merged into master (https://github.com/nlopes/slack/pull/618), but the lib has not been released in any new version.

Thus so I propose to update directly to the commit:

go get github.com/nlopes/slack@d06c2a2b3249b44a9c5dee8485f5a87497beb9ea

The MicroBot does now work now with any Slack client newer than around a month old.
2019-12-09 21:52:28 +01:00
7d884eff9d Merge pull request #1031 from alrs/fix-web-test-goroutines
web: fix test goroutines
2019-12-09 18:03:07 +00:00
c9af88184b web: fix test goroutine in TestService() 2019-12-09 09:44:14 -08:00
f25ad35f0a web: fix test goroutine in TestTLS() 2019-12-09 09:28:42 -08:00
55ab44c8be Merge branch 'master' of ssh://github.com/micro/go-micro 2019-12-09 09:32:33 +00:00
59c1680594 Move Debug to Trace in router 2019-12-09 09:32:17 +00:00
b804303aa0 Merge pull request #1029 from Astone-Chou/lint_fix_fix
fix tiny error in linting fixes
2019-12-09 07:47:46 +00:00
55a15ecf12 fix tiny error in linting fixes 2019-12-09 11:18:45 +08:00
caa1bcf9fe named return value for error defer modify. 2019-12-09 11:08:21 +08:00
e2b2a30668 add net/http/pprof profiler 2019-12-08 20:31:16 +00:00
a9be1288d2 Merge pull request #1026 from micro/tun
Network & Tunnel refactor
v1.18.0
2019-12-08 16:01:46 +00:00
679214e598 just return filtered routes 2019-12-08 15:39:45 +00:00
6064e1426c fix some potential go routine leaks 2019-12-08 15:02:54 +00:00
d28a868e46 Fix network startup connect 2019-12-08 14:37:17 +00:00
398acc67ca fix broken test 2019-12-08 13:45:24 +00:00
ce578800d0 n.initNodes 2019-12-08 12:17:31 +00:00
6307d6ba51 further cleanup of tunnel/network 2019-12-08 12:12:20 +00:00
283c85d256 done 2019-12-08 00:53:55 +00:00
9bd0fb9125 save changes 2019-12-07 23:28:39 +00:00
c445aed6b1 Cleanup and speedup network convergence along with direct messaging for connect and solicit 2019-12-07 19:54:29 +00:00
1d8c66780e save working solution 2019-12-06 00:18:40 +00:00
219efd27e9 Optimise the multicast to use one session in the tunnel 2019-12-05 23:11:42 +00:00
ac9001ac74 advert ttl inline with router table tick 2019-12-05 17:50:32 +00:00
2896614595 Merge pull request #1025 from milosgajdos83/router-knobs
Changed a few router knobs to avoid storms ⛈
2019-12-05 17:50:02 +00:00
bca12a7003 Changed a few router knobs to avoid storms ⛈ 2019-12-05 17:11:17 +00:00
1c5a4c470f add server Context option to pass own context
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-12-05 19:37:03 +03:00
744b19d625 Merge pull request #1023 from milosgajdos83/dead-code
Fixing dead code and go vet moaning
2019-12-05 16:18:13 +00:00
5865e89bed Fixing dead code and go vet moaning 2019-12-05 16:10:49 +00:00
3a10b1cdde Merge pull request #1022 from milosgajdos83/tunnel-races
This PR fixes various tunnel race conditions
2019-12-05 15:59:29 +00:00
5db7514a91 This PR fixes various tunnel race conditions 2019-12-05 15:50:32 +00:00
a957e90ca8 add RegisterCheck web server option for internal health checks
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-12-05 17:28:11 +03:00
18cf025056 Merge pull request #1020 from Allenxuxu/master
Avoid excessive memory usage
2019-12-05 11:56:44 +00:00
b55b7d6b20 replace map with list 2019-12-05 19:29:48 +08:00
26b5d1994a Merge pull request #1019 from tboerger/no-newlin
No newlines at end of log messages
2019-12-05 10:08:16 +00:00
30aec5b872 No newlines at end of log messages
Log messages should not end with a new line, this should be entirely
handled by the underlying log library.

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
2019-12-05 10:56:45 +01:00
b0626089f3 Merge pull request #1016 from unistack-org/lint
lint fixes mostly for prealloc also remove deadcode from grpc client
2019-12-05 08:33:52 +00:00
af3d4e595f in memory stats buffer 2019-12-05 00:08:46 +00:00
40c09eed1c Logs to Log 2019-12-05 00:01:17 +00:00
fe46e7a9e9 Logs to Log 2019-12-04 23:58:29 +00:00
78647c7027 add timestamp to stats 2019-12-04 23:51:07 +00:00
26755f86b1 Merge pull request #1018 from micro/debug-service
Debug service
2019-12-04 14:40:58 +00:00
898848795b tab indent 2019-12-04 12:28:16 +00:00
24efbe6a41 Move debug handler to service dir 2019-12-04 12:27:30 +00:00
97433f716f add service name to debug proto 2019-12-04 12:02:44 +00:00
5200febaea add stats debug interface 2019-12-04 11:53:20 +00:00
a1eaf9cc20 linting fixes
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2019-12-04 00:22:02 +03:00
3f8af8c1e0 Merge branch 'master' of ssh://github.com/micro/go-micro 2019-12-03 20:32:10 +00:00