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

3882 Commits

Author SHA1 Message Date
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
bd049a51e6 Update README.md 2020-05-23 16:47:23 +01:00
ffd89599a0 Update README.md 2020-05-23 16:46:50 +01:00
496293afa1 Use hash/fnv, add tests, fix request bug 2020-05-23 11:34:44 +01:00
7d7f4046e8 Client Cache 2020-05-22 16:52:24 +01:00
c800070477 Check for error before loading rules 2020-05-22 14:03:12 +01:00
877fe5fb0a Update web wildcard to enable /foo/bar/baz/* to verify /foo/bar/baz 2020-05-22 14:02:02 +01:00
dad011cab4 Fix noop issuer bug 2020-05-22 12:40:34 +01:00
f939200b34 Improve service auth log 2020-05-22 12:24:37 +01:00
9c072a372c Add auth scope constants 2020-05-22 11:37:12 +01:00
fbb91c6cb7 Auth wrapper tests 2020-05-22 10:44:18 +01:00
b2cf501952 Auth Rules tests & bug fixes 2020-05-22 09:31:15 +01:00
1fce0f02b6 Verify Namespace 2020-05-21 18:11:35 +01:00
12061bd006 Add account issuers 2020-05-21 16:41:55 +01:00
856c73b341 Remove roles (replaced with scope) 2020-05-21 14:56:17 +01:00
4de19805ba Remove redundant test 2020-05-21 12:33:58 +01:00
c09b871a6b Merge branch 'master' of https://github.com/micro/go-micro into auth-scopes 2020-05-21 12:32:52 +01:00
e876cb917d auth/service support for micro clients (rules from mutltiple namespaces 2020-05-21 12:25:47 +01:00
8f5ef012ff Update Rules.Delete proto 2020-05-21 12:07:22 +01:00
287992cef3 Fix service => service namespace bug 2020-05-21 11:35:07 +01:00
344ce061ce Verify Options 2020-05-20 16:49:52 +01:00
5d14970a55 Fix nil account bug 2020-05-20 16:11:34 +01:00
0615fe825f Auth invalid token fix (#1650) 2020-05-20 16:18:05 +02:00
6a661fd08c check if the db conn is nil before doing anything (#1652) 2020-05-20 14:03:38 +01:00
f6d9416a9e Add Rule to Auth interface 2020-05-20 11:59:01 +01:00
a29676b86a Registration Retry / Interval (#1651)
* Change the default ttl to 90 seconds

* add retries to registration

* Add retry to web register
2020-05-20 11:49:09 +01:00
dc10f88c12 Replace auth account.Namespace with account.Scopes 2020-05-19 18:17:17 +01:00
e61edf6280 Merge pull request #1645 from micro/runtime-multitenancy
Runtime multi-tenancy
2020-05-19 17:06:11 +01:00
3410a0949b Merge branch 'master' into runtime-multitenancy 2020-05-19 17:00:51 +01:00
9216a47724 fix client race (#1647) 2020-05-19 14:44:46 +01:00
cf37d64819 Merge branch 'master' into runtime-multitenancy 2020-05-19 13:24:35 +01:00
f0c0f3d4c4 Fixes for #1560 (#1644)
close #1560

This fixes one of the reported data races and also allows for
having a different name on the micro.Service and web.Service.
This makes it possible to discover the two service variants separately.

Co-authored-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-05-19 14:11:26 +03:00
c4e3f8c336 Merge branch 'master' of https://github.com/micro/go-micro into runtime-multitenancy 2020-05-19 11:02:40 +01:00
8875719619 Default Runtime multi-tenancy 2020-05-19 11:01:06 +01:00
c19b349e96 Update runtime.Event struct 2020-05-19 10:14:07 +01:00
14155c7e02 Add runtime ErrNotFound 2020-05-19 09:28:00 +01:00
3d36398818 Fix client RPC stream close mutex (#1643) v2.7.0 2020-05-18 17:22:33 +01:00
56a7897c91 update readme 2020-05-17 12:39:20 +01:00
5efb386224 Merge pull request #1640 from micro/auth/public-rule
Auth: setup a public rule
2020-05-15 10:28:52 +01:00
4d2de923cd Auth: setup a public rule 2020-05-15 10:24:30 +01:00
f64b1468a5 Merge pull request #1639 from micro/registy-not-found
Registry service: return not found error
2020-05-14 19:43:19 +01:00
56f281002b Merge branch 'master' into registy-not-found 2020-05-14 19:39:43 +01:00
0d7250352f Registry service: return not found error 2020-05-14 19:38:56 +01:00
ef43f01da4 Merge pull request #1638 from micro/registry-addrs-fix
Fix registry address option unused
2020-05-14 18:07:14 +01:00
c9e5ae6a2b Merge branch 'master' into registry-addrs-fix 2020-05-14 18:03:46 +01:00