liushao
c8dccc9d91
refactor: use new tm config in tm module. ( #411 )
* refactor: use new tm config in tm module.
2 years ago
Yuecai Liu
a44063609e
optimize: refactor at executor ( #397 )
* refactor at executor
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
5e858b1f45
add tcc fence config logic ( #383 )
* add tcc fence config logic
* add string loader
* fix samples
* fix samples
* fix samples
* fix samples
* fix samples
* fix samples
* fix samples
* merge Load and LoadPath
* fix sample
2 years ago
Yuecai Liu
f4251b5ba8
add data check before rollbeck ( #366 )
* add data check before rollbeck
2 years ago
Yuecai Liu
ea8eb191a6
Fix decode image( #365 )
fix decode image
2 years ago
Yuecai Liu
7481327eaf
optimize meta data ( #352 )
optimize meta data
2 years ago
FengZhang
ef1759ee2a
fix:timeout config & panic log lost ( #350 )
* fix timeout config & panic log lost
* format & fix rollback
2 years ago
Yuecai Liu
797a965590
optimize: add insert undo log function ( #337 )
add insert undo log function
2 years ago
wang1309
7e9d882e0e
Feat add undo func ( #320 )
add undo function
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
georgehao
29c7f38440
feat: add sync worker and fmt ( #303 )
* feat: add sync worker and fmt
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
* feat: update
* feat: fix spell
* feat: fix conflict
Co-authored-by: Xin.Zh <dragoncharlie@foxmail.com>
Co-authored-by: haohongfan1 <haohongfan1@jd.com>
3 years ago
Shaozhou Hu
2fd391df0d
add mysql delete undo log builder ( #296 )
* add mysql delete undo log builder
* add mysql delete undo log builder
* add mysql delete undo log builder
* add mysql delete undo log builder
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
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
juzimao
cd2a5b05e8
feature add integration for grpc ( #158 )
* finish ut for interceptor
* add client interceptor
* add server interceptor
* adjust location for test file
* format in goimports
* goimformat
* adjust package struct of grpc interceptor, move constant of grpc to common package.
* adjust gprc interceptor file struct
* refact directory, optimize grpc test case
* optimize proto
* delte test file
* delte test file
* fix npe for server integration
* go mod tidy
* remove duplicate constant
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
6445feffe3
bugfix fix ut bug of msg, it will cause ci failed ( #176 )
fix ut bug of msg.
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
Luky116Liuyuecai
f94d07d57b
fix commit and rollback codec
3 years ago
liuyuecai
2695bf7f45
Optimize codec code
3 years ago
luky116_Liuyuecai
835f6d417b
remove goetty package
3 years ago
luky116_Liuyuecai
de615531e9
Adjust project directory
3 years ago
luky116_Liuyuecai
a8612dea54
add go imports shell
3 years ago
liuyuecai
9f4d8cc0b6
add unit test
3 years ago
luky116_Liuyuecai
1e3201b026
Adjust the structure of the project
3 years ago
luky116_Liuyuecai
5cfb55a838
add tcc process
3 years ago
luky116_Liuyuecai
4322c24d4a
init
3 years ago
luky116_Liuyuecai
6b8c535a16
add config file
3 years ago