9eb1cafd66
build: cmd & test are code ( #28903 )
2021-10-20 18:24:42 +08:00
94e30df8e2
parser: fix compiling, add unit tests ( #28700 )
2021-10-11 23:15:25 +08:00
7755d25aba
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers ( #27198 )
2021-08-16 18:52:00 +08:00
5ec3b34f2d
go.mod: update client-go to the new version ( #26256 )
2021-07-15 15:19:32 +08:00
cc5e161ac0
*: use tikv/client-go/v2 ( #25359 )
2021-06-11 17:24:35 +08:00
fbcf75acc9
store/tikv: refactor: remove import tidb.config.security in store/tikv ( #22538 )
...
Signed-off-by: shirly <AndreMouche@126.com >
2021-01-27 12:08:24 +08:00
b78490e403
*: use the unified log format for the remaining packages ( #9743 )
2019-03-22 16:34:47 +08:00
32b1dbd8d5
*: rename "github.com/pkg/errors" to "github.com/pingcap/errors" ( #8136 )
...
We import "github.com/pkg/errors" in the code, and actually put
the "github.com/pingcap/errors" there in the vendor path.
That's a dirty hack, and prevent the introduce of Go module.
2018-11-01 16:09:07 +08:00
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
f1e89cde19
*: use lower-case of github.com/sirupsen/logrus ( #5400 )
...
*: rename github.com/Sirupsen/logrus to github.com/sirupsen/logrus
* vendor: update pd
* vendor: update github.com/pingcap/tipb/go-mysqlx
2017-12-14 16:25:58 +08:00
546b5a9418
*: support tls connection to pd and tikv ( #5311 )
2017-12-12 20:17:19 -06:00
3e1d036336
*: log the caller of "terror.Log()" ( #4729 )
2017-10-10 11:26:43 +08:00
eb8df3519a
*: prepare to enforce errcheck, part1 ( #4670 )
2017-09-30 16:23:37 +08:00
88e1666ac6
*: change the log package to logrus ( #4452 )
2017-09-08 00:45:07 -05:00
ec4eb933fa
cmd: fix comments warning in cmd ( #3191 )
2017-05-02 11:01:13 +08:00
5d68641931
store/tikv: update region error handling. ( #2178 )
2016-12-07 14:17:29 +08:00
24fb8c9752
Add bencher for raw API ( #2109 )
...
* cmd: Add raw API bencher
2016-11-29 09:58:13 +08:00