Commit Graph

25824 Commits

Author SHA1 Message Date
cpwu ea47d69e13 fix case 2022-04-21 16:35:12 +08:00
cpwu 9e0f84b640 test : add cast case 2022-04-21 16:27:02 +08:00
cpwu 773a09e53f Merge branch '3.0' into cpwu/3.0 2022-04-21 16:26:19 +08:00
cpwu 732219592c fix case 2022-04-21 16:21:53 +08:00
Yihao Deng ec8f6a5c89
Merge pull request #11705 from taosdata/feature/authImp
enh(rpc): update auth way
2022-04-21 16:20:22 +08:00
plum-lihui cf71ac6650 [test: modify shell script] 2022-04-21 16:14:06 +08:00
cpwu 10cf87fa95 fix case 2022-04-21 15:50:13 +08:00
cpwu 7b7d567d69 fix case 2022-04-21 15:45:32 +08:00
Ganlin Zhao f8b67140ca
Merge pull request #11710 from taosdata/fix/TD-14770
fix(query): fix cast binary->binary trailing characters
2022-04-21 15:38:12 +08:00
cpwu cd502bba26 fix case 2022-04-21 15:32:45 +08:00
cpwu 61ef5c7d88 fix case 2022-04-21 15:30:05 +08:00
cpwu c4d80dd596 fix case 2022-04-21 15:26:57 +08:00
yihaoDeng 676a9b87f1 fix(rpc): fix unit test 2022-04-21 15:24:12 +08:00
Ganlin Zhao 8c4e3b62b0 fix(query): fix cast binary->binary trailing characters 2022-04-21 15:19:58 +08:00
cpwu e3cf4b6f43 fix case 2022-04-21 15:12:12 +08:00
Liu Jicong 78222a1722
Merge pull request #11706 from taosdata/feature/tq
refactor(tmq): rewrite tq read function
2022-04-21 15:02:59 +08:00
Liu Jicong 3dd3ad1e05 refactor(tmq): rewrite tq read function 2022-04-21 14:30:37 +08:00
yihaoDeng 8d03ff6f9b enh(rpc): update auth way 2022-04-21 14:29:22 +08:00
Liu Jicong a98bf9d1b5 add convert for rSma 2022-04-21 14:19:58 +08:00
Haojun Liao 43b5bf8333 refactor(query): refactor stream scanner to be adaptive to be involved schema. 2022-04-21 14:09:00 +08:00
cpwu edb891e32c fix case 2022-04-21 13:58:26 +08:00
Liu Jicong 9225155119 rewrite tq read handle 2022-04-21 13:56:37 +08:00
Hui Li b602a77cc9
Merge pull request #11539 from taosdata/test/chr/TD-14699
build: modify install.sh
2022-04-21 11:24:23 +08:00
Liu Jicong 29c7cbf433
Merge pull request #11702 from taosdata/feature/tq
refactor(tmq)
2022-04-21 11:23:36 +08:00
Hui Li e42c083775
Merge pull request #11656 from taosdata/cpwu/3.0
test: add distinct python case
2022-04-21 11:23:12 +08:00
cpwu 395d9e8bcd Merge branch '3.0' into cpwu/3.0 2022-04-21 11:03:06 +08:00
cpwu b713b255ae fix case 2022-04-21 11:01:59 +08:00
Liu Jicong 8b1e51d910 refactor(tmq): refine api 2022-04-21 10:52:10 +08:00
Hui Li 06247e1eac
Merge pull request #11699 from taosdata/TD-14874
ci: put python test cases in Jenkins
2022-04-21 10:45:02 +08:00
dapan1121 3f880627fd
Merge pull request #11700 from taosdata/feature/qnode5
Feature/qnode5
2022-04-21 10:34:38 +08:00
dapan1121 3ae9769887 stmt 2022-04-21 10:16:43 +08:00
tangfangzhi 4b982805f8 set LD_LIBRARY_PATH for python test 2022-04-21 10:15:28 +08:00
tangfangzhi c4f02d6dfa put python test cases in Jenkins 2022-04-21 09:54:50 +08:00
cpwu e6d067a330 fix casr case 2022-04-21 09:53:02 +08:00
shenglian-zhou babef48c8a
Merge pull request #11687 from taosdata/3.0_udfd
feat(udf):dnode start/stop/restart udfd and vnode create/destory proxy to udfd
2022-04-21 09:10:16 +08:00
Liu Jicong 0d6c170391
Merge pull request #11696 from taosdata/feature/tq
fix(tmq): rebalance
2022-04-21 02:09:08 +08:00
Liu Jicong ce6459a9f8 fix(tmq): rebalance 2022-04-21 01:47:29 +08:00
Liu Jicong 6a7f526f3a
Merge pull request #11693 from taosdata/feature/tq
refactor(tmq): subscribe and rebalance process
2022-04-20 22:29:59 +08:00
Liu Jicong 558edd3713 merge from 3.0 2022-04-20 22:12:10 +08:00
Liu Jicong f7a63661ac fix 2022-04-20 22:08:04 +08:00
Liu Jicong d75ab9b3ff refactor 2022-04-20 21:36:55 +08:00
Shuduo Sang 29d994d1dd
feat: taos shell refactor (#11688)
* [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

* remove lua.py from smoketest

* use get_column_data_offset() to get offset and convert length

* add int, float, timestamp value convert

* improve tests/pytest/insert/binary.py

* improve example/src/demoapi.c
2022-04-20 20:34:45 +08:00
plum-lihui 3ecf6df9e3 [test: add valgrind case] 2022-04-20 20:29:50 +08:00
WANG MINGMING 66400aff66
Merge pull request #11671 from taosdata/feature/TD-13041
feat: json tag
2022-04-20 20:22:59 +08:00
dapan1121 dff638c377 stmt 2022-04-20 20:07:49 +08:00
plum-lihui da232cbeaf [test: check error from valgrind log file] 2022-04-20 20:02:10 +08:00
Shengliang Guan cb80e69b5a
Merge pull request #11684 from taosdata/feature/check
fix: invalid comment len
2022-04-20 19:38:59 +08:00
cpwu 322d71e1a7 Merge branch '3.0' into cpwu/3.0 2022-04-20 19:37:14 +08:00
cpwu 4a6b3d82fd fix cast case 2022-04-20 19:36:29 +08:00
slzhou d8ba1d32f4 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-20 19:29:17 +08:00