- 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
-
- 09 11月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 05 11月, 2021 3 次提交
-
-
由 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 提交于
-
由 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 2 次提交
-
-
由 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>
-
由 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>
-
- 02 11月, 2021 2 次提交
- 14 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 Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
- 19 7月, 2021 1 次提交
-
-
由 haoranc 提交于
-
- 12 7月, 2021 1 次提交
-
-
由 haoranc 提交于
-
- 23 6月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * fix conflicts * make install works. * fix conflicts. * release script works. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 01 6月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * add macro definitions in cmake. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * link jemalloc works. * make install works. * support jemalloc in release.sh. * release script works. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 22 5月, 2021 1 次提交
-
-
由 zyyang 提交于
* [TD-3086]<fix>: clean out unnecessary file in packaging scripts * [TD-4224]<enhance>: reduce grafana module size in packaging * change * [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule Conflicts: packaging/deb/makedeb.sh packaging/rpm/tdengine.spec packaging/tools/make_install.sh packaging/tools/makeclient.sh packaging/tools/makeclient_power.sh packaging/tools/makepkg.sh packaging/tools/makepkg_power.sh Co-authored-by: NHuo Linhe <linhehuo@gmail.com>
-
- 19 5月, 2021 1 次提交
-
-
由 Huo Linhe 提交于
* [TD-4228]<fix>: fix install error when grafana submodule not ready * [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule
-
- 17 5月, 2021 1 次提交
-
-
由 Huo Linhe 提交于
-
- 19 2月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 18 2月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 28 1月, 2021 3 次提交
- 26 1月, 2021 1 次提交
-
-
由 Hui Li 提交于
-
- 29 12月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 16 11月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 06 11月, 2020 1 次提交
-
-
由 zyyang 提交于
-
- 05 11月, 2020 1 次提交
-
-
由 zyyang 提交于
-
- 30 10月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 27 10月, 2020 1 次提交
-
-
由 plum-lihui 提交于
-
- 27 9月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 29 8月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 22 8月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 20 8月, 2020 1 次提交
-
-
由 Shuduo Sang 提交于
-
- 04 8月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 28 7月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 11 2月, 2020 1 次提交
-
-
由 lihui 提交于
-
- 09 2月, 2020 1 次提交
-
-
由 lihui 提交于
-
- 16 1月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 28 12月, 2019 1 次提交
-
-
由 lihui 提交于
-
- 20 12月, 2019 1 次提交
-
-
由 Frozen 提交于
-