Commit Graph

25393 Commits

Author SHA1 Message Date
afwerar 7b35c455d0 fix(grant): change dongle lib. 2022-04-15 20:12:34 +08:00
Hui Li 980f7b707b
Merge pull request #11534 from taosdata/cpwu/3.0
test: fix the stddev sim case
2022-04-15 17:09:03 +08:00
cpwu 685ce7f536 Merge branch '3.0' into cpwu/3.0 2022-04-15 16:48:40 +08:00
cpwu e61d176305 fix stddev.case 2022-04-15 16:48:19 +08:00
Shengliang Guan 719a0c8bca
Merge pull request #11528 from taosdata/feature/check
test: reopen mnode unitest
2022-04-15 14:46:49 +08:00
Haojun Liao 16435209fe
Merge pull request #11511 from taosdata/feature/3.0_liaohj
feat(query): add the merge join operator for child table inner join.
2022-04-15 14:32:49 +08:00
Shengliang Guan e96f0fa429 fix: the bug found by CI 2022-04-15 14:31:54 +08:00
Shengliang Guan 73a3f9bbc7 Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-15 14:21:11 +08:00
Shengliang Guan 6e753618fb test: reopen mnode unitest 2022-04-15 14:20:50 +08:00
Hongze Cheng 631c9668e7
Merge pull request #11526 from taosdata/feature/vnode_refact
refactor: vnode
2022-04-15 14:13:54 +08:00
Haojun Liao ad3675daed test: fix an typo in session.sim script. 2022-04-15 14:13:29 +08:00
Haojun Liao 684db8eba8 refactor(query): refactor some variable name and macro definitions. 2022-04-15 14:01:43 +08:00
Shengliang Guan ef1a068338 test: reopen stbTest 2022-04-15 14:00:59 +08:00
Shengliang Guan 81016a98ce test: reopen topicTest 2022-04-15 13:58:08 +08:00
Shengliang Guan 2b7ec5743c test: reopen transTest 2022-04-15 13:57:32 +08:00
Hongze Cheng 29c06246c7 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact 2022-04-15 05:48:10 +00:00
Hongze Cheng 1592ea69d5 refact vnod 2022-04-15 05:47:57 +00:00
Haojun Liao 7873c74e5f other: merge 3.0 branch and resolve the conflict. 2022-04-15 13:45:13 +08:00
Haojun Liao eaa6cd56a6 enh(query): add an new internal api to extract query result timestamp precision before the query response received from dnode. 2022-04-15 13:42:03 +08:00
Haojun Liao 367064591a refactor(driver): refactor c driver and remove redundant codes. 2022-04-15 13:40:50 +08:00
Shengliang Guan 1e73923c4d test: reopen userTest 2022-04-15 13:31:08 +08:00
Shuduo Sang 85496cbb4c
fix(connector): lua example compile for 3.0 (#11523)
* [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

* add nchar

* adjust taos_fetch_lengths

* print fields

* remove show databases check from insert cases

* fix lua example compile for 3.0

still not work
2022-04-15 13:17:25 +08:00
dapan1121 b3978108bc
Merge pull request #11438 from taosdata/feature/qnode
feat: add heartbeat and performance_schema tables
2022-04-15 13:17:08 +08:00
Haojun Liao d2761b4114 ehn(query): refactor c driver codes. 2022-04-15 12:09:27 +08:00
Hongze Cheng b0f4a396d4 refact vnode 2022-04-15 03:48:51 +00:00
Zhiqiang Wang 68bdc0deae
Merge pull request #11518 from taosdata/fix/ZhiqiangWang/TD-13758-fix-free-func-const-ptr
fix(os): const ptr is passed to free()
2022-04-15 11:27:36 +08:00
Shengliang Guan de12192807 test: reopen showTest 2022-04-15 10:58:27 +08:00
Shengliang Guan d8b6afee98 test: reopen smaTest 2022-04-15 10:58:15 +08:00
Shengliang Guan dbe44ff136 test: reopen qnodeTest 2022-04-15 10:54:15 +08:00
Shengliang Guan a8ab69e6cb test: reopen snodeTest 2022-04-15 10:54:04 +08:00
wade zhang 4a47b1a37b
Merge pull request #11516 from taosdata/feature/TD-14243
feat(query): support now()/today() function in select clause
2022-04-15 10:50:52 +08:00
afwerar 66ea2d6bdc fix(os): .free func const ptr. 2022-04-15 10:49:00 +08:00
Shengliang Guan 2a4a536ce2 test: reopen profileTest 2022-04-15 10:47:00 +08:00
Shengliang Guan 1a96baf329 test: reopen mnodeTest 2022-04-15 10:42:44 +08:00
Shengliang Guan f431cbe03a test: reopen funcTest 2022-04-15 10:39:42 +08:00
dapan1121 e499587d64 disable hb 2022-04-15 10:34:28 +08:00
Shengliang Guan a1f69af423 test: reopen dnodeTest 2022-04-15 10:23:08 +08:00
Ganlin Zhao 0439e4f9f7 Merge branch '3.0' into feature/TD-14243 2022-04-15 10:16:55 +08:00
Shengliang Guan 3b9e9772d0 test: reopen dbTest 2022-04-15 10:12:29 +08:00
Hongze Cheng f8b68e92d7 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact 2022-04-15 01:27:32 +00:00
Haojun Liao 2b2c2ad5c1 Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-15 09:07:36 +08:00
dapan1121 0e9ecc628e Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-15 08:33:53 +08:00
Cary Xu 5143c8dbdb
Merge pull request #11512 from taosdata/feature/TD-11463-3.0
feat: add affected rows
2022-04-15 07:26:36 +08:00
Cary Xu 2f4c2cbe1d Merge branch '3.0' into feature/TD-11463-3.0 2022-04-15 06:59:11 +08:00
Cary Xu 770ca9fa6a feat: add affected rows 2022-04-15 06:58:43 +08:00
Shuduo Sang 30799e59ce
test: remove show databases check from insert cases (#11508)
* [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

* add nchar

* adjust taos_fetch_lengths

* print fields

* remove show databases check from insert cases
2022-04-14 23:39:14 +08:00
Shengliang Guan 73884afd3e
Merge pull request #11509 from taosdata/feature/check
enh(cluster): enable tsim to support valgrind startup
2022-04-14 23:03:20 +08:00
Haojun Liao c490820b09 feat(query): add the merge join operator for child table inner join. 2022-04-14 22:12:10 +08:00
Shengliang Guan 2a7075f9e6 Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-14 21:41:48 +08:00
Shengliang Guan 1aaf170491 enh(cluster): enable tsim to support valgrind startup 2022-04-14 21:41:23 +08:00