1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-04 21:42:57 +02:00
Commit Graph

3880 Commits

Author SHA1 Message Date
a543157f50 Delete debug.go 2020-12-12 20:50:53 +00:00
15a62ae0b9 move debug handler 2020-12-12 20:50:36 +00:00
28afbf164f Merge branch 'master' of ssh://github.com/asim/go-micro 2020-12-12 20:44:45 +00:00
4ce77373c0 remove auth cruft 2020-12-12 20:44:32 +00:00
8de1ede0f0 Update network.go 2020-12-12 20:35:43 +00:00
8054478cc3 remove util/scope 2020-12-12 20:28:09 +00:00
167fcd0d78 fix wrapper test 2020-12-12 20:25:29 +00:00
206bf8cd0a remove web 2020-12-12 20:15:59 +00:00
df687fe5d4 move selector 2020-12-12 20:14:50 +00:00
de4f3ee4a2 separate rules and auth 2020-12-12 20:08:39 +00:00
202338bd2d update all the things to go 1.15 2020-12-12 19:51:18 +00:00
e2034b2438 Merge branch 'master' of ssh://github.com/asim/go-micro 2020-12-12 19:39:14 +00:00
0ec2399a2c fix command 2020-12-12 19:39:04 +00:00
df5f158cef Delete .golangci.yml 2020-12-12 19:09:48 +00:00
19ac4fbcaf move rules 2020-12-12 19:08:36 +00:00
d07de3751e remove auth provider 2020-12-12 19:06:43 +00:00
4977aca09c move router 2020-12-12 19:04:19 +00:00
43ff2a540d move proxy 2020-12-12 19:02:04 +00:00
35c59042bf refactor network 2020-12-12 18:59:40 +00:00
f8f84b42ac Merge branch 'master' of ssh://github.com/asim/go-micro 2020-12-11 21:42:43 +00:00
1dc9b40b90 move network/tunnel 2020-12-11 21:42:31 +00:00
345845ec16 Delete CNAME 2020-12-11 11:22:37 +00:00
dbe8c93e20 remove service implementations (#2094) 2020-12-11 11:12:44 +00:00
4d481b0363 Update README.md 2020-12-09 21:52:18 +00:00
88d954cf97 Update README.md 2020-12-09 18:35:07 +00:00
71883f1b04 Update tests.yml 2020-12-09 18:19:37 +00:00
bfc212f7ed remove service package 2020-12-09 18:11:10 +00:00
43f80b1b0d Delete build-micro.sh 2020-12-09 18:09:02 +00:00
f83d64d092 Delete build-all-examples.sh 2020-12-09 18:08:55 +00:00
e67b9f0cc1 Delete micro-main.yml 2020-12-09 18:08:39 +00:00
134c5f0e41 Delete micro-examples.yml 2020-12-09 18:08:26 +00:00
e761aa1940 move cmd 2020-12-09 18:07:01 +00:00
8c8380dcd4 delete agent package 2020-12-09 18:03:00 +00:00
dd5eca2561 Update README.md 2020-12-09 17:05:05 +00:00
94bd1025a6 push tags to docker hub (#1766) v2.9.1 2020-07-03 11:30:59 +01:00
7be4a67673 MDNS registry fix for users on VPNs (#1759)
* filter out unsolicited responses
* send to local ip in case
* allow ip func to be passed in. add option for sending to 0.0.0.0
2020-07-03 11:30:59 +01:00
3e6ac73cfe Fix invalid usage for sync.WaitGroup (#1752)
* Custom private blocks

* Fix invalid usage for sync.WaitGroup

Co-authored-by: Asim Aslam <asim@aslam.me>
2020-07-03 11:30:59 +01:00
aef6878ee0 config: use configured reader by default (#1717) 2020-07-03 11:30:59 +01:00
81aa8e0231 Fix config watch (#1670)
* add dirty overrite test case

* need version to figure out if config need update or not

* using nanosecond as version for two goroutine can run in same second

* config should check snapshot version when update

* set checksum of ChangeSet

Co-authored-by: Asim Aslam <asim@aslam.me>
2020-07-03 11:30:59 +01:00
c28f625cd4 Custom private blocks (#1705)
Co-authored-by: Asim Aslam <asim@aslam.me>
2020-07-03 11:30:59 +01:00
5b161b88f7 Split long discord output message into the chunks by 2000 characters (#1704)
Signed-off-by: Dmitry Kozlov <dmitry.f.kozlov@gmail.com>
2020-07-03 11:30:59 +01:00
cca8826a1f registry/mdns: fix nil host bug (#1703) 2020-07-03 11:30:59 +01:00
0327f30e3c Fix regex detection. Fixes #1663 (#1696) v2.9.0 2020-06-12 10:42:52 +01:00
0ce132eb8f Fix race condition when updating process being waited on (#1694) 2020-06-12 10:42:52 +01:00
00b76e0a64 Initialize selector before we make an auth.Generate call (#1693) 2020-06-12 10:42:52 +01:00
aec27be9b4 Fix race when opening DB for first time (#1691) 2020-06-12 10:42:52 +01:00
86dfcb819b Ignore "no such process" error (#1686)
* Cleanup how status is updated for service. Ignore "no such process" error as it could be that the pid died

* add nice error log to record process error exit
2020-06-12 10:42:52 +01:00
d613804b0a Sigterm instead of Sigkill (#1687)
Co-authored-by: Dominic Wong <domwongemail@googlemail.com>
Co-authored-by: Asim Aslam <asim@aslam.me>
2020-06-12 10:42:52 +01:00
92e9d05432 api/handler/rpc: dont log error on normal websocket error code (#1688)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-06-12 10:42:52 +01:00
8dfd93e915 util/wrapper: Add Static Client wrapper (#1685)
* util/wrapper: Add Static Client wrapper

* util/wrapper/static: pass address to stream too

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* add static client wrapper tests

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* server: fix error message spaces between words

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* server/{rpc,grpc}: replace log.Error with log.Errorf

* server/grpc: fix log typo

* server/rpc: fix log typo

Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-06-12 10:42:52 +01:00