Commit Graph

18920 Commits

Author SHA1 Message Date
Hongze Cheng 79aff97033 refact 2021-09-22 16:05:46 +08:00
Hongze Cheng 4c7993afbb refact 2021-09-22 15:31:07 +08:00
Hongze Cheng b519492895 refact 2021-09-22 13:23:27 +08:00
Hongze Cheng 802e2d77c0 refact 2021-09-22 13:21:07 +08:00
Hongze Cheng 543e908a8c refact 2021-09-22 13:14:00 +08:00
Hongze Cheng 19c3caf4c3 refact 2021-09-22 11:41:43 +08:00
Hongze Cheng 72bdaf1014 refact 2021-09-22 11:04:14 +08:00
Hongze Cheng 80c3d406b5 refact 2021-09-22 10:46:19 +08:00
Hongze Cheng bddec203b6 refact 2021-09-22 10:32:42 +08:00
Hongze Cheng 3b227a5f73 refact 2021-09-21 21:15:58 +08:00
Hongze Cheng 88f158340b refact 2021-09-21 21:02:20 +08:00
Hongze Cheng 054ad9ed90 refact 2021-09-21 20:59:54 +08:00
Hongze Cheng 0a0c5094c7 refact 2021-09-21 20:59:31 +08:00
liuyq-617 c0c246ab9d update drone 2021-09-16 08:24:04 +08:00
liuyq-617 2e7866db88 update jenkins 2021-09-15 09:38:05 +08:00
Shuduo Sang 0fc2985bf2
[TD-5757]<fix>: taosdump precision. (#7896) 2021-09-14 23:20:38 +08:00
Elias Soong 257f17f550
Merge pull request #7915 from joyusq/patch-1
Update docs.md
2021-09-14 14:42:39 +08:00
joyusq 0df08648e1
Update docs.md
updata docs
2021-09-14 14:39:03 +08:00
Hui Li e4503b8ea2
Merge pull request #7904 from taosdata/test/TD-6633-d
[TD-6633]<test>:modify python file
2021-09-14 14:03:28 +08:00
Elias Soong fe14e434b2
Merge pull request #7910 from hibriansun/patch-2
Doc: Fix the English evaluation documentation
2021-09-14 13:30:46 +08:00
Elias Soong 9b64f49a91
fix image url to fit the logic of official website. 2021-09-14 13:30:18 +08:00
Elias Soong 03250218b9
Merge pull request #7909 from hibriansun/patch-1
Doc: Fix the Chinese evaluation documentation
2021-09-14 13:26:21 +08:00
Elias Soong 346d57df63
Fix image url to fit the structure of official website. 2021-09-14 13:25:26 +08:00
briansun 7e4989402f
Doc: Fix the English evaluation documentation 2021-09-14 12:53:14 +08:00
briansun 65137073ec
Doc: Fix the Chinese evaluation documentation 2021-09-14 12:43:20 +08:00
Elias Soong 2d3969def0
Merge pull request #7908 from taosdata/docs/Update-Latest-Feature
[TD-5641] <docs>: describe UDF limitation about Operating System.
2021-09-14 11:48:19 +08:00
Elias Soong 7e86c7252e [TD-5641] <docs>: describe UDF limitation about Operating System. 2021-09-14 11:47:55 +08:00
happyguoxy e47df8c360 [TD-6633]<test>:modify python file 2021-09-14 11:30:20 +08:00
happyguoxy 26661d12a3 [TD-6633]<test>:modify python file 2021-09-14 10:50:48 +08:00
happyguoxy db016bd718 [TD-6633]<test>:modify python file 2021-09-14 10:39:52 +08:00
Hui Li fb7aeed459
Merge pull request #7888 from taosdata/feature/TD-4352
[TD-4840]<test>:add tsdb testcase to fulltest'script
2021-09-14 09:48:40 +08:00
Elias Soong 7f8008a1f6
Merge pull request #7901 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-09-13 23:10:00 +08:00
Elias Soong 358b876eee [TD-5641] <docs>: describe UDF. 2021-09-13 23:09:31 +08:00
Shuduo Sang f449f25078
Hotfix/sangshuduo/td 5872 taosdemo stmt improve (#7875)
* [TD-5872]<fix>: taosdemo stmt improve.

* refactor stmt functions.

* [TD-5872]<fix>: taosdemo stmt csv perf improve.

* rand func back to early impl.

* fix windows/mac compile error.

* fix empty tag sample.

* [TD-5873]<test>add stmt’performance taosdemo testcase

* add data_type enum and stmt_batch framework.

* use data type enum and fix test case limit/offset.

* revert thread number.

* rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality.

* split func for stmt interlace.

* fix bug that get build path.

* stmt batch interlace works.

* fix start time issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-09-13 22:24:25 +08:00
Hui Li d86c5910ec
Merge pull request #7874 from taosdata/test/td-6515-2
[TD-6515]<test>: add 45 testcases for OpenTSDB telnet style data import
2021-09-13 19:53:28 +08:00
Shuduo Sang 1f0b6a6c3d
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#7881)
* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

fix subscribeTest pids uninitialized.

* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix coverity scan issues.

check super tbl info pointer.

* [TD-3197] <fix>: fix coverity scan issues.

move sub tbl query thread join into loop

* [TD-3197] <fix>: fix coverity scan issues.

remove unused variable

* [TD-3197] <fix>: fix coverity scan issues.

use more secure random library

* [TD-3197] <fix>: fix coverity scan issues.

use strncpy for more safe

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

replace arc4random with rand().

* [TD-3197] <fix>: fix coverity scan issues.

check stb info pointer for start time

* [TD-3197] <fix>: fix coverity scan issues.

fix strcpy vulnerability

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

modify taosdemoTest2. try to check database continously.

* [TD-3197] <fix>: taosdemo coverity scan issues.

* [TD-3197] <fix>: fix memory leak when parsing arguments.

* [TD-3197] <fix>: fix cmake strip arguments.

* [TD-3197] <fix>: taosdemo coverity scan.

fix cmake string manipulation.

* [TD-3197]<fix>: taosdemo coverity scan issue.

configDir buffer overwrite.

* [TD-3197]<fix>: coverity scan issue.

taosdump argument validation.

* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* [TD-3197]<fix>: taosdemo coverity scan.

append result buf to file. for develop branch.

* exit if read sample file failed.

* fix converity scan issue.

* fix coverity scan issue.

* fix coverity scan memory leak.

* fix resource leak reported by coverity scan.

* fix taosdemo coverity scan issue.

* fix tcsetattr and getchar return value determination bug.

* fix coverity scan issue.

* fix two more coverity scan issues.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-09-13 19:22:59 +08:00
Zhiyu Yang 0d3f08f5ab
[TS-345]<hotfix>: fix install_clien.sh for Darwin installing script (#7897) 2021-09-13 19:21:58 +08:00
dapan1121 2fbaf13729
Merge pull request #7826 from taosdata/feature/szhou/regex-nmatch
support match/nmatch relation between binary/nchar tbname/tag/col and posix regular expression
2021-09-13 17:38:23 +08:00
Zhiyu Yang 616eb0e738
[test]<TS-242>: add test case for JDBCType and DataType compare (#7883) 2021-09-13 16:51:39 +08:00
Elias Soong 52e693ec48
Merge pull request #7830 from Cerdore/cxs
fix(docs): fix format of lowercase, and replace ‘taosc’ with 'TAOSC'
2021-09-13 16:35:31 +08:00
Elias Soong f2cfec65b0
Merge pull request #7842 from Jellal-HT/patch-2
fix issue #7838
2021-09-13 16:32:38 +08:00
Elias Soong 391ef40974 [TD-6404] <docs>: update details about Schemaless Insert. 2021-09-13 16:11:20 +08:00
shenglian zhou ad6ab9395e Merge branch 'develop' into feature/szhou/regex-nmatch 2021-09-13 14:01:13 +08:00
Hui Li 2ba315ffb7
Merge pull request #7885 from taosdata/test/TD-6617-d
[TD-6617]<test>: modify fulltest.sh
2021-09-13 13:47:51 +08:00
shenglian zhou f79bcf1d5f [TD-6616]<fix>:check the right side of match to be a node value of binary type 2021-09-13 13:20:20 +08:00
shenglian zhou 13d8bb8348 Merge branch 'develop' into feature/szhou/regex-nmatch 2021-09-13 11:19:41 +08:00
tomchon 334400fb32 add tsdb testcase to fulltest'script 2021-09-13 11:19:05 +08:00
happyguoxy 39273a13ba [TD-6617]<test>: modify fulltest.sh 2021-09-13 10:36:12 +08:00
tomchon 2cfeb6236a Merge branch 'feature/TD-4352' of github.com:taosdata/TDengine into feature/TD-4352 2021-09-13 10:28:46 +08:00
Zhiyu Yang 3fd7e3511b
Enh/ts-339 refactor code in springbootdemo and JDBCDemo (#7867)
* fix confilct

* refactor code in springbootdemo
2021-09-13 10:15:01 +08:00