- 03 11月, 2021 1 次提交
-
-
由 haoranc 提交于
-
- 02 11月, 2021 13 次提交
-
-
-
由 haoranc 提交于
-
由 haoranc 提交于
-
由 Hui Li 提交于
[TD-10780]<CI>Compatibility test
-
由 dapan1121 提交于
fix multithread previous created schema not match and need to be altered even when load schema success
-
由 liuyq-617 提交于
-
由 Linhe Huo 提交于
-
由 liuyq-617 提交于
-
由 Ganlin Zhao 提交于
fix multithread previous created schema not match and need to be altered even when load schema success
-
由 Hui Li 提交于
[TD-6677]<test>:add testcase of the tag type supporting json format
-
由 Hui Li 提交于
First Issues.
-
由 Hui Li 提交于
finish influxdb and opentsdb schemaless test
-
由 Hui Li 提交于
merge master branch int develop
-
- 01 11月, 2021 21 次提交
-
-
由 huolibo 提交于
* [TD-10751]<feature>:jdbc support schemaless input * add schemaless test case
-
由 plum-lihui 提交于
-
由 Hui Li 提交于
[TD-10779]<CI>add arm build test in CI
-
由 Jason-Jia 提交于
-
由 liuyq-617 提交于
-
由 jiajingbin 提交于
update schemalessInsert.py openTsdbTelnetLinesInsert.py openTsdbJsonInsert.py query/schemalessQueryCrash.py
-
由 jiajingbin 提交于
update schemalessInsert.py openTsdbTelnetLinesInsert.py openTsdbJsonInsert.py query/schemalessQueryCrash.py
-
由 jiajingbin 提交于
-
由 Hui Li 提交于
[TD-6672]<test>: finish tests/pytest/query/queryDiffColsTagsAndOr.py
-
由 Hongze Cheng 提交于
[TD-10824-D]<fix>: compacting in 2 abnormally if vnode has no meta/data
-
由 dapan1121 提交于
[TD-10691]<fix>: fixed coredump when 'file' contained in non-insertio…
-
由 dapan1121 提交于
fixed alter tag modify tag lengh clause when escape
-
由 Cary Xu 提交于
-
由 wenzhouwww 提交于
-
由 Shengliang Guan 提交于
-
由 Shengliang Guan 提交于
-
由 codedump 提交于
[TD-10814]<fix>fix tsdb compact state error
-
由 Zhiyu Yang 提交于
* [TS-498]<test>: add a test case for HttpClientPoolUtil * [TS-498]<fix>: fixed 'no sql input' bug * throw exception when httpEntity is null * [TS-498]<fix>: alter Keep Alive Time in RESTful pool Co-authored-by: Nxywang <xywang@taosdata.com>
-
由 Yang Zhao 提交于
* [TD-10689]optimize memory using for arm platform * [TD-10689]optimize memory using for arm platform(master) * fix * remove empty line * remove escape Char * resolve conflict: * remove unused variables Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-
- 31 10月, 2021 5 次提交
-
-
由 xywang 提交于
-
由 sangshuduo 提交于
* [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. * fix stmt batch coverity scan issue. * change to portable format. * delete tests/examples/c/'-g' file * fix example compile error. * fix coverity scan issue * fix taosdemo coverity scan issue. * fix taosdemo test case for restful query * make initOfQueryMeta() back to solve restful issue. * fix test case keep 36 days. * fix taosdemo tblalt case with current option Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues. * 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. * fix stmt batch coverity scan issue. * change to portable format. * fix coverity scan issue * [TD-10578]<fix>: taosdemo rest interface slow. * fix missed 200 * fix taosdemo coverity scan issue. * fix taosdemo coverity scan issue. * fix taosdemo testcase for restful result. * make master taosdemo rest logic same as develop * modify taosdemo param to reflect current tbname prefix. * remove chmod to make script keep same mod. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-10469]<feature>: use blm to replace httpd * add blm3 as submodule and modify the install script. * make http disabled by default. * use external project for go build. * make install and systemctl works. * change blm3 to official repo. * fix alert build missing sqlx package. * update README regarding golang env setup. * remove blm3. * modify script to support blm3 * <test>udpate submodule in CI * update jenkinsfile * update blm3 with statsd port changed and config file name changed. * still use tdengine's httpd for lite version. * include blm.toml in released packages. * merge with develop branch. * update grafana plugin to support telegraf. * fix python test framework * fix blm3.toml name * comment off restful test for blm3 CI. * fix blm.toml name * comment off http related case for blm3. * fix cmake define.inc for windows build * update grafanaplugin * update blm3 * update grafana. * update grafana plugin to support statsd. * update blm3 to support lower version go. * update grafanaplugin and blm3 bugfix. * update grafana plugin, dashboard name changed. update blm3 for cinterface error code. * disable blm3 in arm32 * support blm3 --version * change cmake minimum version requirement from 2.8 to 3.0 * pull latest blm3 c67fcc11bc5e82e3d7aea8db855a8cbf8b109239 * update blm3 to 2021/10/22. * support BUILD_HTTP false. * fix one line in post.sh * blm3 support opentsdb telenet protocol. * update grafana plugin to 3.1.1 * revert grafanaplugin * fix grafanaplugin submodule url issue. Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
由 sangshuduo 提交于
* [TD-10469]<feature>: use blm to replace httpd * add blm3 as submodule and modify the install script. * make http disabled by default. * use external project for go build. * make install and systemctl works. * change blm3 to official repo. * fix alert build missing sqlx package. * update README regarding golang env setup. * remove blm3. * modify script to support blm3 * <test>udpate submodule in CI * update jenkinsfile * update blm3 with statsd port changed and config file name changed. * still use tdengine's httpd for lite version. * include blm.toml in released packages. * merge with develop branch. * update grafana plugin to support telegraf. * fix python test framework * fix blm3.toml name * comment off restful test for blm3 CI. * fix blm.toml name * comment off http related case for blm3. * fix cmake define.inc for windows build * update grafanaplugin * update blm3 * update grafana. * update grafana plugin to support statsd. * update blm3 to support lower version go. * update grafanaplugin and blm3 bugfix. * update grafana plugin, dashboard name changed. update blm3 for cinterface error code. * disable blm3 in arm32 * support blm3 --version * change cmake minimum version requirement from 2.8 to 3.0 * pull latest blm3 c67fcc11bc5e82e3d7aea8db855a8cbf8b109239 * update blm3 to 2021/10/22. * support BUILD_HTTP false. * fix one line in post.sh * blm3 support opentsdb telenet protocol. * update grafana plugin to 3.1.1 * revert grafanaplugin Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-