1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-11-06 08:59:18 +02:00
Commit Graph

23 Commits

Author SHA1 Message Date
jesse.tang
4d95050747 fix: fmt import (#2379) 2022-09-27 14:08:08 +08:00
Tony Chen
f3b0da3f04 feat(middleware): add selector matcher (#2239)
* feat(middleware): add selector matcher


Co-authored-by: chenzhihui <chenzhihui@bilibili.com>
2022-07-27 13:05:45 +08:00
Tony Chen
d0a0edf67b feat(http): add http router walk (#2181)
* add http router walk

Co-authored-by: chenzhihui <chenzhihui@bilibili.com>
2022-07-11 19:32:54 +08:00
Ccheers
b3eff576ce test(transport): add unit test for transport coverage: 91.7% of state… (#2172)
* test(transport): add unit test for transport coverage: 91.7% of statements

* lint & fix data race

* fix test

* fix lint

* fix lint

* remove http func wrapper

* remove error log when watcher context is canceled

* optimize code style
2022-07-10 20:34:19 +08:00
Tony Chen
dccee86141 log: remove component logger to use global logger (#2061)
* remove component logger to user global logger
2022-05-27 16:29:07 +08:00
kwanhur
ac99a5c877 style(cmd/errors/examples/middleware/transport): fix common words' spelling mistakes (#1872)
* matchs to matches
* contraint to constraint
* resovle to resolver
* ser to set

Signed-off-by: kwanhur <huang_hua2012@163.com>
2022-03-10 22:42:44 +08:00
haiyux
370a1585a5 fix: fix the latest version of lint problem (#1825) 2022-02-18 17:13:41 +08:00
haiyux
89583885e4 feat:add stream interceptor use ctx encapsulation (#1770)
* feat:add stream interceptor use ctx encapsulation

* add reply header
2022-01-17 19:58:27 +08:00
haiyux
00c05e82a3 test:remove testify go mod (#1766)
* test:remove testify go mod

* tidy go mdo

* fix test
2022-01-14 10:02:42 +08:00
haiyux
7f003a8742 test(transport): add transport Listener test (#1735)
* test(tansport): add transport Listener test
2021-12-31 11:15:39 +08:00
haiyux
3625634d3c feat(transport):add grpc and http with listen (#1729)
* feat(transport):add grpc and http with listen
2021-12-30 20:38:22 +08:00
longxboy
91714bcd34 test: add transport grpc test (#1580)
* add transport grpc test

* fix node
2021-10-22 15:57:01 +08:00
seasrain
55e00ce9f3 fix:server start panic when use Endpoint (#1491)
* fix:server start panic when use Endpoint

* fix test

* fix lint
2021-09-17 10:13:50 +08:00
letian
db2122860d add endpoint option in grpc server (#1488) 2021-09-17 04:19:49 +08:00
Tony Chen
0184d217cf fix(transport/grpc): default base ctx (#1465)
* fix grpc base ctx
2021-09-12 01:07:44 +08:00
Kagaya
f7588a47de fix: ci lint error (#1391)
* fix lint check

* fix lll lint error

* fix build error

* fix gomnd

* fix shadow declaration

* add make test command

* update
2021-08-31 10:14:57 +08:00
Windfarer
a128566cef test(transport) add test (#1325)
* test

* test client and server

* return

* add args

* calloption

* test
2021-08-12 19:21:50 +08:00
Windfarer
f93084ba9f test: option tests (#1292)
* test options

* more tests
2021-08-02 18:56:22 +08:00
Tony Chen
7f72b72ddb fix endpoint extract (#1061) 2021-06-15 11:39:28 +08:00
longxboy
e1d6377542 add feat endpoint (#972)
* add feature endpoint
2021-05-31 16:10:17 +08:00
Tony Chen
149fc0195e kratos: add application info (#968)
* add application info

* add base context

* add client target
2021-05-29 23:52:05 +08:00
Tony Chen
41ea1fbc76 fix data race (#963)
* fix data race
2021-05-28 15:08:25 +08:00
chenzhihui
3566386a89 init v2 2021-02-17 17:14:47 +08:00