1. 17 9月, 2022 1 次提交
  2. 13 6月, 2022 1 次提交
  3. 16 5月, 2022 1 次提交
  4. 10 5月, 2022 2 次提交
  5. 26 4月, 2022 1 次提交
  6. 09 4月, 2022 1 次提交
  7. 25 3月, 2022 1 次提交
  8. 27 2月, 2022 1 次提交
  9. 21 2月, 2022 1 次提交
  10. 17 2月, 2022 1 次提交
  11. 07 2月, 2022 1 次提交
  12. 28 1月, 2022 1 次提交
  13. 20 1月, 2022 1 次提交
  14. 17 1月, 2022 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 12899 taosd taosa decouple for2.4 (#9823) · e59c2244
      sangshuduo 提交于
      * [TD-12899]<fix>(taosAdapter): make taosd/taosAdapter service decouple
      
      * cherry pick 089ee60d7b86c7ce316d05bc7ea1d7093f6fb49d
      
      * cherry pick 59e7ea7683fdb00f43bb97f1d3c8d0d5381175d0
      
      * [TD-12899]<fix>(taosAdapter): check platform
      
      * [TD-12899]<fix>(taosAdapter): check platform
      
      change to _branch for taosAdapter version
      
      * cherry pick d911b47167b3f7de5c925b8f2224b47338ff600e
      
      * [TD-12899]<fix>(taosAdapter): taosd and taosAdapter decouple
      
      cherry pick 876f18aa4dc12f17a965b9f5dc2967fa128adcc8
      
      * [TD-12899]<fix>(taosAdapter): taosd and taosAdapter decouple
      
      update taosadapter.service for 2.4
      
      * [TD-12899]<fix>(taosAdapter): taosd and taosadapter decouple
      
      fix make_install.sh and sed_*.sh
      
      for 2.4
      e59c2244
  15. 15 1月, 2022 1 次提交
  16. 07 1月, 2022 1 次提交
  17. 29 12月, 2021 1 次提交
  18. 24 12月, 2021 2 次提交
  19. 21 12月, 2021 1 次提交
  20. 15 12月, 2021 1 次提交
  21. 08 12月, 2021 1 次提交
  22. 01 12月, 2021 1 次提交
  23. 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
  24. 25 11月, 2021 1 次提交
  25. 24 11月, 2021 1 次提交
  26. 23 11月, 2021 1 次提交
  27. 16 11月, 2021 3 次提交
  28. 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
  29. 10 11月, 2021 3 次提交
  30. 09 11月, 2021 1 次提交
  31. 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