Commit Graph

51 Commits

Author SHA1 Message Date
e016a7d218 util: improve cgroup to support Vertical Pod Autoscaler (#36901)
ref pingcap/tidb#37707
2022-09-21 21:35:04 +08:00
39b69a007d lint: check file permission with &0111 (#37997)
close pingcap/tidb#37995
2022-09-20 19:15:03 +08:00
57febedb35 *: enable rowserrcheck for nogo (#37761) 2022-09-13 14:28:58 +08:00
29591587c7 linter: fix unconvert output (#37663) 2022-09-07 18:06:57 +08:00
be7de700bd ddl: add logs to backfill worker and refactor some methods (#37662)
ref pingcap/tidb#35983
2022-09-07 17:18:57 +08:00
170dafc7e1 types: merge json and types pkg (#37578)
close pingcap/tidb#37577, close pingcap/tidb#37628
2022-09-05 19:42:55 +08:00
6b8cf9d5b2 lightning: enable nogo checks for restore-opts (#37615)
close pingcap/tidb#37614
2022-09-05 15:58:56 +08:00
4e519709e7 lightning: refine error message for empty schema file (#37572)
close pingcap/tidb#37571
2022-09-03 09:28:25 +08:00
6e582640d7 *: upgrade glangci-linter (#37413) 2022-09-01 12:14:24 +08:00
7425d2f37d bazel: update config (#37416)
close pingcap/tidb#37377
2022-08-29 00:58:22 +08:00
909341b57f *: enable noloopclosure (#37153) 2022-08-26 17:46:21 +08:00
7286061bc9 *: enable fieldalignment (#35802) 2022-08-24 15:56:21 +08:00
afc3276d9f *: enable linter for executor/aggregate.go (#37015) 2022-08-23 22:20:21 +08:00
ffc5e176a9 ddl/lightning: add a memory tracker for DDL lightning (#37271)
ref pingcap/tidb#35983
2022-08-22 18:36:20 +08:00
35e64651d0 expression: remove duplicate element in json_extract function result (#37118)
ref pingcap/tidb#37133
2022-08-16 15:42:51 +08:00
62acece63c ddl: refine param for backfillWorker (#37070) 2022-08-15 10:12:50 +08:00
61c8438dda planner: enable more linter for planner/core/plan.go (#37072) 2022-08-12 19:22:49 +08:00
d6d0ce7b10 *: gofmt code for adapting go 1.19 (#36832)
ref pingcap/tidb#36879
2022-08-11 12:50:49 +08:00
xhe
b41d751e75 server: fully support CLIENT_DEPRECATE_EOF (#36971)
ref pingcap/tidb#32118
2022-08-10 11:34:48 +08:00
a849cc2190 ddl: move syncer to a single package (#36994) 2022-08-09 19:54:48 +08:00
28c934cdae planner: finish todo in builtin_cast.go#L1945 (#36921)
close pingcap/tidb#36920
2022-08-09 16:16:47 +08:00
xhe
4b3563c6cb *: forbid creation of normal files with exec perm (#36691) 2022-08-09 15:42:47 +08:00
ab8afc77b0 *: enable forcetypeassert (#36969)
ref pingcap/tidb#28860
2022-08-09 12:30:47 +08:00
a4105e7059 *: enable deprecated linter (#36946)
ref pingcap/tidb#35345
2022-08-08 10:46:46 +08:00
e9928bcb72 *: enable bodyclose (#36927)
close pingcap/tidb#35345
2022-08-05 18:26:06 +08:00
1a0c92b7dd *: enable makezero for bazel nogo (#36842)
close pingcap/tidb#36850
2022-08-03 19:30:06 +08:00
xhe
9a16a8dd19 *: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
2022-08-01 17:34:05 +08:00
158ba1a1d9 *: enable part revive for all code (#36703) 2022-08-01 14:02:06 +08:00
7a47538f4e br: enhance the output infomation (#36676)
ref pingcap/tidb#29501
2022-07-29 13:25:11 +08:00
7eb79e6db3 planner: refactor the function (#36603)
ref pingcap/tidb#36598
2022-07-28 18:49:11 +08:00
0f692b38e2 makefile: remove useless linter and enable revive for distsql (#36607) 2022-07-27 20:03:11 +08:00
e1c62cf923 br: Fix compiling on FreeBSD (#36590)
close pingcap/tidb#36589
2022-07-27 15:39:10 +08:00
43e39e5c0f dumpling: adjust FTWRL to LOCK when upstream does not support (#36576)
close pingcap/tidb#36547
2022-07-27 13:41:10 +08:00
beee5f314c *: fix revive in the planner (#36249) 2022-07-27 11:39:11 +08:00
0026324ac6 *: enable revive for more components (#36296) 2022-07-19 12:47:07 +08:00
f364b90010 telemetry: add telemetry for fast mode (#36222)
ref pingcap/tidb#35850
2022-07-19 00:23:07 +08:00
911e7cc360 *: enable revive (#35970)
ref pingcap/tidb#35345
2022-07-15 16:03:06 +08:00
114c922bc8 *: enable gosec (#35873)
ref pingcap/tidb#35345
2022-07-05 19:39:01 +08:00
e50b9430fc *: enable gci (#35823)
ref pingcap/tidb#35345
2022-07-04 14:53:02 +08:00
aa7a0fbdc3 *: enable misspell (#35719)
ref pingcap/tidb#35345
2022-07-04 10:35:00 +08:00
57ff1448ae *: support predeclared and asciicheck (#35895)
ref pingcap/tidb#35345
2022-07-03 17:22:59 +08:00
e00ad2b3ef *: enable errcheck for nogo (#35704)
ref pingcap/tidb#35345
2022-07-02 22:08:39 +08:00
47a4f3a017 *: enable unconvert (#35821)
ref pingcap/tidb#35345
2022-06-29 20:16:40 +08:00
c6103886b1 *: enable all gosimples (#35762)
ref pingcap/tidb#35345
2022-06-29 11:54:39 +08:00
383d1c8e70 *: enable gofmt (#35721)
ref pingcap/tidb#35345
2022-06-25 01:30:37 +08:00
79add25eef *: enable exportloopref (#35680)
ref pingcap/tidb#35345
2022-06-23 17:08:38 +08:00
2bd4c4a3a0 *: enable ineffassign (#35670)
close pingcap/tidb#35345
2022-06-23 16:08:37 +08:00
966844bf50 *: enable durationcheck for nogo linter (#35661)
ref pingcap/tidb#35345
2022-06-23 14:28:37 +08:00
d4dc6b54c6 *: enable staticcheck and prealloc on nogo (#35486)
ref pingcap/tidb#35345
2022-06-22 22:00:37 +08:00
566a215373 *: enable nogo to use fast incremental linter (#35344)
ref pingcap/tidb#35345
2022-06-17 19:58:36 +08:00