Evan
f9a132c9dd
feat: recovery logger with ctx ( #1601 )
...
Co-authored-by: 曾政 <zengz@weipaitang.com>
2021-11-04 19:40:34 +08:00
包子
ce8ed35c1d
fix(cmd/kratos): use context timeout control, add timeout param ( #1592 )
2021-11-01 17:48:57 +08:00
包子
143dc584cb
feat: add descriptor.proto ( #1590 )
2021-10-28 11:09:31 +08:00
包子
70f58b264a
fix(app): use new context when app stop ( #1589 )
2021-10-28 11:09:17 +08:00
Tony Chen
b353ab91f1
add pprof handler ( #1587 )
2021-10-27 23:50:45 +08:00
Xiong Liu
ef686a1cc7
feat: Add consul kv config provider ( #1499 )
...
feat: Add consul kv for config
Co-authored-by: liuxiong <lx@webull.com>
2021-10-26 14:43:07 +08:00
包子
806a6b3e13
doc: create CODE_OF_CONDUCT.md ( #1585 )
2021-10-26 09:40:23 +08:00
包子
5097c3d743
Create CONTRIBUTING.md
2021-10-26 09:29:15 +08:00
Windfarer
ea1a0c30ed
chore: update badge ( #1582 )
2021-10-23 21:53:57 +08:00
海雨
3da927759a
test: add transport http test ( #1579 )
...
* test: add transport http test
* fix lient
* add client
* add http test
2021-10-22 15:57:18 +08:00
longxboy
91714bcd34
test: add transport grpc test ( #1580 )
...
* add transport grpc test
* fix node
2021-10-22 15:57:01 +08:00
longxboy
ae57ae9bde
test : add selector & balancer test ( #1577 )
...
* add selector test
* add balancer test
* add node and selector
* add ewma test
* fix datarace
* fix datarace
2021-10-22 09:25:58 +08:00
海雨
7cd9503b95
test: add log test ( #1576 )
...
* test: add log test
* fix
* fix lint
2021-10-21 17:39:33 +08:00
Yeqllo
eec45a3d0a
fix(config/apollo): apollo namespace ( #1516 )
...
* fix(config/apollo): support multiple namespace
* fix(config/apollo): modify example and test
* fix(config/apollo): recoding watcher
* styl(config/apollo): package sort; use log instead of fmt
* styl(config/apollo): use kratos/log package instead of fmt
* styl(config/apollo): optimise code with reviewer advises; fix some edge cases on genKey function.
* styl(config/apollo): rename `convertProperties` as `resolve`
2021-10-21 12:48:53 +08:00
海雨
eb0730a1b0
feat: add encodeing test ( #1573 )
2021-10-21 12:47:00 +08:00
longxboy
52876d3e20
test: add app and transport test ( #1572 )
...
* add app and transport test
2021-10-20 22:03:39 +08:00
海雨
fecfb7dc86
test: arrangement test proto and add test ( #1567 )
...
* arrangement test proto and add test
2021-10-20 21:43:44 +08:00
sxpsxp12
63b1764a04
fix: fix log.Helper.WithContext msg key missing ( #1571 )
2021-10-20 18:50:52 +08:00
海雨
ad7df8d4bc
fix: fix encode form well known message bug ( #1568 )
...
fix: fix encode form well known message bug
2021-10-20 17:00:55 +08:00
leyou240
318cacd04d
feat: add msgpack Codec ( #1555 )
2021-10-19 14:57:56 +08:00
longXboy
1b7a40c28b
change version to v2.1.1
2021-10-18 19:51:29 +08:00
longxboy
86dec76aa3
fix global selector bug ( #1564 )
2021-10-18 19:26:00 +08:00
longxboy
2d026f1f95
fix: cmd http embed message path generate ( #1561 )
...
fix: cmd http embed message path generate (#1561 )
2021-10-17 16:33:46 +08:00
longxboy
210e414e6f
fix: fix encode proto well known types in form and url query ( #1559 )
...
* fix encode proto well known types
2021-10-17 15:36:43 +08:00
包子
014778b72a
fix(cmd/proto-gen-http): fix the problem that the field declaration does not exist causing panic ( #1553 )
2021-10-15 17:18:13 +08:00
包子
979ec39c53
deps: update kratos version ( #1554 )
2021-10-15 17:15:02 +08:00
包子
872d31343a
revert: revert #1544 ( #1548 )
2021-10-14 16:14:34 +08:00
letian
3d23d295c4
feat(log): default message key ( #1545 )
2021-10-13 16:15:34 +08:00
storyicon
1e86faea1b
fix(protoc-gen-go-errors): fix the camel case bug of name ( #1544 )
...
Signed-off-by: storyicon <yuanchao@bilibili.com>
2021-10-13 13:43:13 +08:00
包子
250bb5c8e7
feat(log/helper): log helper add WithMessageKey option ( #1541 )
2021-10-11 21:52:12 +08:00
aiscrm
9743ad8d32
fix registry TTL. ( #1537 )
...
* fix registry.
1. When etcd stops, the application cannot stop.
2. Stop consul first, then stop app. Then start consul, the registered service remains in consul registry as an unhealthy status.
Co-authored-by: corel <corelchen@qq.com>
2021-10-11 13:46:07 +08:00
longxboy
69fc5cca87
feat: add config slice map support ( #1538 )
...
feat: add config slice map support
2021-10-10 14:52:12 +08:00
Windfarer
f3e75bffca
feat: update go version to 1.16 ( #1536 )
2021-10-08 20:49:56 +08:00
longxboy
d0c65fbd75
feat: change to v2.1.0 ( #1535 )
...
* change to v2.0.5
* fix go lint
2021-10-08 14:14:52 +08:00
longxboy
056812e4b2
feat: add http transport interface ( #1533 )
...
feat: add http transport interface
2021-10-08 11:10:21 +08:00
ONG-YA
a99659052a
feat: add backupConfigPath method ( #1511 )
...
* add backupConfigPath method
Co-authored-by: yangfw <yangfw@corp.21cn.com>
2021-10-06 13:11:24 +08:00
Tt yo
3b477e7e52
fix: consul lint error ( #1530 )
...
* fix: consul lint error
* fix: services init eroor
2021-10-06 13:10:20 +08:00
Bear
5e88a20cd4
fix: 'tokenInfo' might have 'nil' or bad value ( #1534 )
...
* fix: 'tokenInfo' might have 'nil' or bad value
* fix: return the origin err
2021-10-06 13:06:31 +08:00
倒霉狐狸
0597883e70
fix: contrib config kubernetes lint err ( #1523 )
...
* fix: contrib metrics datadog lint err
* fix: contrib config nacos lint err
* fix: contrib config kubernetes lint err
* remove unwanted docs
2021-09-30 14:31:25 +08:00
海雨
23a96a3d63
feat:add warning when http path filed use map or list ( #1526 )
...
* feat:add warning when http path filed use map or list
2021-09-30 14:12:27 +08:00
Yeqllo
a2f53128cf
fix(registry/discovery): watch quit while context cancel; supplement metadata ( #1524 )
...
* fix(registry/discovery): watch quit with context cancel; lose metadata while translating ServiceInstance.
2021-09-30 14:11:28 +08:00
倒霉狐狸
74e630c21a
fix: contrib config nacos lint err ( #1522 )
...
* fix: contrib metrics datadog lint err
* fix: contrib config nacos lint err
2021-09-28 11:29:04 +08:00
longxboy
0aace47d08
fix: fix registry go mod( #1521 )
...
fix: fix registry go mod
2021-09-28 10:25:46 +08:00
Yeqllo
5786f61e13
feat(registry): support discovery registry center ( #1480 )
...
* feat(registry): support discovery registry center
2021-09-28 10:15:35 +08:00
倒霉狐狸
bae20ba735
fix: contrib metrics datadog lint err ( #1517 )
2021-09-27 19:58:50 +08:00
hotcha
7cc6565d01
fix typo ( #1509 )
2021-09-24 14:21:35 +08:00
海雨
953deaa363
fix:etcd prifex find error ( #1507 )
2021-09-23 21:10:42 +08:00
包子
c180cd4ab0
chore: fix readme typo ( #1505 )
2021-09-23 18:17:55 +08:00
海雨
6f45cb0dfb
feat:edit readme and roadmap ( #1504 )
2021-09-23 18:10:59 +08:00
longxboy
feeec630d7
feat: add selector and filters examples ( #1485 )
...
* add selector examples and filters
2021-09-23 17:42:21 +08:00