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
3c496720cc Merge pull request #324 from micro/ip
Ip
2018-11-14 20:15:56 +00:00
881cb570d5 reorder 2018-11-14 19:49:04 +00:00
c6a2c8de6c add local/remote to testsocket 2018-11-14 19:45:46 +00:00
71bacf6991 add local/remote ip to socket 2018-11-14 19:41:13 +00:00
a0b257b572 remove line 2018-11-14 15:19:23 +00:00
a082c151f0 remove example section 2018-11-14 15:18:47 +00:00
302ab42a97 strip down readme 2018-11-14 15:18:13 +00:00
531d4dd24a Merge pull request #322 from mgrachev/fix-linter-issues
Fix some linter issues
2018-11-13 09:38:19 +00:00
1c401a852e Merge pull request #321 from mgrachev/errors-check
Add errors check
2018-11-13 09:36:54 +00:00
25e6dcc9b6 Fix some linter issues 2018-11-13 11:57:42 +03:00
4006d9f102 Add errors check 2018-11-13 11:56:21 +03:00
4c821baab4 go fmt 2018-11-03 12:17:11 +00:00
c8a35afc92 Merge pull request #313 from lovelly/master
Fix tcp check no ttl error
2018-11-03 12:16:56 +00:00
54f67db275 Merge pull request #289 from micro/http2
http2 support
2018-11-03 12:07:23 +00:00
fd04722706 Fix tcp check no ttl error 2018-10-09 10:40:24 +08:00
4cee1f19f6 Merge pull request #309 from fireyang/master
fix rpc client call WARNING: DATA RACE
v0.12.0
2018-09-20 07:39:45 +01:00
ef8b5e28b0 fix rpc client call WARNING: DATA RACE 2018-09-20 10:08:00 +08:00
818f150b25 Merge pull request #308 from fireyang/master
fix bug: loop variable i captured by func literal
2018-09-19 15:13:19 +01:00
446d3fc72e fix bug: loop variable i captured by func literal 2018-09-19 21:58:20 +08:00
240052246f Merge pull request #306 from DexterHD/fix-go-config-panic
fix bug with go-config panic
2018-09-13 19:26:57 +01:00
156a51ab10 fix bug with go-config panic
See: https://github.com/micro/go-config/issues/49
2018-09-13 19:02:08 +03:00
52a4beb072 Merge pull request #305 from ahmadnurus/add_method_not_allowed_error
errors: Added 405 Method Not Allowed helper function
2018-09-13 07:39:42 +01:00
395d70cf01 errors: Added 405 Method Not Allowed helper function 2018-09-12 21:42:34 +07:00
3732dc2f42 bump travis 2018-08-28 16:00:04 +01:00
9d3cb65daa set broker address on Init v0.11.0 2018-08-18 17:28:58 +01:00
a0d3917832 Merge pull request #292 from micro/init
Add Init to all things, use init in cmd package to initialise
2018-08-09 18:30:36 +01:00
9968c7d007 Add Init to all things, use init in cmd package to initialise 2018-08-08 18:57:29 +01:00
68f5e71153 Merge pull request #290 from micro/connect
Support connect native registration
2018-08-06 17:20:37 +01:00
af328ee7b4 Support connect native registration 2018-08-06 17:12:34 +01:00
eebaa64d8c phase 1 2018-07-29 10:55:46 +01:00
88505388c1 Add verbosity to errors v0.10.0 2018-07-26 09:33:50 +01:00
8a778644cf Merge pull request #281 from micro/retry
retry only on timeout or internal server error
2018-07-22 17:52:12 +01:00
d3a76e646a retry only on timeout or internal server error 2018-07-22 17:41:58 +01:00
cfa824bc5f Merge pull request #280 from jiyeyuran/master
Allow client_retries to be 0
2018-07-19 23:24:57 -07:00
39be61685c client_retries can be 0 2018-07-20 14:20:23 +08:00
ac2106ced7 strip deadline from stream 2018-07-17 16:39:07 -07:00
1b4f7d8a68 a stream should not timeout 2018-07-17 16:32:35 -07:00
5eb2e79b86 go fmt 2018-07-17 16:31:09 -07:00
a2eff9918e Merge pull request #269 from Ak-Army/master
handle function in mock response
2018-06-13 16:54:10 +01:00
52a470532d handle function in mock response 2018-06-13 17:46:30 +02:00
cd9441fafb Merge pull request #268 from jasimmk/fix-connect-lock
Fixing httpBroker dead lock; If publish is called from a subscription #267
2018-06-13 16:21:24 +01:00
356cf82af5 Fixing httpBroker dead lock; If publish is called from a subscription 2018-06-13 10:28:39 +04:00
5372707d0e Strip flag setting v0.9.0 2018-05-30 11:49:50 +01:00
a1deb5c44e Merge pull request #264 from micro/register
set register ttl and interval by default
2018-05-30 11:31:13 +01:00
956b1c6867 set register ttl and interval by default 2018-05-29 12:28:55 +01:00
55aca8b0bf Merge pull request #262 from micro/retries
Retry requests
2018-05-29 11:52:47 +01:00
ba8582a47a change retries to actually mean retries 2018-05-28 16:01:04 +01:00
f409468ccd Merge branch 'master' of github.com:micro/go-micro 2018-05-28 15:51:52 +01:00
d982225a54 restructure test 2018-05-28 15:40:28 +01:00
217190c4d6 Merge pull request #261 from micro/pool
Set the default pool size to 1
2018-05-26 09:58:16 +01:00