- 27 10月, 2021 4 次提交
-
-
由 Zhiyu Yang 提交于
* [TD-10401]<feature>: tdengine plugin based on datax * datax JNI plugin * remove getGlobalMethod in dataxPlugin method * change * change * change * taos_schemaless changed * add getErrMsgByCode for insertOpentsdbJson * remove useless print * change implements * fix Darwin compile error * [TD-10771]<fix>: fix invalid syntax error for python2 Co-authored-by: NHuo Linhe <linhehuo@gmail.com>
-
由 Hui Li 提交于
[TS-443]<test>: update test case
-
由 Hui Li 提交于
remove timeout
-
由 liuyq-617 提交于
-
- 26 10月, 2021 6 次提交
- 25 10月, 2021 11 次提交
-
-
由 Jani Paasiluoto 提交于
-
由 dapan1121 提交于
[td-10682]export taos_schemaless_insert
-
由 Hui Li 提交于
Modify multi-level storage description : primary
-
由 Hui Li 提交于
corrected a/an typos in TSDBResultSetRowData.java
-
由 Hui Li 提交于
-
由 Mukul Kolpe 提交于
-
由 Hui Li 提交于
-
由 Hui Li 提交于
-
由 Hui Li 提交于
-
由 Hui Li 提交于
update schemaless C api
-
由 dapan1121 提交于
-
- 24 10月, 2021 2 次提交
-
-
由 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. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Yang Zhao 提交于
-
- 23 10月, 2021 3 次提交
-
-
由 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. Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
由 sangshuduo 提交于
* change mac default path back after homebrew install support merged. * fix lib/log path install for mac * fix library link for mac. * fix homebrew lib path. * fix connector install failure if no java installed. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Mohit Saxena 提交于
-
- 22 10月, 2021 13 次提交
-
-
由 Linhe Huo 提交于
-
由 Yiqing Liu 提交于
* remove auto checkout * remove ci skip * update
-
由 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. Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
由 Yang Zhao 提交于
-
由 dapan1121 提交于
modify udf docs
-
由 dapan1121 提交于
Feature/td 10501
-
由 dapan1121 提交于
revert commit for addding io_read_rate io_write_rate for version compatible reasions
-
由 dapan1121 提交于
Modified taos_schemaless_insert api to include affected rows and error msg buffer
-
由 dapan1121 提交于
[TD-10706]<fix>:csum and mavg only support group by tbname
-
由 dapan1121 提交于
-
由 Hongze Cheng 提交于
Enhance/ts 385
-
由 Hongze Cheng 提交于
Feature/ts 272
-
由 dapan1121 提交于
-
- 21 10月, 2021 1 次提交
-
-
由 dapan1121 提交于
-