1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00
Commit Graph

3428 Commits

Author SHA1 Message Date
26b859c4f9 improve code quality (#2128)
* Fix inefficient string comparison

* Fix unnecessary calls to Printf

* Canonicalize header key

* Replace `t.Sub(time.Now())` with `time.Until`

* Remove unnecessary blank (_) identifier

* Remove unnecessary use of slice

* Remove unnecessary comparison with bool
2021-02-25 08:30:35 +00:00
0f0ace1a44 support for tls on http plugin (#2126) 2021-02-17 18:20:06 +00:00
f9f5e7422d fix store delete 2021-02-10 07:14:49 +00:00
2653e7a977 update pulgin registry mod version (#2121)
* update etcd version

* update mod version

* update
2021-02-08 08:56:39 +00:00
55b477ba07 update etcd version (#2120) 2021-02-07 12:15:06 +00:00
6f666d63c8 update client/grpc plugins version & remove replace (#2119)
* update memory registry plugins version & remove replace

* update plugins version & remove replace

* update plugins/client/grpc/v3 version

Co-authored-by: 申法宽 <shenfakuan@163.com>
2021-02-05 09:50:42 +00:00
e8167a8b79 update plugins version & remove replace (#2118)
* update memory registry plugins version & remove replace

* update plugins version & remove replace

Co-authored-by: 申法宽 <shenfakuan@163.com>
2021-02-05 09:09:25 +00:00
0702501552 Delete Dockerfile 2021-02-02 14:58:31 +00:00
89fe31310e Delete docker.yml 2021-02-02 14:58:19 +00:00
ca3dfc4580 Remove missing gRPC example from README.md (#2112) 2021-01-30 18:13:56 +00:00
bba3107ae1 Remove hpcloud/tail in favour of nxadm/tail (#2109) v3.5.0 2021-01-25 07:51:17 +00:00
60010e82e2 update protoc-gen-micro v3.0.1 2021-01-20 21:36:17 +00:00
ad94eeb635 Update README.md v3.0.0 2021-01-20 21:30:26 +00:00
88be70a6af Update README.md 2021-01-20 21:30:10 +00:00
226833c4ab Update README.md 2021-01-20 21:29:36 +00:00
8e3b7a57d9 examples at v3 2021-01-20 21:28:48 +00:00
dc8236ec05 update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
d94936f6c9 v3 (#2104)
* v3

* revert plugins

* fixup some issues
2021-01-20 13:54:31 +00:00
bf4ab679e1 Fix zk watchDir (#2102)
Signed-off-by: Goober <chenhao86899@gmail.com>
2021-01-05 17:32:17 +00:00
20b5755788 move encoders out to plugins 2020-12-30 08:46:31 +00:00
f64ffdbab1 remove indirects in go mod 2020-12-30 08:26:26 +00:00
eb1e22bd10 strip grpc 2020-12-30 08:21:30 +00:00
18fb7a5d62 move certmagic 2020-12-29 20:12:10 +00:00
ee8b369a19 add initialisers 2020-12-29 16:50:18 +00:00
f4f6feafb3 remove etcd store 2020-12-29 16:32:06 +00:00
9ddfe696a4 go fmt 2020-12-29 16:29:58 +00:00
762fff8a51 Merge branch 'master' of ssh://github.com/asim/go-micro 2020-12-29 16:28:21 +00:00
36bcd8317b remove micro deps 2020-12-29 16:28:12 +00:00
10005db702 Rename default.go to noop.go 2020-12-29 16:24:31 +00:00
1b610403ba go mod tidy 2020-12-29 15:50:14 +00:00
2fde8a76eb Merge branch 'master' of ssh://github.com/asim/go-micro 2020-12-29 15:49:33 +00:00
a7c31a0d2b refactor all the things 2020-12-29 15:49:26 +00:00
35d72660c8 Update README.md 2020-12-26 15:42:10 +00:00
d197438e16 Merge branch 'master' of ssh://github.com/asim/go-micro 2020-12-26 15:32:54 +00:00
7fc0b7ef72 add all the plugins 2020-12-26 15:32:45 +00:00
f44b832bac Update README.md 2020-12-26 15:23:06 +00:00
5fe144bda8 Update README.md 2020-12-26 15:22:41 +00:00
df2dab0169 Update README.md 2020-12-26 15:22:14 +00:00
7ab46b0850 rename imports 2020-12-26 15:21:29 +00:00
c3fe6eb3ac update readme 2020-12-26 15:18:11 +00:00
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