- 25 10月, 2021 4 次提交
- 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 18 次提交
-
-
由 dapan1121 提交于
-
由 dapan1121 提交于
-
由 Cary Xu 提交于
-
由 Cary Xu 提交于
-
由 Cary Xu 提交于
-
由 dapan1121 提交于
-
由 Hui Li 提交于
Update docs.md
-
由 dapan 提交于
-
由 dapan1121 提交于
-
由 Hui Li 提交于
removed the line of unnecessary code in tscUtil.c
-
由 Shengliang Guan 提交于
lz4 upgrade from 1.8.0 to 1.9.3 for develop
-
由 Yiqing Liu 提交于
* [TD-10733]skip CI by default for docs/* branch * fix error * udpate jenkinsfile
-
由 dapan1121 提交于
-
由 Cary Xu 提交于
-
由 Cary Xu 提交于
-
由 Cary Xu 提交于
-
由 sangshuduo 提交于
* [TD-10469]<docs>: use blm3 for devops * update techdoc to include telegraf/collectd/statsd * resolve conflict. * [TD-10469]<docs>: use blm3 for devops * resolve conflict. * update tech doc. also change go proxy to cn * [TD-10469]<docs>: use blm3 for devops * resolve conflict. * fix collectd and statsd section * [TD-10469]<docs>: use blm3 for devops * resolve conflict. * fix conflicts. * [TD-10469]<docs>: use blm3 for devops * resolve conflict. * update doc for blm3's change * fix faq port list * add cmake to pick up blm3 or httpd options. * change statsd port to 6044.
-
由 Hui Li 提交于
[TD-10556]<test>Support a escape character "`" for table name
-