Windfarer
4f013de2ec
test: add nacos test ( #1603 )
...
* add test
* upgrade nacos sdk version
* upgrade nacos sdk version
* fix test
* github nacos instance
* config test
* fix lint
* fix test
* go mod
* fix lint
* lint
3 years ago
wangcong
cf385f6285
fix: k8s nacos and zookeeper registry lint ( #1599 )
3 years ago
longxboy
0aace47d08
fix: fix registry go mod( #1521 )
...
fix: fix registry go mod
3 years ago
Yeqllo
5786f61e13
feat(registry): support discovery registry center ( #1480 )
...
* feat(registry): support discovery registry center
3 years ago
包子
25f448794d
deps: otel upgrade to v1.0.0 ( #1500 )
3 years ago
Tony Chen
b92e8a9da8
deps: update otel to v1.0.0-rc3 ( #1466 )
...
* update otel to v1.0.0-rc3
3 years ago
Casper-Mars
ab5152dbe1
feat(middleware/auth): add auth middleware ( #1274 )
...
* add auth middleware
4 years ago
Tony Chen
b38c1145cf
fix(middleware/circuitbreaker): add breaker group ( #1453 )
...
* add breaker group
* update aegis to v0.1.1
4 years ago
Tony Chen
1ac50be94c
fix: sra to aegis ( #1420 )
...
* fix: sra to aegis
4 years ago
Kagaya
de55281108
feat(middleware/ratelimit): add rate limiter middleware ( #1271 )
...
* add ratelimit middleware
4 years ago
Kagaya
47f039792b
feat(middleware/breaker): add circuit breaker middleware ( #1299 )
...
* add breaker middleware
4 years ago
包子
8468cfdd45
feat: add apollo example and some problems of fix apollo config ( #1411 )
...
* feat: add apollo example and some problems of fix apollo config
4 years ago
Windfarer
0ec3ff0b46
refactor: move plugins to contrib dir ( #1399 )
...
* move to contrib dir
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
4 years ago
包子
7b6332ee75
deps: middleware add separate go.mod and removes framework deps ( #1385 )
...
* deps: middleware add separate go.mod and removes framework deps
4 years ago
包子
eaf0ceab0c
chore(registry): unified management of decentralized warehouses ( #1368 )
...
* chore(registry): unified management of decentralized warehouses
4 years ago
月墨夕
6ae2e8712d
fix:etcd<3.13 block question ( #1317 )
4 years ago
月墨夕
9bbf4696d4
upgrade examples mod dependent version ( #1314 )
4 years ago
longxboy
a17eaeeff4
upgrade: grpc to 1.39 ( #1312 )
4 years ago
月墨夕
e5ae8dc3f1
fix: upgrade etcd version ( #1302 )
4 years ago
longxboy
f65a0a9134
feat: enhance tracing ( #1300 )
...
* feat: enhance tracing
* fix go lint
4 years ago
longxboy
2e17f18d66
feat: change grpc gateway import path ( #1295 )
...
change grpc gateway import path to kratos project
4 years ago
Windfarer
f93084ba9f
test: option tests ( #1292 )
...
* test options
* more tests
4 years ago
longxboy
cdf95046fd
upgrade consul version ( #1261 )
4 years ago
Tony Chen
7773d15256
fix(grpc/resolver): fix builder context ( #1258 )
...
* fix grpc resovler ctx
* fix client close
* upgrade etcd to v3.5.0
* clean code
4 years ago
Tony Chen
77a39d3bb6
mod: upgrade uuid & form ( #1239 )
...
* mod: upgrade uuid & form
* add release version
4 years ago
包子
b6d005b21e
chore(examples/event): examples of increasing use of event ( #1228 )
...
* chore(examples/event): examples of increasing use of event
4 years ago
pokitpeng
ab45baf5ec
chore: add zookeeper registry example ( #1223 )
4 years ago
longXboy
2920c12ead
add gin examples
4 years ago
longxboy
b2ba585b2e
upgrade consul ( #1205 )
4 years ago
Windfarer
a7b1af764f
feat(examples/i18n) add i18n example ( #1157 )
...
* i18n example
* enable
* regenerate
* readme
* update doc
* go mod tidy
* update readme
* go mod tidy
4 years ago
longxboy
23a7f15541
add form for codec ( #1158 )
...
* add form for http codec
4 years ago
longXboy
26e94aa2ad
add swagger api examples
4 years ago
youn
c268f98404
add form encoding ( #1138 )
...
* add form encoding
* update examples go mod
4 years ago
包子
bdb51d2696
feat(examples): add benchmark example ( #1134 )
...
* feat(examples): add benchmark example
* fix examples/benchmark/test.sh
* fix: remove go.mod from examples / benchmark
4 years ago
longxboy
798b0e6e7d
upgrade otel to v1 rc1 ( #1132 )
4 years ago
longxboy
7530fadde0
Feat/fix examples ( #1129 )
...
remove github protobuf dependency
4 years ago
Kuiba
09be032575
Add logrus example ( #1124 )
...
* add logrus logger example
Co-authored-by: Lining Guan <lining.guan@grabtaxi.com>
4 years ago
Tony Chen
8c26c8c328
examples: add cors example ( #1048 )
...
* add cors example
4 years ago
包子
1d0c958a04
add examples/metrics ( #1046 )
...
* add examples/metrics
4 years ago
Tony Chen
00088f644a
examples: clean examples ( #1036 )
...
* clean examples
* update yaml to v3
4 years ago
longxboy
736385c8e6
Feat/uni transport ( #1028 )
...
* add metadata incoming&outgoing
* regenerate proto
* uni transport
Co-authored-by: chenzhihui <zhihui_chen@foxmail.com>
4 years ago
包子
48851a1ffd
add examples/log/zap ( #1001 )
...
* add examples/zap/log
4 years ago
longXboy
a24bcdff45
fix nacos
4 years ago
longXboy
c61cd27a5f
fix go mod
4 years ago
longxboy
9a3a02fc68
add http client rpc stub ( #943 )
...
* add http client
4 years ago
opensite
44c2641da2
example/blog: add the usage example of validate in proto file for blog ( #942 )
...
* example/blog: add the usage example of validate in proto file for blog
* example/blog: use validator middleware instead of calling validate in every method that needs to be validated
4 years ago
Cluas
eb732c4de0
internal/http: optimize support more content_type ( #904 )
...
* internal/http: optimize support more type
* internal/http: add bound case
* examples: fix go.sum
* examples: fix go mod
4 years ago
longXboy
a83d396b74
fix example build
4 years ago
opensite
83eba7083a
examples/blog:update the trace to be consistent with the official ( #888 )
4 years ago
包子
b8d5d709e9
middleware/logging add traceid to the printed log,modify the example code and update the dependent version ( #877 )
...
* middleware/logging add traceid to the printed log,modify the example code and update the dependent version
* Fix the problem that the configuration could not use arrays
4 years ago