1. 05 11月, 2021 3 次提交
    • L
      [TD-10828]<fix>: fix PyPI taospy connector failed for master branch (#8571) · 72966dcb
      Linhe Huo 提交于
      * [TD-10828]<fix>: fix PyPI taospy connector failed for master branch
      
      * chore: fix pip install document
      
      * chore: fix CI error
      72966dcb
    • sangshuduo's avatar
      [TD-10863]<fix>: blm3 service on centos7 (#8565) · a8b53c24
      sangshuduo 提交于
      a8b53c24
    • sangshuduo's avatar
      Feature/sangshuduo/td 4959 taosdump support binarydump (#8568) · e6eccd7b
      sangshuduo 提交于
      * [TD4959]<feature>: taosdump support dumping binary data.
      
      * [TD-4959]<feature>: taosdump support avro format.
      
      add avro as submodule.
      
      * [TD-4959]<feature>: taosdump support avro format.
      
      add avro as submodule.
      
      * taosdump code refactoring.
      
      * add avro argument interface.
      
      * fix arm32 build issue.
      
      * hugh refactoring.
      
      * fix tag value rather than reuse note.
      
      * redefine note/varible
      
      * taosdump text-format dump reworked.
      
      * use avro standard schema format.
      
      * build avro-c on linux only.
      
      * avro schema write works.
      
      * support bool,tinyint,smallint,int,bigint,float,double,timestamp write
      
      * support nchar dump
      
      * support all codecs
      
      * adjust options order.
      
      * refactor code
      
      * multithread dump in sql refactored.
      
      * fix nchar quote mark.
      
      * fix bash script error
      
      * fix arg parse issue.
      
      * add avro dump in stmt interfaces.
      
      * basic dump in works.
      
      * fix src/kit/taosdump/CMakeLists.txt for CentOS
      
      * fix memory leak.
      
      * no avro utils installed
      
      * make cmake and install script supports avro.
      
      * fix makerpm.sh mistake.
      
      * fix CMakeLists.txt and partially add null support
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      e6eccd7b
  2. 04 11月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 10469 blm3 (#8551) · 839c00e6
      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.
      
      * cleanup blm3 directory before build
      
      * update blm3
      
      * add upx to compress blm3
      
      * update blm3 for systemd service
      
      * update blm3 to fix lower version go incompatible issue
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      839c00e6
  3. 03 11月, 2021 3 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 4959 taosdump support binarydump (#8522) · 684ab343
      sangshuduo 提交于
      * [TD4959]<feature>: taosdump support dumping binary data.
      
      * [TD-4959]<feature>: taosdump support avro format.
      
      add avro as submodule.
      
      * [TD-4959]<feature>: taosdump support avro format.
      
      add avro as submodule.
      
      * taosdump code refactoring.
      
      * add avro argument interface.
      
      * fix arm32 build issue.
      
      * hugh refactoring.
      
      * fix tag value rather than reuse note.
      
      * redefine note/varible
      
      * taosdump text-format dump reworked.
      
      * use avro standard schema format.
      
      * build avro-c on linux only.
      
      * avro schema write works.
      
      * support bool,tinyint,smallint,int,bigint,float,double,timestamp write
      
      * support nchar dump
      
      * support all codecs
      
      * adjust options order.
      
      * refactor code
      
      * multithread dump in sql refactored.
      
      * fix nchar quote mark.
      
      * fix bash script error
      
      * fix arg parse issue.
      
      * add avro dump in stmt interfaces.
      
      * basic dump in works.
      
      * fix src/kit/taosdump/CMakeLists.txt for CentOS
      
      * fix memory leak.
      
      * no avro utils installed
      
      * make cmake and install script supports avro.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      684ab343
    • Z
      hotfix/TS-498: change taosd keepAlive to 30s (#8520) · 707f9cde
      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>
      707f9cde
    • sangshuduo's avatar
      Feature/sangshuduo/td 10469 blm3 (#8544) · 07c35514
      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.
      
      * cleanup blm3 directory before build
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      07c35514
  4. 02 11月, 2021 2 次提交
  5. 01 11月, 2021 6 次提交
  6. 31 10月, 2021 4 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#8487) · 135a70e0
      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>
      135a70e0
    • sangshuduo's avatar
      Feature/sangshuduo/td 10469 blm3 (#8508) · 76d7accc
      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>
      76d7accc
    • sangshuduo's avatar
      Feature/sangshuduo/td 10469 blm3 (#8504) · 7ba0ed9e
      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
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      7ba0ed9e
    • G
      fix windows compilation error · 73115ad1
      Ganlin Zhao 提交于
      73115ad1
  7. 30 10月, 2021 2 次提交
  8. 29 10月, 2021 19 次提交