yu199195
|
6dd79b6db0
|
2.1.0
|
2020-09-27 20:29:32 +08:00 |
|
yu199195
|
e2026ca9b3
|
2.1.0
|
2020-09-27 15:21:11 +08:00 |
|
yu199195
|
54bf31e506
|
2.1.0
|
2020-09-27 15:16:48 +08:00 |
|
zhaojun
|
602a50212c
|
redesign SQLReverEngine (#198)
* add getTargetDataSource method for HmilyTacResource
* redesign HmilySQLRevertEngine
* fix checkstyle error
|
2020-09-26 15:10:09 +08:00 |
|
yu199195
|
f5bdb7de9e
|
fix file path error
|
2020-09-24 17:05:10 +08:00 |
|
yu199195
|
e067140922
|
fix checkstyle
|
2020-09-24 12:24:35 +08:00 |
|
奕仁
|
e87f1724de
|
fix Pointer not released for window os (#196)
* 修复window下指针未释放内存情况
* update create to write
Co-authored-by: choviwu <choviwu@woshipm.com>
|
2020-09-24 12:15:14 +08:00 |
|
yu199195
|
4c44cbf1a1
|
some modify
|
2020-09-23 21:43:18 +08:00 |
|
sixh
|
0d29c9a625
|
1. Fix the error (#193)
|
2020-09-23 17:49:31 +08:00 |
|
sixh
|
c7f1f662ad
|
157 (#192)
* 1. Optimize other code format. 157
* 1. config push...157
* 1. config push...157
* 1 apollo config push.157
* 1. nacos config.
* 1. zk config.157
* 1. zk config.157
* 1. Format code。
* 1. Format code。
* 1. Format code。
* 1. Update global update.157
* 1. Update global update.157
|
2020-09-23 17:35:14 +08:00 |
|
cysy-lli
|
f3b18930fd
|
etcd 自动更新配置 (#191)
* etcd 自动更新配置
* etcd 自动更新配置
|
2020-09-23 11:14:11 +08:00 |
|
tydhot
|
cb0962cd8b
|
add tars-demo (#189)
* add tars springboot demo
* add tars springboot ide config file
Co-authored-by: duojiao <yudong.tang@perfma.com>
|
2020-09-18 14:58:20 +08:00 |
|
yu199195
|
65cc1ea1f0
|
modify brpc demo
|
2020-09-16 17:47:32 +08:00 |
|
liuyueve
|
517a450503
|
brpc demo 添加 (#186)
|
2020-09-16 17:32:27 +08:00 |
|
yu199195
|
6e55973be7
|
modify logo
|
2020-09-15 17:57:54 +08:00 |
|
zhaojun
|
a14ff8436b
|
add init tac-sqlcompute module to generate data image for revert SQL. (#185)
|
2020-09-15 15:32:57 +08:00 |
|
Zhang Yonglun
|
c1c49fdb5f
|
#168, add update statement parser (#184)
* add ss deps
* refine
* add generator
* #168, add update statement parser
* #168, refine
|
2020-09-13 22:41:53 +08:00 |
|
yu199195
|
b177491b69
|
fix checkstyle
|
2020-09-13 18:25:35 +08:00 |
|
sixh
|
2ab54d75a6
|
157 (#182)
* 1. Optimize other code format. 157
* 1. config push...157
* 1. config push...157
* 1 apollo config push.157
* 1. nacos config.
* 1. zk config.157
* 1. zk config.157
* 1. Format code。
* 1. Format code。
|
2020-09-13 18:08:59 +08:00 |
|
Zhang Yonglun
|
85f066bb29
|
#168, rename model names (#183)
* rename SQLStatement
* rename ASTNode
* rename SQLStatementType
* rename DMLStatement
* rename Statements
* rename SQLSegment
* rename Segments
* rename constant
* rename value
* refine
* refine
* for checkstyle
|
2020-09-13 17:35:26 +08:00 |
|
yu199195
|
aae8691a6c
|
fix checkstyle
|
2020-09-13 14:09:33 +08:00 |
|
zhaojun
|
983c5a1a17
|
revise process of SQLRevert (#181)
* intercept sql before execute within p6spy for query undo image.
* change signature of RevertEngine, add todo
|
2020-09-12 09:03:31 +08:00 |
|
yu199195
|
3e9f8544b1
|
modify hmily-demo
|
2020-09-10 20:53:38 +08:00 |
|
yu199195
|
149c11954a
|
support sofa rpc and modify sofa demo
|
2020-09-10 18:48:18 +08:00 |
|
yu199195
|
04fe5dfca7
|
support sofa rpc
|
2020-09-10 17:03:49 +08:00 |
|
cysy-lli
|
0b865d0874
|
hmily zookeeper repository updateTime条件bug修复 (#177)
* hmily zookeeper repository updateTime条件bug修复
* hmily redis repository updateTime条件bug修复
|
2020-09-09 23:33:33 +08:00 |
|
bbaiggey
|
16fb150485
|
add sofa-rpc-demo (#176)
* demo 抽取公共代码
* 重构demo
* add sofa-rpc demo
* Merge branch 'master' of https://github.com/dromara/hmily
* Merge branch 'master' of https://github.com/dromara/hmily
* 删除测试代码 调整注释模板
* 调整注释模板
Co-authored-by: bbaiggey <baige@jftx-bj.com>
|
2020-09-09 20:11:44 +08:00 |
|
奕仁
|
6c364483a4
|
优化文件存储类 (#166)
* 'filerepository'
* 事务日志file实现
路径设计: /{{自定义路径}}/{表名}/id 每个id文件对应一条事务数据
条件查询: 遍历查询
读写锁保护单个文件的执行有效性
* 修改日志打印
* update code format
* modify file path
* 修改如下:
1、如果用户未配置文件路径,默认取用户home文件夹
2、优化日志打印
3、优化try/final块
* nio操作文件
Co-authored-by: choviwu <choviwu@woshipm.com>
|
2020-09-09 17:43:09 +08:00 |
|
yu199195
|
c169da1b5e
|
modify demo
|
2020-09-09 14:42:27 +08:00 |
|
bbaiggey
|
6722dbf130
|
重构demo公共代码 (#174)
* demo 抽取公共代码
* 重构demo
Co-authored-by: bbaiggey <baige@jftx-bj.com>
|
2020-09-09 14:24:29 +08:00 |
|
yu199195
|
3471cccfc0
|
support sofa rpc
|
2020-09-09 12:21:32 +08:00 |
|
yu199195
|
9091ad2fb9
|
support sofa rpc
|
2020-09-09 12:18:17 +08:00 |
|
yu199195
|
19387e7bdf
|
fix checkstyle
|
2020-09-07 15:42:02 +08:00 |
|
yu199195
|
7ce854bfb7
|
modify readme
|
2020-09-07 15:15:19 +08:00 |
|
yu199195
|
46339ab9c6
|
modify readme
|
2020-09-07 14:57:23 +08:00 |
|
cysy-lli
|
117d7918cc
|
hmily etcd配置开发,指定key,value为配置文件内容 (#167)
* hmily etcd配置开发,指定key,value为配置文件内容
* hmily etcd测试配置修改
|
2020-09-05 14:35:32 +08:00 |
|
yu199195
|
2aa3420e59
|
hmily dubbo tac rollback demo
|
2020-09-03 16:04:07 +08:00 |
|
yu199195
|
3c53258b70
|
hmily dubbo tac rollback demo
|
2020-09-03 11:27:57 +08:00 |
|
yu199195
|
8e2b1fcbde
|
fix checkstyle
|
2020-09-02 21:10:22 +08:00 |
|
yu199195
|
89d1da8615
|
hmily jdbc try with resources
|
2020-09-02 20:58:58 +08:00 |
|
yu199195
|
37dfce9cc0
|
hmily tac dubbo demo
|
2020-09-02 20:06:58 +08:00 |
|
yu199195
|
e27fbdee11
|
hmily tac spi
|
2020-09-02 15:55:36 +08:00 |
|
yu199195
|
0c14c0bd6f
|
hmily tac
|
2020-09-01 20:44:43 +08:00 |
|
yu199195
|
e3757f1988
|
hmily refer annotation support
|
2020-08-31 18:10:04 +08:00 |
|
yu199195
|
59e8245b65
|
dubbo refer annotation support
|
2020-08-31 17:29:26 +08:00 |
|
yu199195
|
578b2290c7
|
motan refer annotation
|
2020-08-31 17:14:52 +08:00 |
|
yu199195
|
3cecc700fc
|
motan
|
2020-08-28 18:53:11 +08:00 |
|
bbaiggey
|
b8e6afcb4d
|
添加motan demo (#165)
* add motan demo
* add motan demo
|
2020-08-28 17:25:16 +08:00 |
|
yu199195
|
ea22867378
|
checkstyle
|
2020-08-28 16:52:17 +08:00 |
|
yu199195
|
598d97d956
|
tcc recovery bug.
|
2020-08-26 19:49:11 +08:00 |
|