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

3153 Commits

Author SHA1 Message Date
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
a056bdce7c fix metadata parsing 2020-04-12 14:40:37 +01:00
b08c636b44 fixup handler tests 2020-04-12 14:29:38 +01:00
d03a02f2e4 fix import 2020-04-12 11:25:12 +01:00
08ca61c121 add metadata set 2020-04-12 11:17:23 +01:00
962588b649 Strip MetadataKey global var 2020-04-12 11:16:08 +01:00
cf67d460b7 strip down mdns watcher 2020-04-12 11:01:09 +01:00
4e539361fa strip file 2020-04-12 10:58:12 +01:00
3ce2ab88f5 broker/nats: remove embed nats server reference (#1527)
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-11 22:37:29 +03:00
0a2363b49b api minor improvements (#1526)
* api/handler/rpc: unblock all http methods and set Host meta
* api/router/static: add debug log

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-11 22:21:55 +03:00
ec80ceb8c2 Update readme 2020-04-11 18:23:37 +01:00
ea2bb0275c Strip external use of mdns 2020-04-11 13:02:53 +01:00
51d4f737b8 fixup store cache# 2020-04-11 12:10:19 +01:00
3f81f685df Move sync 2020-04-11 12:00:34 +01:00
bb1ccf09e8 prefix store dir 2020-04-11 11:23:41 +01:00
c878237567 fix log file creation 2020-04-11 11:22:02 +01:00
ac8b6f944e Prefix logs dir micro/logs for runtime 2020-04-11 11:15:01 +01:00
0f2006ac50 fix compilation issues 2020-04-11 11:02:06 +01:00
c697eed1be Update comments 2020-04-11 10:48:32 +01:00
b887d91f94 remove readme 2020-04-11 10:38:13 +01:00
39470c1b11 Completely replace sync implementation 2020-04-11 10:37:54 +01:00
6d553cb6fe add whitespace 2020-04-11 09:34:04 +01:00
c612d86480 Move sync store 2020-04-11 09:33:10 +01:00
3f3d2f5027 fixup broker http address 2020-04-11 01:51:26 +01:00
bc71640fd9 broker: swap default broker from eats to http (#1524)
* broker: swap default broker from eats to http

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-04-11 03:46:54 +03:00
b979db6d9d remove sync event 2020-04-10 23:29:15 +01:00