1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-19 21:18:07 +02:00

50 Commits

Author SHA1 Message Date
longxboy
655fe37188
fix:fix error camel case (#2032)
* fix error camel case
2022-05-23 17:49:22 +08:00
haiyux
71ea97fd93
deps: upgrade go mod version (#2028)
* deps:upgrade go mod version
2022-05-22 21:18:46 +08:00
songzhibin97
c1dbc2dbd3
stype:gen_go_errors (#2026)
* Update errors.go

* Update errors.go
2022-05-22 09:45:16 +08:00
qi
53c8877ce4
fix(protoc-gen-go-errors): fix generated function comments have extra blank lines. (#2008) 2022-05-20 15:35:20 +08:00
包子
091ba2dae7
deps: upgrade kratos version to v2.2.2 (#1944) 2022-05-06 21:44:28 +08:00
JeffreyBool
245f55d3ba
feat: protoc-gen-go-errors add comment (#1961) 2022-05-05 10:13:09 +08:00
Xudong Cai
9ca08888df
fix: error case2Camel (#1923) 2022-04-10 16:17:03 +08:00
Casper-Mars
4f21094a56
fix(cmd/protoc-gen-go-errors):fix lint problem (#1919)
use cases.Title instead of strings.Title
2022-04-08 16:20:27 +08:00
包子
e98c0078cb
deps: upgrade kratos version to 2.2.1 (#1890) 2022-03-18 11:51:39 +08:00
包子
d6896127b1
deps: upgrade kratos version to 2.2.0 (#1834) 2022-02-23 17:13:57 +08:00
包子
9ea78f302d
deps: upgrade kratos version to v2.1.5 (#1785) 2022-01-24 15:26:45 +08:00
包子
7fe194ead4
deps: uprade kratos version to v2.1.4 (#1749) 2022-01-05 16:30:08 +08:00
Xudong Cai
e95452276f
fix(cmd): fixed a camel word enum error 2021-12-24 14:10:50 +08:00
包子
1117350b9c
deps: update kratos version to 2.1.3 (#1706) 2021-12-22 14:15:09 +08:00
JerryZhou
94d674fd4c
fix(cmd/proto-gen-errors): non nil assertion for error (#1700) 2021-12-20 11:10:01 +08:00
haiyux
ef3322ec07
fix: remove cmd replace (#1640) 2021-11-19 17:14:24 +08:00
thinkgo
c70cdc9a11
fix[cmd]: if enum is a word in proto file, it should be camel too. (#1618) 2021-11-10 21:09:16 +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
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
Windfarer
f3e75bffca
feat: update go version to 1.16 (#1536) 2021-10-08 20:49:56 +08:00
Casper-Mars
2a4d440680
fix(cmd/protoc-gen-go-errors):part of #1430,fix cmd/protoc-gen-go-errors (#1435) 2021-09-07 10:46:46 +08:00
Tony Chen
e7d2f4966a
upgrade kratos to v2.0.3 (#1264) 2021-07-27 15:59:34 +08:00
Tony Chen
623fc5cb3f
update version to v2.1.0-dev (#1249)
* update version to v2.1.0-dev

* fix pkg ordering

* upgrade kratos version
2021-07-25 22:29:16 +08:00
Tony Chen
f872ec4685
mod: clean cmd mod (#1240) 2021-07-25 00:29:09 +08:00
longXboy
f0d077a328 change version to 2.0.1 2021-07-18 20:15:52 +08:00
Casper-Mars
e8e0f6734a
typo: modify the comments of the proto-gen-go-errors (#1204) 2021-07-17 22:08:36 +08:00
longXboy
14d383bc6f add v2.0.0 2021-07-08 13:54:09 +08:00
longxboy
a639340274
add rc7 (#1125) 2021-06-29 19:55:48 +08:00
longxboy
b6fc811744
fix version (#1090) 2021-06-21 11:24:24 +08:00
longxboy
4241dc8106
add rc5 (#1078)
* add rc5
2021-06-18 10:53:29 +08:00
包子
c114f5c96b
fix proto-gen-go-errors bug (#1047) 2021-06-13 15:01:23 +08:00
Tony Chen
99719dd667
cmd: update cmd version (#1040)
* update cmd version

* update app info
2021-06-13 01:07:43 +08:00
包子
67c1e4584b
modify cmd/proto-gen-go-errors (#1035)
* modify cmd/proto-gen-go-errors
2021-06-12 19:15:02 +08:00
Tony Chen
1b13abd136
transport/http: add http route (#1029)
* add http route

* fix http context

* add HTTP middleware

Co-authored-by: longXboy <longxboyhi@gmail.com>
2021-06-12 18:30:17 +08:00
Tony Chen
828a7c5219
copy errors proto (#1030) 2021-06-11 17:49:29 +08:00
包子
996922fa87
Clean errors (#1019)
* cmd/upgrade add proto-gen-go-errors
modify proto-gen-go-errors template and go.mod

* modify proto-gen-go-errors version and clean code
2021-06-08 19:29:29 +08:00
包子
7585257f9e
modify proto-gen-go-errors version and func name (#1018)
* modify proto-gen-go-errors version and func name
2021-06-08 16:53:08 +08:00
包子
0834128e57
add protoc-gen-errors (#1017)
* add protoc-gen-errors

* fix protoc-gen-go-errors/go.mod

* default_code handling

* Modify code value range
2021-06-08 16:33:50 +08:00
Tony Chen
b9f821c29f
transport/http: add http handler (#937)
* add http handler

* fix request error
2021-05-21 23:11:36 +08:00
Tony Chen
eeab979d5f
remove errors generator (#892) 2021-05-02 00:00:44 +08:00
Tony Chen
311a65367e
update kratos (#785) 2021-03-18 00:21:15 +08:00
Tony Chen
f9522036da
api: update extension index (#775)
* update extension & regenerate proto
2021-03-17 00:00:30 +08:00
Tony Chen
a185916df6
cmd: update kratos version (#773)
* update kratos version
2021-03-16 23:38:18 +08:00
宗川凉介
b80fdb878e
kratos工具版本号修改 (#759)
* fix toolkit version
2021-03-11 12:34:23 +08:00
libi
26cf7c80ad
fix discovery resolver watch goroutine leak (#750)
* fix discovery resolver watch goroutine leak
2021-03-06 18:06:20 +08:00
chenzhihui
b103c72192 update kratos 2021-03-03 22:31:32 +08:00
chenzhihui
e10aa8ae75 fix unknown revision 2021-02-27 15:02:32 +08:00
chenzhihui
d161702ae6 fix cmd version to v2 2021-02-17 18:18:57 +08:00
chenzhihui
3566386a89 init v2 2021-02-17 17:14:47 +08:00