- 29 11月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-11128]<feature>: move taosdump out of tdengine. * [TD-11128]<feature>: move taosdump out from TDengine. * remove avro installation from deb and rpm * update to full function taos-tools * update taos-tools with better tar.gz support. * make taosdump build by default. and disable taoshellCheckCase.py temporarily. * update README.md for taos-tools build. * disable taos-tools on arm. * disable taosdumpTestNanoSupport.py case due to taosdump do not support sql format * export interface taos_parse_time() with same style. * fix taos-tools install script. * fix version format for rpmbuild * update README.md
-
- 25 11月, 2021 1 次提交
-
-
由 zyyang-taosdata 提交于
-
- 24 11月, 2021 2 次提交
-
-
由 zyyang-taosdata 提交于
-
由 sangshuduo 提交于
* [TD-10896]<fix>: replace blm3 with taosadapter * fix script to install taosadapter.service * fix if upx already executed * fix blm3 wording in document * fix tar.gz miss taosadapter service issue * make taosadapter build/install works on Mac * fix deb post install script.
-
- 17 11月, 2021 1 次提交
-
-
由 Ganlin Zhao 提交于
-
- 16 11月, 2021 2 次提交
-
-
由 Ganlin Zhao 提交于
-
由 sangshuduo 提交于
-
- 15 11月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-10896]<fix>: replace blm3 with taosadapter * fix script to install taosadapter.service * fix if upx already executed * fix blm3 wording in document * fix tar.gz miss taosadapter service issue * make taosadapter build/install works on Mac
-
- 11 11月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-10896]<fix>: replace blm3 with taosadapter * fix script to install taosadapter.service * fix if upx already executed * fix blm3 wording in document * fix tar.gz miss taosadapter service issue
-
- 10 11月, 2021 1 次提交
-
-
由 Zhiyu Yang 提交于
-
- 09 11月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* [TD-10896]<fix>: replace blm3 with taosadapter * fix script to install taosadapter.service
-
由 sangshuduo 提交于
-
- 06 11月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-10863]<fix>: blm3 service on centos7 * fix cmake define to support build_http better * install for libtaos required by go build * fix blm3 service install seq * make rpm erase all files in /usr/loca/taos
-
- 05 11月, 2021 4 次提交
-
-
由 sangshuduo 提交于
* [TD-10863]<fix>: blm3 service on centos7 * fix cmake define to support build_http better * install for libtaos required by go build * fix blm3 service install seq
-
由 sangshuduo 提交于
* [TD-10863]<fix>: blm3 service on centos7 * fix cmake define to support build_http better * install for libtaos required by go build
-
由 sangshuduo 提交于
-
由 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>
-
- 03 11月, 2021 4 次提交
-
-
由 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>
-
由 haoranc 提交于
-
由 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>
-
由 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>
-
- 02 11月, 2021 2 次提交
- 28 10月, 2021 1 次提交
-
-
由 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 Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
- 27 10月, 2021 1 次提交
-
-
由 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>
-
- 23 10月, 2021 3 次提交
-
-
由 sangshuduo 提交于
* change mac default path back after homebrew install support merged. * fix lib/log path install for mac * fix library link for mac. * merge with develop branch. * fix missed path. * merge develop branch make_install.sh for homebrew. * fix connector install failure if no java installed. Co-authored-by: NShuduo Sang <sdsang@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 提交于
-
- 19 10月, 2021 2 次提交
-
-
由 haoranc 提交于
-
由 sangshuduo 提交于
-
- 15 10月, 2021 3 次提交
- 14 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 Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
由 Cary Xu 提交于
-
由 Hui Li 提交于
-
- 13 10月, 2021 1 次提交
-
-
由 Ganlin Zhao 提交于
-
- 12 10月, 2021 2 次提交
- 11 10月, 2021 1 次提交
-
-
由 Zhiyu Yang 提交于
* [TS-409]<release>: OEM packaging scripts * email change
-