Commit Graph

38000 Commits

Author SHA1 Message Date
wenzhouwww@live.cn a2136fd3b4 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-15 15:13:52 +08:00
wenzhouwww 8bd24a57e3
Merge pull request #14933 from taosdata/test/last_row
test: add test case for last_row , only with case ,not run CI
2022-07-15 15:10:58 +08:00
cpwu acc27d46e9 fix case 2022-07-15 15:06:38 +08:00
Haojun Liao f60f821c13 fix(query): fix partition by bug for last_row query. 2022-07-15 15:04:22 +08:00
Haojun Liao 505e14892e
Merge pull request #14932 from taosdata/feature/3_liaohj
fix(query): handle multi group last_row query.
2022-07-15 15:03:10 +08:00
Ganlin Zhao 86c64639c8
Merge pull request #14941 from taosdata/feat/agg_client_api
fix(query): add leastsquares function scalar version
2022-07-15 15:01:17 +08:00
Shengliang Guan af57edccb8 test: restore some 2.0 cases 2022-07-15 14:59:08 +08:00
yihaoDeng baa21c8398 Merge branch '3.0' of https://github.com/taosdata/TDengine into dev 2022-07-15 14:58:00 +08:00
yihaoDeng 8006ee1d8e feat: add time unsynced check 2022-07-15 14:56:23 +08:00
Minghao Li 681993884f refactor(sync): add leader transfer callback 2022-07-15 14:55:33 +08:00
Hongze Cheng 74b31e8c81 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot 2022-07-15 06:55:17 +00:00
Hongze Cheng ec2a069185 more vnode snapshot writer 2022-07-15 06:53:56 +00:00
yihaoDeng 35e8ad2811 feat: add time unsynced check 2022-07-15 14:51:20 +08:00
wenzhouwww@live.cn ef659e47c9 Merge branches '3.0' and '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-15 14:49:06 +08:00
dapan1121 c5675bc821 fix: fix msg disorder issue 2022-07-15 14:40:42 +08:00
Ganlin Zhao 9de4ad8535 Merge branch '3.0' into feat/agg_client_api 2022-07-15 14:37:08 +08:00
Minghao Li 95023fd56e refactor(sync): add leader transfer callback 2022-07-15 14:34:58 +08:00
Ganlin Zhao b8a4878b00 fix(query): add leastsquares function scalar version 2022-07-15 14:34:40 +08:00
Minghao Li 5b6c7bc38d refactor(sync): add leader transfer callback 2022-07-15 14:26:18 +08:00
dapan1121 5ed51e0010 Merge branch '3.0' into fix/fixmsgorder 2022-07-15 14:19:37 +08:00
Shengliang Guan a83d41f635
Merge pull request #14940 from taosdata/fix/tsim
test: restore case
2022-07-15 14:18:25 +08:00
dapan1121 c67fa0c1ce enh: add taosd query exit processing 2022-07-15 14:17:00 +08:00
dapan1121 2fb3c4912a
Merge pull request #14909 from taosdata/enh/schPolicy
enh: add schedule policy
2022-07-15 14:16:40 +08:00
wade zhang 2965bbfc5b
Merge pull request #14939 from taosdata/docs/wade-3.0
doc: english version of cache
2022-07-15 13:43:02 +08:00
Shengliang Guan 7620185dc6 test: restore case 2022-07-15 13:40:28 +08:00
Shengliang Guan 3f1f0943c9
Merge pull request #14938 from taosdata/fix/tsim
test: restore some 2.0 cases
2022-07-15 13:37:03 +08:00
Haojun Liao 595c7dd4f3 Merge branch '3.0' into feature/3_liaohj 2022-07-15 13:36:14 +08:00
Shengliang Guan 9237014e7c test: restore some 2.0 cases 2022-07-15 13:35:00 +08:00
gccgdb1234 5b55a8044e doc: english version of cache 2022-07-15 13:34:47 +08:00
Haojun Liao 283b3eb3d9 fix(query): remove invalid check. 2022-07-15 13:25:15 +08:00
dapan1121 c7aa4a108b
Merge branch '3.0' into enh/schPolicy 2022-07-15 13:24:30 +08:00
Li Minghao e3eaddac0d
Merge pull request #14869 from taosdata/feature/3.0_mhli
refactor(sync): optimized replication
2022-07-15 13:12:37 +08:00
wade zhang dec036fd72
Merge pull request #14925 from taosdata/docs/wade-3.0
doc: move cache to internals and totally rewrite it
2022-07-15 13:09:22 +08:00
gccgdb1234 cd958f41ae doc: move cache section back to develop guide 2022-07-15 13:08:49 +08:00
Shuduo Sang dd6b50f7c2
feat: change upx download location for taosadapter3.0 (#14934)
* feat(taosAdapter): taosAdapter for 3.0

* chore: change upx download location

Co-authored-by: t_max <1172915550@qq.com>
2022-07-15 12:57:27 +08:00
Xiaoyu Wang 47ab10c560
Merge pull request #14931 from taosdata/feature/3.0_debug_wxy
fix: a problem of last_row function plan
2022-07-15 12:55:37 +08:00
Xiaoyu Wang 1342fbe913 fix: sql command 'show table distributed' 2022-07-15 11:59:42 +08:00
Shengliang Guan a07b770b3d
Merge pull request #14928 from taosdata/fix/tsim
test: restore some cases
2022-07-15 11:54:51 +08:00
Haojun Liao 013f5031bc fix(query):update the time type check. 2022-07-15 11:53:32 +08:00
wenzhouwww@live.cn 7840d20ad6 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-07-15 11:52:32 +08:00
wenzhouwww@live.cn 67afe73a11 test:add test case for last_row 2022-07-15 11:47:31 +08:00
Haojun Liao 6c13a8e2e8 fix(query):fix syntax error. 2022-07-15 11:43:06 +08:00
wenzhouwww 9753ff9dbe
Merge branch '3.0' into test/udf_coltrol 2022-07-15 11:40:19 +08:00
tomchon 72ff22ffe7 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-07-15 11:34:58 +08:00
Shengliang Guan 72f4a4afbb test: comment out case 2022-07-15 11:27:33 +08:00
Shengliang Guan 883ae19cac Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-07-15 11:22:06 +08:00
Shengliang Guan b4644963af test: restore some 2.0 cases 2022-07-15 11:21:58 +08:00
Haojun Liao b9a471624d fix(query): handle multi group last_row query. 2022-07-15 11:19:00 +08:00
Haojun Liao fd2dec280b fix(query): fix memory leak. 2022-07-15 11:18:26 +08:00
Xiaoyu Wang 873ff96bc1 fix: a problem of last_row function plan 2022-07-15 11:01:19 +08:00