1. 03 5月, 2022 1 次提交
    • arielyangpan's avatar
      fix: change cmake minimum required version to 3.0 in TSZ (#12088) · 6292fc11
      arielyangpan 提交于
      * fix: typo of showing distro info
      
      * fix: change cmake minimum required version to 3.0 in TSZ
      
      Fix Deprecation message when cmake building:
      
      CMake Deprecation Warning at deps/TSZ/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
        Compatibility with CMake < 2.8.12 will be removed from a future version of
        CMake.
      
        Update the VERSION argument <min> value or use a ...<max> suffix to tell
        CMake that the project does not need compatibility with older versions.
      6292fc11
  2. 02 5月, 2022 1 次提交
    • sangshuduo's avatar
      fix: remove unused flag (#12093) · 2e4166e8
      sangshuduo 提交于
      * [TD-14555]<impr>: remove plugins/mqtt
      
      * [TD-14540]<impr>: taosdump code cleanup
      
      * update taos-tools
      
      * refine 5-taos-tools/taosdump/taosdumpTestInspect.py
      
      * [TD-14540]<impr>: refine tools/taosdumpTest2.py
      
      * remove a few unused checks
      
      * update taos-tools
      
      * debug tools/taosdumpTest2.py
      
      * add more debug
      
      * merge with develop
      
      * remove all MQTT code
      
      * remove all MQTT code
      
      * remove debug from tests/pytest/tools/taosdumpTest2.py
      
      * fix mac compile error
      
      * remove mqttDebugFlag
      
      * enh: remove mqtt plugin
      
      remove mqtt from CMakelists.txt
      
      [TD-14555]
      
      * docs: remove mqttt paramters
      
      [TD-14555]
      
      * fix: remove unused MQTT flag
      
      [TD-14555]
      2e4166e8
  3. 01 5月, 2022 1 次提交
    • sangshuduo's avatar
      fix: clang 13.1 compile (#12082) · 225b3fcd
      sangshuduo 提交于
      * [TD-14218]<fix>: clang compile
      
      * [TD-14218]<fix>: clang compile
      
      check clang version
      
      * [TD-14218]<fix>: clang compile
      
      check clang version greater or equal
      
      * fix clang 13 compile error
      
      otherwise compile will fails with unused variable warning
      
      adjust to 13.0
      
      * fix: use compile option for clang 13.1 or greater
      
      [TD-14218]
      
      * fix: clang 13.1 compile error
      225b3fcd
  4. 13 4月, 2022 1 次提交
    • sangshuduo's avatar
      enh: remove mqtt plugin (#11442) · b3da804c
      sangshuduo 提交于
      * [TD-14555]<impr>: remove plugins/mqtt
      
      * [TD-14540]<impr>: taosdump code cleanup
      
      * update taos-tools
      
      * refine 5-taos-tools/taosdump/taosdumpTestInspect.py
      
      * [TD-14540]<impr>: refine tools/taosdumpTest2.py
      
      * remove a few unused checks
      
      * update taos-tools
      
      * debug tools/taosdumpTest2.py
      
      * add more debug
      
      * merge with develop
      
      * remove all MQTT code
      
      * remove all MQTT code
      
      * remove debug from tests/pytest/tools/taosdumpTest2.py
      
      * fix mac compile error
      
      * remove mqttDebugFlag
      
      * enh: remove mqtt plugin
      
      remove mqtt from CMakelists.txt
      
      [TD-14555]
      b3da804c
  5. 08 4月, 2022 1 次提交
  6. 04 4月, 2022 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 14218 clang compile (#11238) · ce08c461
      sangshuduo 提交于
      * [TD-14218]<fix>: clang compile
      
      * [TD-14218]<fix>: clang compile
      
      check clang version
      
      * [TD-14218]<fix>: clang compile
      
      check clang version greater or equal
      
      * fix clang 13 compile error
      
      otherwise compile will fails with unused variable warning
      
      adjust to 13.0
      ce08c461
  7. 03 4月, 2022 2 次提交
  8. 01 3月, 2022 2 次提交
  9. 21 2月, 2022 1 次提交
  10. 18 1月, 2022 1 次提交
    • Z
      [TS-1073]<release>(other): release packaging scripts (#9808) · 481d1e44
      Zhiyu Yang 提交于
      * remove deprecated scripts
      
      * remove oem infos
      
      * [TS-997]<release>(other): release packaging scripts on linux and windows
      
      * [TS-997]<release>(other): release packaging scripts on linux and windows
      
      * [TS-1073]<release>(other): remove taosadapter.service dependence with taosd
      481d1e44
  11. 17 1月, 2022 1 次提交
    • sangshuduo's avatar
      [TD-12899]<fix>(taosAdapter): make taosd/taosAdapter service decouple (#9760) · b30a0a77
      sangshuduo 提交于
      * [TD-12899]<fix>(taosAdapter): make taosd/taosAdapter service decouple
      
      * [TD-12899]<fix>(taosAdapter): document refine
      
      * [TD-12899]<fix>(taosAdapter): change run_taosd.sh to run_taosd_and_taosadapter.sh
      
      * [TD-12899]<fix>(taosAdapter): check platform
      
      * [TD-12899]<fix>(taosAdapter): check platform
      
      change to _branch for taosAdapter version
      
      * [TD-12899]<fix>(taosAdapter): taosd and taosAdapter decouple
      
      use taosBenchmark rather than taosdemo
      
      * [TD-12899]<fix>(taosAdapter): taosd and taosAdapter decouple
      
      use 2.4.0.4 docker image in example
      
      * [TD-12899]<fix>(taosAdapter): taosd and taosAdapter decouple
      
      update taosadapter.service
      b30a0a77
  12. 15 1月, 2022 1 次提交
  13. 14 1月, 2022 1 次提交
    • Z
      [TS-1063]<feature>(connector): bind multi tables in one batch (#9784) · d09ecf61
      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
      d09ecf61
  14. 24 12月, 2021 2 次提交
  15. 21 12月, 2021 1 次提交
  16. 15 12月, 2021 1 次提交
  17. 08 12月, 2021 1 次提交
  18. 01 12月, 2021 1 次提交
  19. 29 11月, 2021 2 次提交
    • sangshuduo's avatar
      [TD-11524]<fix>: cmake -DBUILD_LUA failed. (#8831) · b7686a5f
      sangshuduo 提交于
      b7686a5f
    • sangshuduo's avatar
      Feature/sangshuduo/td 11128 move taosdump out (#8757) · 0b01819d
      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
      0b01819d
  20. 25 11月, 2021 1 次提交
  21. 24 11月, 2021 1 次提交
  22. 23 11月, 2021 1 次提交
  23. 16 11月, 2021 3 次提交
  24. 15 11月, 2021 1 次提交
    • sangshuduo's avatar
      [TD-10896]<fix>: use taosa insteadof blm3 (#8679) · 56398d54
      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
      56398d54
  25. 10 11月, 2021 3 次提交
  26. 09 11月, 2021 1 次提交
  27. 05 11月, 2021 3 次提交
    • R
      update jdbc version number · d3eae69a
      root 提交于
      d3eae69a
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 10863 blm3 service centos7 (#8582) · 5278870c
      sangshuduo 提交于
      * [TD-10863]<fix>: blm3 service on centos7
      
      * fix cmake define to support build_http better
      
      * install for libtaos required by go build
      5278870c
    • 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
  28. 03 11月, 2021 1 次提交
    • 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
  29. 02 11月, 2021 2 次提交