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

112 Commits

Author SHA1 Message Date
1063b954de dont display t.Log/t.Logf as errors in github actions (#1508)
* fix tests and github action annotations

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-09 14:05:46 +03:00
bf8ebf8ad2 add namespace 2020-04-08 23:27:32 +01:00
48dd30c4c2 fix http test 2020-04-08 19:20:43 +01:00
b2079669f7 Strip namespace from router 2020-04-08 15:39:01 +01:00
2c1d1afd71 Strip namespace from registry router 2020-04-08 15:38:02 +01:00
9a73828782 Remove unused handlers 2020-04-08 15:34:11 +01:00
6b524e2c55 Merge branch 'master' into namespace 2020-04-08 09:12:28 +01:00
e907d24e3b API Wrappers 2020-04-07 19:29:26 +01:00
67cd59d7bc Rename namespace from Resolver.Endpoint 2020-04-07 16:27:59 +01:00
4362a885eb Refactor Namespace Resolver 2020-04-07 16:24:51 +01:00
6aaad7d63f api/router/static: allow to specify body dst (#1486)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-07 15:38:27 +01:00
9d598836c3 Fix Tests 2020-04-07 11:37:04 +01:00
05ac3ff274 Tweak 2020-04-07 11:24:13 +01:00
76f6f80318 Default to Hostname 2020-04-07 11:23:21 +01:00
cb96949551 Merge branch 'master' of https://github.com/micro/go-micro into namespace 2020-04-07 10:58:54 +01:00
f0980e9b30 Change cross namespace request err level 2020-04-07 10:54:27 +01:00
977934f8fd ServiceNamespace => ServicePrefix in api server 2020-04-07 10:39:27 +01:00
9e116731b1 ServiceNamespace => ServicePrefix in api server 2020-04-07 10:38:27 +01:00
316424f0f7 Fix comments typo 2020-04-07 10:35:57 +01:00
bd23dc1f18 Improve micro.mu check 2020-04-07 10:34:26 +01:00
501fc5c059 Refactor to use publicsuffix 2020-04-07 10:28:39 +01:00
11e1e9120a Remove debugging 2020-04-07 10:10:37 +01:00
a81d86ed08 Merge Asim's Fixes 2020-04-07 10:08:06 +01:00
7206d5f964 Add Namespace to CombinedAuthHandler 2020-04-07 09:40:40 +01:00
e8a86585da contains missing host port 2020-04-07 00:54:27 +01:00
5374896ed0 clone request 2020-04-07 00:29:35 +01:00
b6348ba59a Fix cruft 2020-04-07 00:25:11 +01:00
ca11c4a672 Few nitpicks 2020-04-07 00:19:49 +01:00
574bf5ac69 Set value in context, not metadata 2020-04-06 16:10:08 +01:00
774c0d30a7 Encode Endpoint in API auth wrapper 2020-04-06 16:01:42 +01:00
7f07e1a642 Merge branch 'master' into auth-resolver 2020-04-06 14:43:22 +01:00
bc7579f1d8 api/handler/rpc: fix panic on invalid error conversation (#1483)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-04 00:55:15 +03:00
38aed6f0f6 api/handler/rpc: not log error on client disconnect (#1482)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-04 00:37:18 +03:00
a82ce4d1ae Add Debug 2020-04-03 15:03:18 +01:00
4a850ff8a0 Auth host fix 2020-04-03 14:40:24 +01:00
350dd41732 Merge branch 'master' into auth-resolver 2020-04-03 14:19:03 +01:00
b864b3e350 Fix auth hosts bug 2020-04-03 14:09:25 +01:00
906263291b Hotfix 2020-04-03 13:37:02 +01:00
d0e47206cc Fix 2020-04-03 13:29:48 +01:00
1096c8fb39 Fix failing test 2020-04-03 10:16:19 +01:00
91b9c3f92e Add defaults 2020-04-03 10:08:39 +01:00
183c8bfb81 Apply fix for apis 2020-04-03 09:45:39 +01:00
760233b858 Reverse Change 2020-04-03 09:34:52 +01:00
fdcb013f24 Fix web registry compatability bugs 2020-04-03 09:18:30 +01:00
cfde3ec3d9 Remove resolver logic 2020-04-02 18:03:57 +01:00
4a4c666528 Remove resolver logic 2020-04-02 18:03:21 +01:00
8b35c264eb Pass resolver to api auth handler 2020-04-02 17:44:48 +01:00
4999f6dfd4 Namespace requests coming via api & web 2020-04-02 17:01:06 +01:00
0241197c6a api/handler/rpc: binary streaming support (#1466)
* api/handler/rpc: binary streaming support

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

* fixup

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

* fix

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

* fix sec webscoekt protol

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-02 10:13:04 +01:00
20c95d94cd api completeness (#1460) 2020-04-01 12:07:50 +01:00