longxboy
2e17f18d66
feat: change grpc gateway import path ( #1295 )
...
change grpc gateway import path to kratos project
4 years ago
zwhyb
9c470b217a
add appinfo test ( #1293 )
...
* add appinfo test
4 years ago
Windfarer
f93084ba9f
test: option tests ( #1292 )
...
* test options
* more tests
4 years ago
Yongzheng Lai
b68265c365
fix: using t.TempDir ( #1289 )
4 years ago
zwhyb
5710bf0e30
fix endpoint panic ( #1291 )
4 years ago
Kagaya
05e14e2a18
ci: add pull request template ( #1280 )
4 years ago
zwhyb
6aba247990
add selector code annotation ( #1275 )
4 years ago
Tony Chen
bc35f20228
feat(endpoint): add endpoint parser ( #1273 )
...
* feat(endpoint): add endpoint parser
* fix parseTarget ut
* fix insecure testing
4 years ago
zwhyb
8f4e78b47d
grpc‘s secure discovery ( #1270 )
...
* add gprc secure discovery
* add http insecure filter
4 years ago
opensite
a636fd52a4
feat(cmd): support the third party specify by self and fix the warning when third party is not in current directory ( #1266 )
...
* feat(cmd): support the third party specify by self and fix the warning when third party is not in current directory
* add env support and fix the directory of specify as full directory
* fix the env and flag variable name and rename the function name of the directory is exist check
4 years ago
zwhyb
352d6c8d66
Merge pull request #1269 from CryBecase/main
...
optimize Metadata init
4 years ago
wz
3279839221
Merge branch 'go-kratos:main' into main
4 years ago
王真
8f55924c47
optimize
4 years ago
王真
4f15df4caf
remove useless judgment
4 years ago
Tony Chen
5ca42fe921
feat(transport): add transport tls config ( #1267 )
...
* add http tls config
* add grpc tls config
* add examples tls
* fix resolver parseTarget
* support https for discovery
* add isSecure
* clean code
Co-authored-by: longXboy <longxboyhi@gmail.com>
Co-authored-by: 包子 <baozhecheng@foxmail.com>
4 years ago
wz
ce0cba4f41
fix(transport/http): typo ( #1268 )
...
Co-authored-by: 王真 <zhen.wang@yo-star.com>
4 years ago
王真
b04e214ec8
fix annotation
4 years ago
Tony Chen
e7d2f4966a
upgrade kratos to v2.0.3 ( #1264 )
4 years ago
zwhyb
407250bf6c
create watcher overtime ( #1263 )
4 years ago
Tony Chen
b3594c25d3
update release version ( #1262 )
4 years ago
Tony Chen
97694b19ad
test: add registry tests ( #1260 )
...
* add registry tests
* add registrar timeout
Co-authored-by: 包子 <baozhecheng@foxmail.com>
4 years ago
longXboy
f5e90c90db
fix go mod
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
徐胖
025ae38acc
fix(config/env): fix env.load() index out of range ( #1252 )
...
* fix(config/env): env.load() may panic
4 years ago
包子
9808ceb7a8
feat(cmd/upgrade): compatible with go get and go install ( #1255 )
...
* feat(cmd/upgrade): compatible with go get and go install
4 years ago
Julian-Chu
c7fcd388b5
chore(examples/i18n): typo ( #1250 )
4 years ago
Tony Chen
623fc5cb3f
update version to v2.1.0-dev ( #1249 )
...
* update version to v2.1.0-dev
* fix pkg ordering
* upgrade kratos version
4 years ago
Windfarer
b6f92ed3d3
add codecov ( #1195 )
4 years ago
xianmian168
05c44d9033
repair some misspelling ( #1248 )
...
* Update calloption.go
* Update random.go
repair misspelling
4 years ago
zwhyb
7977deac65
middleware/selector ( #1244 )
...
* middleware selector client and support array
4 years ago
Kagaya
3660a8d65d
fix(env): index out panic when env key is preifix ( #1247 )
4 years ago
喵喵大人
d09ba5e3ee
style: add gosimple linter and gofmt linter ( #1242 )
4 years ago
Tony Chen
f872ec4685
mod: clean cmd mod ( #1240 )
4 years ago
Tony Chen
77a39d3bb6
mod: upgrade uuid & form ( #1239 )
...
* mod: upgrade uuid & form
* add release version
4 years ago
Tony Chen
cb7fc2d72a
Revert "replace env underscore to dot ( #1229 )" ( #1235 )
...
This reverts commit 38c9def445
.
4 years ago
longxboy
dca963a236
fix http resovler bug ( #1231 )
...
* fix http resovler bug
* delete unused code
4 years ago
longxboy
38c9def445
replace env underscore to dot ( #1229 )
...
* replace env underscore to dot
* Compatible with dot format
4 years ago
zwhyb
d4ac341bc8
http get方法 url 参数带中括号 ( #1226 )
...
* fix url query array problem
* use TrimSuffix
4 years ago
徐胖
77d2cfb653
chore(config/env): minor refactor ( #1232 )
...
* chore(config/env): minor refactor
4 years ago
Yongzheng Lai
97222012e4
fix: using rv directly ( #1213 )
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
longxboy
e1228d454a
support expand config keys ( #1224 )
...
* support expand config keys
* fix bytes in convertMap
4 years ago
包子
1a0a1b8a89
fix(cmd/new): print exception to console ( #1227 )
...
* fix(cmd/new): print exception to console
* using git command to replace judgment text
4 years ago
Kuiba
0e70bddaa9
fix(config): load env and file source order bug ( #1220 )
...
* fix config load env & file order bug
* fix watch issue
* return empty as each update can be resolved
4 years ago
pokitpeng
ab45baf5ec
chore: add zookeeper registry example ( #1223 )
4 years ago
包子
41ad9061db
fix: fixed kratos "new" command #1218 ( #1221 )
...
* fix: fixed kratos "new" command
4 years ago
包子
5559923193
feat(cmd/changelog): add chore group ( #1217 )
4 years ago
longxboy
dba4b4007d
update WithDecoder comment
4 years ago
longxboy
a02d9b4192
add zero endpoint protection ( #1215 )
...
* add zero endpoint protection
4 years ago