Commit Graph

25947 Commits

Author SHA1 Message Date
Haojun Liao e0654bac73 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-14 11:43:36 +08:00
Haojun Liao 9c9e980ec0 test(query): update tsim test scripts. 2022-04-14 11:36:06 +08:00
Shengliang Guan d812206eda refact(cluster): node mgmt 2022-04-14 11:33:31 +08:00
Hongze Cheng f80768efb3 refact vnode 2022-04-14 02:53:10 +00:00
Hongze Cheng 7323c88d00
Merge pull request #11475 from taosdata/feature/vnode_refact
refactor: vnode code refinement
2022-04-14 10:49:41 +08:00
Hongze Cheng bb6806b59e refact vnode 2022-04-14 02:25:49 +00:00
Hongze Cheng 10b8756c6b refact vnode 2022-04-14 02:13:47 +00:00
Hongze Cheng 272d0ec74a refact vnode 2022-04-14 02:10:56 +00:00
Ganlin Zhao 50fa78b0bb
Merge pull request #11469 from taosdata/feature/TD-14243
refactor(query): add TK_TODAY in keyword hashtable
2022-04-14 10:01:31 +08:00
Hongze Cheng b932b5bca6 refact header file 2022-04-14 02:01:04 +00:00
Cary Xu 4473d23633
Merge pull request #11465 from taosdata/feature/TD-11463-3.0
feat: add version for tsma expired window updating
2022-04-14 09:01:43 +08:00
Liu Jicong 9fed975273
Merge pull request #11467 from taosdata/feature/tq
fix: fix tmq result parse
2022-04-13 22:18:21 +08:00
Liu Jicong d4f71ebf76 temporary remove case 2022-04-13 21:52:28 +08:00
Shengliang Guan 3b54d90350 refact(cluster): node mgmt 2022-04-13 21:36:36 +08:00
Ganlin Zhao 8572bd2afa feat(query): add TK_TODAY in keyword hashtable
TD-14243
2022-04-13 21:22:57 +08:00
Ganlin Zhao 32b7c445c8
Merge pull request #11468 from taosdata/feature/TD-14243
feat(query): support now()/now() + duration syntax in insert clause
2022-04-13 21:15:49 +08:00
plum-lihui 742611164d test: add tmq case 2022-04-13 20:49:19 +08:00
Liu Jicong 932493f490 Merge branch '3.0' into feature/tq 2022-04-13 20:46:07 +08:00
Ganlin Zhao 729218f3e8 feat(query): support now()/now() + duration syntax in insert clause
TD-14243
2022-04-13 20:38:19 +08:00
Liu Jicong 0fe0d6fc77 fix: fix tmq result parse 2022-04-13 20:37:51 +08:00
Shengliang Guan 1dd4984eeb refact(cluster): node mgmt 2022-04-13 20:08:39 +08:00
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