Commit Graph

27626 Commits

Author SHA1 Message Date
Cary Xu 401d1fe80a Merge branch '3.0' into feature/TD-11463-3.0 2022-04-13 20:02:38 +08:00
Cary Xu 744a198906 add version for tsma expired window updating 2022-04-13 20:02:11 +08:00
Haojun Liao 7cc56c8f1c fix(query): revise system table schema. 2022-04-13 20:00:59 +08:00
dapan1121 a823535f27 stmt 2022-04-13 19:57:21 +08:00
Haojun Liao b62d0dd521 fix(query): fix an index overflow. 2022-04-13 19:48:15 +08:00
shenglian zhou 3f62f8a333 sync home and office 2022-04-13 19:45:33 +08:00
Xiaoyu Wang ac1673fc71
Merge pull request #11463 from taosdata/feature/3.0_wxy
feat(query): distributed splitting of child/normal table JOIN
2022-04-13 19:43:01 +08:00
dapan1121 362440660f Merge remote-tracking branch 'origin/feature/qnode3' into feature/qnode 2022-04-13 19:37:54 +08:00
dapan1121 3bc9550233 feature/qnode 2022-04-13 19:33:07 +08:00
Haojun Liao 5a0a036770 other: merge 3.0 2022-04-13 19:32:49 +08:00
Haojun Liao bcbc8618d2 ehn(query): refactor show module in mnode. 2022-04-13 19:27:47 +08:00
Xiaoyu Wang 13735d7257 feat(query): distributed splitting of child/normal table JOIN 2022-04-13 19:04:25 +08:00
plum-lihui 6c1774524a test:add test cases 2022-04-13 18:53:53 +08:00
plum-lihui 7b3a883498 test: add tmq test cases 2022-04-13 18:23:05 +08:00
Zhiqiang Wang a114724120
Merge pull request #11455 from taosdata/fix/ZhiqiangWang/TD-13254-fix-taosd-k
fix(grant): taosd -k.
2022-04-13 18:16:29 +08:00
tomchon 43df3ebcb6 build: add taosBenchmark and install into installPackage.tar 2022-04-13 18:05:43 +08:00
dapan1121 d57ecd97b0 stmt 2022-04-13 17:52:26 +08:00
Shuduo Sang 6eba8ad1ab
test: add platform logic (#11459)
* [TD-13558]<feature>: taos shell refactor

add taosTools as submodule

* add tools/taos-tools

* add more client interface for taosTools compile

* update taos-tools

* update taos-tools

* refactor shell

* [TD-13558]<feature>: taos shell test speed

* [TD-13558]<feature>: taos -n startup works

* taos -n rpc works

* taos -n server works

* cleanup code since no endPort in 3.0

* update taos-tools

* [TD-13558]<feature>: taos -C works

* improve taos shell -c WIP

* update taos-tools

* add demoapi.c

* adjust show databases result for 3.0

* test: add platform logic
2022-04-13 17:50:33 +08:00
Ganlin Zhao 4e9a9318c5
Merge pull request #11460 from taosdata/feature/TD-14243
feat(query): add timediff function
2022-04-13 17:39:15 +08:00
Ganlin Zhao eabfc7d31c feat(query): add timediff function
TD-14243
2022-04-13 17:13:14 +08:00
Shuduo Sang e5b0b962d7
test: adjust test case for show databases result on 3.0 (#11454)
* [TD-13558]<feature>: taos shell refactor

add taosTools as submodule

* add tools/taos-tools

* add more client interface for taosTools compile

* update taos-tools

* update taos-tools

* refactor shell

* [TD-13558]<feature>: taos shell test speed

* [TD-13558]<feature>: taos -n startup works

* taos -n rpc works

* taos -n server works

* cleanup code since no endPort in 3.0

* update taos-tools

* [TD-13558]<feature>: taos -C works

* improve taos shell -c WIP

* update taos-tools

* add demoapi.c

* adjust show databases result for 3.0
2022-04-13 17:00:41 +08:00
Ganlin Zhao 9a09f15de8 feat(query): add timediff function
TD-14243
2022-04-13 16:57:58 +08:00
afwerar 5034cf4e3f fix(grant): taosd -k. 2022-04-13 16:48:29 +08:00
afwerar 222987c002 Revert "fix(grant): taosd -k."
This reverts commit 11e772d4d4.
2022-04-13 16:39:36 +08:00
Liu Jicong 9f1c7968e4
Merge pull request #11452 from taosdata/feature/tq
feat: support tmq msg parse
2022-04-13 16:35:24 +08:00
Cary Xu 05d6c3096a
Merge pull request #11453 from taosdata/feature/TD-11463-3.0
feat: store time-range-wise sma data by tdb
2022-04-13 16:34:04 +08:00
Shengliang Guan e770a6e974 refact(cluster): node mgmt 2022-04-13 16:23:03 +08:00
afwerar 11e772d4d4 fix(grant): taosd -k. 2022-04-13 16:21:54 +08:00
Cary Xu 7cf63f0990 remove sleep 2022-04-13 16:09:55 +08:00
Liu Jicong 79bc579779 test: fix tmq test case 2022-04-13 16:07:38 +08:00
Cary Xu d9e8a40f26 add tsma create/insert data case 2022-04-13 16:05:23 +08:00
Liu Jicong 1a13affb13 Merge branch '3.0' into feature/tq 2022-04-13 16:05:02 +08:00
Cary Xu 84a7a9afb1 Merge branch '3.0' into feature/TD-11463-3.0 2022-04-13 16:03:21 +08:00
Cary Xu f9d162bae2 tsma use TDB 2022-04-13 16:02:55 +08:00
Liu Jicong 03d7201d47 feat: support tmq msg parse 2022-04-13 16:00:30 +08:00
Shengliang Guan 3663c6441d refact(cluster): node mgmt 2022-04-13 15:52:14 +08:00
Shengliang Guan 8522c27c60 Merge remote-tracking branch 'origin/3.0' into feature/node 2022-04-13 15:06:48 +08:00
Shengliang Guan 25e5f02653 refact(cluster): node mgmt 2022-04-13 15:06:36 +08:00
plum-lihui 8ba6ddf81f Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-04-13 15:05:37 +08:00
plum-lihui 0076463dda test:package script 2022-04-13 15:05:23 +08:00
Shengliang Guan e558d519be refact(cluster): node mgmt 2022-04-13 14:48:39 +08:00
Ganlin Zhao c1eefc9a88
Merge pull request #11448 from taosdata/feature/TD-14243
feat(query): add timetruncate function
2022-04-13 14:45:09 +08:00
plum-lihui c4f1adc1bb test:package script 2022-04-13 14:31:42 +08:00
cpwu 0c679ac947
Merge pull request #11449 from taosdata/cpwu/3.0
test: fix group by sim case
2022-04-13 14:22:43 +08:00
cpwu de15ba43b3 Merge branch '3.0' into cpwu/3.0 2022-04-13 14:21:21 +08:00
cpwu b2108e6422 test : fix group sim case 2022-04-13 14:19:14 +08:00
Ganlin Zhao 61b39204b5 feat(query): add timetruncate function
TD-14243
2022-04-13 14:14:46 +08:00
plum-lihui eac9d2d5fe test: package scripte 2022-04-13 14:07:00 +08:00
Shengliang Guan 318d774ba9 refact(cluster): node mgmt 2022-04-13 14:00:56 +08:00
plum-lihui ebb5f20169 test: del test cases 2022-04-13 13:58:02 +08:00