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

3676 Commits

Author SHA1 Message Date
f45cdba9ba Apply wrappers to gRPC streams (#1675)
* Add wrappers to grpc streams

* Fix typo
2020-06-12 10:42:52 +01:00
b270860b79 Update README.md (#1695) 2020-06-10 10:22:53 +01:00
e7ba930236 Update FUNDING.yml (#1692) 2020-06-08 18:12:19 +01:00
aa679f7a73 Create PULL_REQUEST_TEMPLATE.md 2020-06-03 10:32:28 +01:00
7b379bf1f1 WIP: Add metadata to store record (#1604)
* Add metadata to store record

* Add metadata to cockroach store

* add metadata to store service implementation

* fix breaking cache test

* Test/fix cockroach metadata usage

* fix store memory metadata bug
2020-06-03 09:45:08 +01:00
e4e56b0f3f Merge pull request #1671 from sadwxqezc/fix-jwt
Fix jwt revoke
2020-06-02 09:27:14 +01:00
219d29f664 fix jwt revoke 2020-06-02 10:26:33 +08:00
8fb138af06 Update README.md 2020-05-31 11:56:55 +01:00
a39e6515da Update README.md v2.8.0 2020-05-31 11:35:09 +01:00
2c7fd286de Update README.md 2020-05-31 11:34:49 +01:00
8aa2712b4d Delete README.zh-cn.md 2020-05-31 11:33:31 +01:00
b5c2121cef Update README.md 2020-05-31 11:31:41 +01:00
ca9b877646 Update README.md 2020-05-31 11:28:32 +01:00
ff49b4fc71 Update README.md 2020-05-31 11:27:54 +01:00
222431b57a Update README.md 2020-05-31 11:26:46 +01:00
ddb51529a7 Update README.md 2020-05-31 11:26:18 +01:00
7c048f331a Update README.md 2020-05-31 11:21:55 +01:00
8475183bbb Update README.md 2020-05-31 11:19:26 +01:00
10f35db3ed Update README.md 2020-05-31 11:16:20 +01:00
b68af8ab63 run go fmt 2020-05-30 11:00:43 +01:00
266602a3d6 Update README.md 2020-05-30 10:59:59 +01:00
15d5142d9b fix: misspell (#1667) 2020-05-29 17:49:22 +01:00
0d88650511 go modules cleanup and remove wrong self import to v1 (#1658)
* Runtime local git, simply go-git code
* go modules cleanup and remove wrong self import to v1
* pin mergo v0.3.8 to avoid panics

Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-05-29 14:32:11 +03:00
8660370dc9 Merge pull request #1657 from xpunch/master
logger caller not trim in windows
2020-05-29 10:35:03 +01:00
73339dde85 Merge branch 'master' into master 2020-05-29 10:27:20 +01:00
3f354f3c30 Merge pull request #1661 from micro/bugfix/sock_pool_threads
fix locking of socket pool
2020-05-28 08:31:47 +01:00
c08eb5f892 Merge branch 'master' into master 2020-05-28 10:19:53 +08:00
27e41c4ad5 fix locking of socket pool 2020-05-27 20:18:26 +01:00
1da8a640da Merge pull request #1660 from micro/bugfix/mdns_nil_host
Check ipv4 or ipv6 address is valid before assigning
2020-05-27 15:53:27 +01:00
e7ad031eb8 Check ipv4 or ipv6 address is valid before assigning 2020-05-27 15:47:12 +01:00
192f548c83 Merge pull request #1659 from micro/config-srv-not-found
Handle config service not found errors
2020-05-27 12:24:33 +01:00
d85b4197b4 Return nil changeset and not blank 2020-05-27 12:20:31 +01:00
bb5f2e5525 Handle config service not found errors 2020-05-27 12:12:34 +01:00
f00b696282 Merge pull request #1654 from micro/auth-scopes
Auth Improvements
2020-05-27 10:52:07 +01:00
e2d662608c Fix tests 2020-05-27 09:14:16 +01:00
9e9773c9c7 Only use namespace for cache key 2020-05-27 09:07:59 +01:00
2f8e2487f7 Merge branch 'master' into master 2020-05-27 09:32:27 +08:00
d6c1fbf841 Fix web service auth name 2020-05-26 17:43:45 +01:00
c3b404bab0 Fix server calling across namespace 2020-05-26 17:35:06 +01:00
cd283654eb Cache Rules 2020-05-26 15:53:28 +01:00
5712cc9c62 Merge master 2020-05-26 15:52:21 +01:00
be5a10a4d4 Merge pull request #1656 from micro/client-cache
Client Cache
2020-05-26 15:38:30 +01:00
b53a2c67f1 Merge branch 'master' of https://github.com/micro/go-micro into auth-scopes 2020-05-26 15:37:31 +01:00
cc79692d68 make caller filepath package/file style
this code is from zap
9a9fa7d4b5/zapcore/entry.go (L101)
2020-05-26 14:33:56 +08:00
796a598b37 Merge pull request #7 from micro/master
go micro v2
2020-05-26 14:18:25 +08:00
73b4423682 Merge branch 'master' of https://github.com/micro/go-micro into client-cache 2020-05-24 20:36:22 +01:00
198e942889 Remove redundant test 2020-05-24 20:32:22 +01:00
95703e4565 Fixes and improved test coverage 2020-05-24 20:26:37 +01:00
2729569f66 Add Debug.Cache method 2020-05-24 18:45:57 +01:00
67146ecdc2 Client Cache tests 2020-05-24 18:05:23 +01:00