1. 28 10月, 2021 1 次提交
  2. 27 10月, 2021 11 次提交
  3. 26 10月, 2021 6 次提交
  4. 25 10月, 2021 11 次提交
  5. 24 10月, 2021 2 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#8395) · b3e1daa2
      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>
      b3e1daa2
    • Y
      fix null pointer static analysis (#8396) · d06ae810
      Yang Zhao 提交于
      d06ae810
  6. 23 10月, 2021 3 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 10469 blm3 (#8391) · 043e28b8
      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>
      043e28b8
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 2936 change mac default path (#8392) · 525330c4
      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>
      525330c4
    • M
      Optimizing Dockerfile (#8390) · c63e6451
      Mohit Saxena 提交于
      c63e6451
  7. 22 10月, 2021 6 次提交
    • L
    • Y
      remove auto checkout (#8388) · b2afad22
      Yiqing Liu 提交于
      * remove auto checkout
      
      * remove ci skip
      
      * update
      b2afad22
    • sangshuduo's avatar
      Feature/sangshuduo/td 10469 blm3 (#8387) · 6cba6093
      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>
      6cba6093
    • Y
      fix taosdemo (#8385) · 953f19b8
      Yang Zhao 提交于
      953f19b8
    • D
      Merge pull request #8380 from taosdata/docs/udf · d214e00d
      dapan1121 提交于
      modify udf docs
      d214e00d
    • D
      Merge pull request #8369 from taosdata/feature/TD-10501 · 650334c7
      dapan1121 提交于
      Feature/td 10501
      650334c7