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

3878 Commits

Author SHA1 Message Date
05d2b34e10 Add util/pki for creating and signing certificates (#1555) 2020-04-21 15:03:33 +01:00
211fd9b9a3 Merge pull request #1554 from micro/oauth-login-hint
Add oauth login hint param
2020-04-21 13:40:47 +01:00
19f0836e70 Add oauth login hint param 2020-04-21 13:37:26 +01:00
075d7d4fef Renaming ShutdownSignals -> Shutdown (#1553) 2020-04-21 14:14:20 +02:00
e5c215556e Add SIGKILL to shutdown signals (#1552)
* Add SIGKILL to shutdown signals

* go mod tidy

* Add missing file
2020-04-21 14:00:12 +02:00
7c31edd5f8 Enabling default runtime to run multiple versions (#1545)
* Enabling default runtime to run multiple versions

* Trigger build

* Fix

* Sprintf
2020-04-20 15:54:29 +02:00
c4acf3c2cb Static serving disabled 2020-04-19 20:30:38 +01:00
53db26a614 Use go.micro.mu 2020-04-19 17:03:25 +01:00
dde8f18b52 Update readme 2020-04-19 00:46:33 +01:00
6071b74fb5 Update readme 2020-04-19 00:45:29 +01:00
ab041012b2 Update readme 2020-04-19 00:44:52 +01:00
226d6ad22b log whats happening in http handler 2020-04-19 00:41:03 +01:00
a08ff90976 fix this bs logging issue 2020-04-18 23:36:00 +01:00
ae8404d760 Log listening port 2020-04-18 23:32:20 +01:00
f00fd7a49e api/router: support pcre and google.api pattern matching (#1549)
* api/router: support pcre and google.api pattern matching

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-19 00:31:34 +03:00
ecbc42755c set network nodes in http resolver 2020-04-18 21:00:00 +01:00
16db76bee2 remove list endpoint from runtime and stop checking type in update 2020-04-17 17:54:34 +01:00
dca5305e8a replaced build with updated timestamp in runtime 2020-04-17 16:29:05 +01:00
c0b0f63757 Update docker workflow to push releases 2020-04-17 10:50:44 +01:00
ac5822f1ee Fix local runtime updates (#1543) 2020-04-16 17:50:24 +02:00
ae56becbbd Merge pull request #1542 from micro/stream-auth
Set authorization header on grpc stream
2020-04-16 15:06:19 +01:00
5bb18e685e Merge branch 'master' into stream-auth 2020-04-16 15:03:12 +01:00
2dfaab439c Set authorization header on grpc stream 2020-04-16 15:01:16 +01:00
62cedf64da api/router/registry: extract path based parameters from url to req (#1530)
* api/router/registry: extract path based parameters from url to req
* api/handler/rpc: fix empty body request parsing
* bundle grpc-gateway util funcs

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
v2.5.0
2020-04-15 17:50:51 +03:00
9961ebb46e Merge pull request #1538 from micro/rule-priority
Add priority to auth.CreateRequest and auth.DeleteRequest
2020-04-15 11:54:01 +01:00
fe31a71557 Fix formatting 2020-04-15 11:50:52 +01:00
c9a6b07c52 Add priority to auth.CreateRequest and auth.DeleteRequest 2020-04-15 11:49:24 +01:00
f1e6eff303 Merge pull request #1537 from micro/rule-priority
Add Priority to auth rules
2020-04-15 11:42:53 +01:00
2de03e5fd7 Tidy go mod 2020-04-15 11:39:53 +01:00
234c192faf Update protoc-gen-micro 2020-04-15 11:39:12 +01:00
ea29920afb Add Priority to auth rules 2020-04-15 11:31:19 +01:00
4d177a782e vendor proto files from google (#1536)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-15 13:22:32 +03:00
b700d425a4 api/handler/rpc: improvements and fixes (#1535)
* api/handler/rpc: fix empty body case
* api/handler/rpc: copy all request headers to metadata

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-15 01:37:15 +03:00
9a5b8ff50d use api 2020-04-14 22:14:55 +01:00
c787fd0483 fix missing pointer 2020-04-14 17:13:38 +01:00
1134ea5ff3 make proto.Message compatible with raw json 2020-04-14 16:59:24 +01:00
fd16cd298f Merge pull request #1532 from micro/registry-namespace
Registry Namespace
2020-04-14 16:14:18 +01:00
67e7aa223a Merge branch 'master' into registry-namespace 2020-04-14 16:03:29 +01:00
9d0381306d add a proto message without serialisation 2020-04-14 15:54:25 +01:00
f8837bfcbd Merge branch 'master' into registry-namespace 2020-04-14 15:37:44 +01:00
268651df18 regenerate all proto based files (#1531)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-14 16:25:09 +03:00
e17825474f Add context options to the runtime 2020-04-14 12:32:59 +01:00
0c75a0306b Merge master into registry-namespace 2020-04-14 09:15:13 +01:00
d61d30ef66 Inject Namespace into Context 2020-04-14 09:14:07 +01:00
71d4253927 Merge branch 'master' of ssh://github.com/micro/go-micro 2020-04-13 23:05:47 +01:00
e515005083 Remove only allowing certain methods 2020-04-13 23:05:39 +01:00
4bdc18d64a Update README.md 2020-04-13 22:15:21 +01:00
f840a5003e Remove runtime List 2020-04-12 23:46:06 +01:00
5ef1698632 remove readme 2020-04-12 23:43:55 +01:00
1bb6967a38 reorder 2020-04-12 23:41:21 +01:00