Commit Graph

25164 Commits

Author SHA1 Message Date
Liu Jicong 1a13affb13 Merge branch '3.0' into feature/tq 2022-04-13 16:05:02 +08:00
Liu Jicong 03d7201d47 feat: support tmq msg parse 2022-04-13 16:00:30 +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
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
plum-lihui ebb5f20169 test: del test cases 2022-04-13 13:58:02 +08:00
Ganlin Zhao a497670f29
Merge pull request #11440 from taosdata/feature/TD-14243
feat(query): add to_unixtimestamp function
2022-04-13 12:38:57 +08:00
Ganlin Zhao c0b3607756 feat(query): add to_unixtimestamp function
TD-14243
2022-04-13 11:41:02 +08:00
cpwu 0cf45473c9
Merge pull request #11439 from taosdata/cpwu/3.0
test: fix the where sim case
2022-04-13 11:20:35 +08:00
cpwu 738d1ac1fd Merge branch '3.0' into cpwu/3.0 2022-04-13 11:18:23 +08:00
cpwu ab83d16744 Merge branch '3.0' into cpwu/3.0 2022-04-13 11:10:50 +08:00
cpwu 0aab0cd7f1 test: fix the where sim case 2022-04-13 11:10:38 +08:00
Shengliang Guan d0b71416ad
Merge pull request #11437 from taosdata/feature/check
enh(test): optimize the multi-threaded exit mode of tsim
2022-04-13 11:10:31 +08:00
Shengliang Guan 5097329bf7 enh(test): optimize the multi-threaded exit mode of tsim 2022-04-13 10:38:02 +08:00
cpwu 03cae25e80
Merge pull request #11436 from taosdata/cpwu/3.0
test: fix having sim case
2022-04-13 10:34:12 +08:00
cpwu abef3b6ccb fix having case 2022-04-13 10:32:30 +08:00
Zhiqiang Wang 8b8ca3f25f
Merge pull request #11433 from taosdata/fix/ZhiqiangWang/TD-13254-fix-grant-feature
fix: grant feature.
2022-04-13 02:04:23 +08:00
afwerar 2b1a544280 fix: grant feature. 2022-04-13 00:42:21 +08:00
Shuduo Sang f4ca06ea9c
feat: taos shell refactor for 3.0 (#11426)
* [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
2022-04-13 00:12:34 +08:00
Yihao Deng 27c05997b6
Merge pull request #11431 from taosdata/feature/filter_tag
fix compile error
2022-04-12 22:43:52 +08:00
yihaoDeng b3c03c14a6 fix compile error 2022-04-12 22:01:05 +08:00
Zhiqiang Wang 0d5151cd95
Merge pull request #11425 from taosdata/fix/ZhiqiangWang/TD-13761-fix-make-mul-dir-error
fix: make mul dir error.
2022-04-12 21:07:34 +08:00
Ganlin Zhao 14a4fb036c
Merge pull request #11429 from taosdata/feature/TD-14243
feat(query): add to_iso8601 function
2022-04-12 20:36:45 +08:00
Xiaoyu Wang baa0696625
Merge pull request #11428 from taosdata/feature/3.0_wxy
feat(query): child table or normal table support JOIN-clause
2022-04-12 20:25:17 +08:00
afwerar 1cb0680061 fix: make mul dir error. 2022-04-12 20:23:00 +08:00
Ganlin Zhao ef4d75f463 feat(query): add to_iso8601 function
TD-14243
2022-04-12 20:02:33 +08:00
Xiaoyu Wang d8762d401f feat(query): child table or normal table support JOIN-clause 2022-04-12 20:02:16 +08:00
afwerar f937c5b889 fix: make mul dir error. 2022-04-12 19:05:43 +08:00
Haojun Liao 684a1f23ad
Merge pull request #11424 from taosdata/feature/3.0_liaohj
fix(query): handle crash of taosd caused by a complex expression in GROUP BY clauses.
2022-04-12 18:20:28 +08:00
Yihao Deng c2d1c480d0
Merge pull request #11403 from taosdata/feature/filter_tag
enh: add tag filter
2022-04-12 17:57:48 +08:00
Haojun Liao b9bf2515f5 fix(query): handle crash of taosd caused by a complex expression in GROUP BY clauses. 2022-04-12 17:55:17 +08:00
cpwu cdad28d76b
Merge pull request #11421 from taosdata/cpwu/3.0
test: add having sim case
2022-04-12 17:06:06 +08:00
cpwu 7f5d142dc7 Merge branch '3.0' into cpwu/3.0 2022-04-12 17:03:33 +08:00
Xiaoyu Wang bcdc9b45e2
Merge pull request #11419 from taosdata/feature/3.0_wxy
fix: is_null expression returned an incorrect result
2022-04-12 17:03:01 +08:00
cpwu 3ec7f7a039 add having sim case 2022-04-12 16:57:52 +08:00
plum-lihui 6d725e8a30 test: add test cases for tmq 2022-04-12 16:47:54 +08:00
yihaoDeng b6b4c57a72 fix compile error 2022-04-12 16:18:17 +08:00
Xiaoyu Wang ec643ceecd fix: is_null expression returned an incorrect result 2022-04-12 16:12:45 +08:00
Shengliang Guan b9f5237d8d
Merge pull request #11418 from taosdata/feature/node
fix(cluster): get monitor info in multi-process mode
2022-04-12 16:11:36 +08:00
Shuduo Sang b0792743fc
feat(tools): taos shell refactor (#11416)
* [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
2022-04-12 15:58:41 +08:00
Shengliang Guan 0094f30140 refact(cluster): modify node management code 2022-04-12 15:27:17 +08:00
Ganlin Zhao ff70238e38
Merge pull request #11413 from taosdata/feature/TD-14242
feat(query): add cast function
2022-04-12 14:34:33 +08:00
Haojun Liao fac649403a Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-12 14:28:55 +08:00
Haojun Liao ec0637df8d
Merge pull request #11412 from taosdata/feature/3.0_liaohj
fix(query): load the null data in nchar/binary columns.
2022-04-12 14:26:01 +08:00