Wiggins
3c002d7792
Fix multi knadh ( #834 )
* fix: Solve the conflict problem of introducing multiple versions of knadh
* fix: fix ci fail
* fix: update #825
---------
Co-authored-by: panlei-coder <panleiCSDN@163.com>
Co-authored-by: JayLiu <38887641+luky116@users.noreply.github.com>
Co-authored-by: FengZhang <zfcode@qq.com>
2 months ago
Wiggins
e11a3af147
Fix: HTTP/2 CONTINUATION flood vulnerability (GO-2024-2687) ( #820 )
fix: Fix possible vulnerabilities caused by common libraries #817
Co-authored-by: FengZhang <zfcode@qq.com>
4 months ago
xinfan.wu
1bf4369ecd
chore: upgrade some dependent packages to eliminate dependencies on some archived repositories ( #767 )
7 months ago
zhangym
2878b9f03b
optimize: update parser to v0.2.17 ( #768 )
8 months ago
jimin
86b8d920d7
optimize: update license checker ( #756 )
* optimize: update license checker
8 months ago
JayLiu
0b45672c8a
fix: fix gomonkey bug ( #743 )
fix gomonkey bug
Co-authored-by: funkye <364176773@qq.com>
9 months ago
xinfan.wu
3188ecf883
feat:add more linter in configuration file ( #686 )
* feat:add more linter
* feat:change golangclilint version to 1.57.x to support more linter
* feat:adjust lint conf and adjust the code to pass the check
---------
Co-authored-by: JayLiu <38887641+luky116@users.noreply.github.com>
9 months ago
xinfan.wu
dd50bec39d
optimize: upgrade getty version ( #716 )
9 months ago
Xin.Zh
465e8c7b24
upgrade getty from 1.4.9 to 1.4.10 ( #679 )
1 year ago
yizhibian
18e611d3a9
feat: Implement the discovery service by Etcd ( #605 )
Implement the discovery service by Etcd
1 year ago
wt_better
fd9afa852e
Security/depend version upgrade ( #652 )
1 year ago
dependabot[bot]
500c49026e
chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.17.0 ( #631 )
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.9.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
wt_better
7d0617c7d3
upgrade the unknown license dependency ( #614 )
2 years ago
yombo
5835f09ecf
test: unit test for randomloadbalance
test: unit test for randomloadbalance
2 years ago
juzimao
735849420e
feat(fence): implement fence use datasource proxy ( #420 )
2 years ago
wang1309
46da59f95e
feat: undolog add decompressor func ( #457 )
2 years ago
charlie
9bb7044fb1
delete sample( #470 )
Signed-off-by: charlie <qianglin98@qq.com>
2 years ago
Jason Deng
380ba38572
[WIP]feat: support xa oracle connection ( #391 )
* doc: v1.0.2-RC1 release file (#338 )
---------
Co-authored-by: Shaozhou Hu <1094091844@qq.com>
2 years ago
Shaozhou Hu
2dc5000e48
feat: XA connect manager ( #433 )
* xa connect manager
2 years ago
mooleetzi
b2f03e4168
optimize error ( #395 )
optimize error
2 years ago
Kirhaku
dc04a8bed8
add BZip2Compressor ( #444 )
add bzip2
2 years ago
liushao
c8dccc9d91
refactor: use new tm config in tm module. ( #411 )
* refactor: use new tm config in tm module.
2 years ago
wang1309
382cb5cdfd
Feat xa branch xid ( #389 )
* feat: add xa branch xid
Co-authored-by: 王瑞 <wangrui5@songguo7.com>
2 years ago
Yuecai Liu
7481327eaf
optimize meta data ( #352 )
optimize meta data
2 years ago
Bison Xu
bb4c31e97f
add zstd compress ( #327 )
zstd compress
Co-authored-by: xubaisheng <>
2 years ago
bitstring
5eb6073e5a
Add LZ4 compressor support. ( #324 )
* feat: add lz4 compressor support.
Signed-off-by: Wyatt Jia <i@eventloop.live>
* fix lz4 compressor buffer error.
Signed-off-by: Wyatt Jia <i@eventloop.live>
* format code by goimports.
* Add equal lz4 decompress test case and format code by goimports.
Signed-off-by: Wyatt Jia <i@eventloop.live>
2 years ago
wang1309
ee274c52ee
feat:add mysql table meta func && sql addEscape, delEscape func issue… ( #294 )
* feat:add mysql table meta func && sql addEscape, delEscape func issue#290
* fix:TestMetaCache func rename
* fix:ci lint fail fix
* fix: solve GetTableMeta return type && constant define
* fix:solve code format and meta cache func fault
* fix:solev git ci fail
* fix:solev git ci fail
* format:format code
* fix:merge master && format code
* fix:solve name conflict
Co-authored-by: 王瑞 <wangrui5@songguo7.com>
Co-authored-by: wangrui130 <wangrui130@tal.com>
3 years ago
Yuecai Liu
571a08398f
change dubbo-go version ( #302 )
optimize: change dubbo-go version
3 years ago
Yuecai Liu
1847bf6ac7
feat: add mysql update undo log builder ( #288 )
feat: add mysql update undo log builder
3 years ago
wang1309
b7a9673821
feat: add has undo log table ( #245 )
feat:add has undo log table func
3 years ago
juzimao
9cda424627
optimize: optimize global transaction usage ( #281 )
* refact the tm executor and adjust the sample
* optimize interface, adjust samples
* fix ci
* optimize comment
* upgrade go version
* add tx name configuration
* add panic handler
3 years ago
georgehao
cbd12c1803
feat: add http tcc ( #280 )
feat: add http tcc
3 years ago
Jason Deng
533b3e530d
frature: add update sql parser and remove tidb parser ( #264 )
add update sql parser and remove tidb parser (#243 )
3 years ago
juzimao
1fc63e6da6
feature add fence for tcc, and add fence sample in tcc local mode. ( #191 )
3 years ago
wang1309
bc793e9dc4
feature: add undo log manager delete ( #240 )
feature:add DeleteUndoLogs func, issue:#217
3 years ago
Yuecai Liu
1cb79d7ce7
optimize: add some todo comment, add a undo hook sample ( #238 )
add some todo comment, add a undo hook sample
3 years ago
windWheel
90f3e6a26e
add rm test ( #192 )
add test for rm
3 years ago
liaochuntao
0cb9e30fc6
feature/datasource_at merge to master ( #213 )
feature: add transaction at datasource
3 years ago
juzimao
fd2c05896c
feature add tcc grpc sample,adjust register resource and branch register ( #200 )
feature: add grpc integration for tcc
3 years ago
wang1309
5e42d8e1b2
Feature add tcc branch report unit test ( #210 )
test: add tcc branch report unit test
3 years ago
野牛
29a5c81d07
Add unit testing for getty ( #203 )
* getty tests
* test
* test
* style
* style go mod
* style:format imports
* style:Delete the useless gomonkey Reset method
Co-authored-by: xubaisheng <>
3 years ago
liushao
6ac6de721a
refactor(pkg/rm): optimize function's parameters into one struct ( #196 )
optimize function's parameters into one struct,comment and code style
Co-authored-by: liushao <liushao@inke.cn>
3 years ago
wang1309
d19d5e6100
Feature add tcc branch report ( #190 )
feature: add tcc branch report
3 years ago
Yuecai Liu
8a9164f60a
optimize: optimise way of init seata ( #187 )
optimize: optimise way of init seata
3 years ago
juzimao
52951c2a0a
optimieze add ut for tm ( #163 )
* add ut
* add ut for tm
* format imports
* resolve conflict in go mod
* fix loop variable v captured by func literal (govet)
* optimize ut for tm in gomonkey mock.
* format by goimports
* optimize code style
* resolve conflict.
3 years ago
Yuecai Liu
0582050ebf
bugfix: fix rollback response status bug ( #155 )
3 years ago
juzimao
11f8bd5f2f
optimize named for the resource manager api and tcc resource, adjust … ( #125 )
update optimize the resource manager.
3 years ago
Yuecai Liu
1ced5eb5a2
Feat add two phase ( #122 )
* add two phase
* support seata dubbo
3 years ago
liuyuecai
2695bf7f45
Optimize codec code
3 years ago
luky116_Liuyuecai
835f6d417b
remove goetty package
3 years ago