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

3438 Commits

Author SHA1 Message Date
a34c70de0e Add examples 2020-12-26 15:17:20 +00:00
273bab5dd7 update readme 2020-12-26 15:15:39 +00:00
f8fc9d0304 Add protoc-gen-micro 2020-12-26 15:13:09 +00:00
Hao
b5431de2e8 Use singleflight to prevent registry cache breakdown (#2098) 2020-12-21 14:34:59 +00:00
dc0cac9ba4 Update README.md 2020-12-18 18:45:14 +00:00
8628dc0fc4 Update FUNDING.yml 2020-12-13 08:18:02 +00:00
b57f56fb0b Merge branch 'master' of ssh://github.com/asim/go-micro 2020-12-12 20:51:40 +00:00
690169f6e5 remove k8s logs 2020-12-12 20:51:32 +00:00
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