1. 04 11月, 2021 3 次提交
  2. 03 11月, 2021 9 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 4959 taosdump support binarydump (#8558) · 6124b211
      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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      6124b211
    • H
      Merge pull request #8550 from tradercjz/develop · fa27edb5
      Hui Li 提交于
      [Issue#8528] translate Chinese inito English
      fa27edb5
    • haoranc's avatar
      update manifest · 25a1ec61
      haoranc 提交于
      25a1ec61
    • 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
    • J
      translate Chinese inito English · d0433523
      Jinzhi Chen 提交于
      d0433523
    • 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
    • D
      Merge pull request #8500 from taosdata/szhou/hotfix/TD-10798 · e349f18c
      dapan1121 提交于
      [TD-10798]<fix>:restrict parameter of mav/sample to big int type
      e349f18c
    • D
      Merge pull request #8469 from taosdata/szhou/hotfix/TD-10804 · 48f9106b
      dapan1121 提交于
      [TD-10804]<fix>:fix paramter descrption error
      48f9106b
  3. 02 11月, 2021 14 次提交
  4. 01 11月, 2021 14 次提交