- 14 1月, 2022 1 次提交
-
-
由 Zhiyu Yang 提交于
* change jdbc version * stmt_add_batch and stmt_errstr in jni * change * [TS-1063]<feature>(connector): bind multi tables in one batch for parameter-binding * [TS-1063]<feature>(connector): fix null pointer exception * [TS-1063]<feature>(connector): init and prepared stmt until setTableName
-
- 24 12月, 2021 2 次提交
-
-
由 haoranc 提交于
-
由 sangshuduo 提交于
* [TD-12505]<feature>(taosAdapter): taosadapter internal * update taosadapter to support taosadapter internal * (taosAdapter) update Jenkinsfile
-
- 21 12月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 15 12月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-12104]<enhance>: don't build taos-tools by default * update README.md to align with taos-tools change * fix wording * update Jenkinsfile * make taos-tools not built on more platforms Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
- 08 12月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 01 12月, 2021 1 次提交
-
-
由 Yang Zhao 提交于
* move taosdemo out * update submodule * remove taosdemo in windows
-
- 29 11月, 2021 2 次提交
-
-
由 sangshuduo 提交于
-
由 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 1 次提交
-
-
由 zyyang-taosdata 提交于
-
- 23 11月, 2021 1 次提交
-
-
由 robotspace 提交于
* Get accurate reason when a query is not executed sucessfully. Disable test case for async query in lua51 connector. * Add a build option to disable embedded lua lib. By default enable. * Restore default dependency for module query to avoid compile error on windows.
-
- 16 11月, 2021 3 次提交
-
-
由 sangshuduo 提交于
* [TD-11070]<fix>: cmake jemalloc script. * detech sh link is dash or others
-
由 sangshuduo 提交于
-
由 haoranc 提交于
-
- 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
-
- 10 11月, 2021 3 次提交
-
-
由 sangshuduo 提交于
* [TD-10904]<fix>: arch linux and alpine and gcc11 * high light memory sanitizer
-
由 sangshuduo 提交于
* [TD-10904]<fix>: support Arch Linux compile * split big query test case to smaller * high light memory sanitizer
-
由 sangshuduo 提交于
* [TD-10904]<fix>: support Arch Linux compile * split big query test case to smaller
-
- 09 11月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 05 11月, 2021 3 次提交
-
-
由 root 提交于
-
由 sangshuduo 提交于
* [TD-10863]<fix>: blm3 service on centos7 * fix cmake define to support build_http better * install for libtaos required by go build
-
由 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 1 次提交
-
-
由 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 4 次提交
- 31 10月, 2021 2 次提交
-
-
由 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. * fix taosdemo test case for restful query * make initOfQueryMeta() back to solve restful issue. * fix test case keep 36 days. * fix taosdemo tblalt case with current option Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 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>
-
- 26 10月, 2021 2 次提交
- 23 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. Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
- 20 10月, 2021 1 次提交
-
-
由 haoranc 提交于
-
- 19 10月, 2021 2 次提交
- 15 10月, 2021 2 次提交
-
-
由 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 Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
-
由 haoranc 提交于
-
- 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>
-
- 13 10月, 2021 1 次提交
-
-
由 haoranc 提交于
-