1. 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
  2. 11 1月, 2022 1 次提交
  3. 02 1月, 2022 1 次提交
  4. 30 12月, 2021 2 次提交
  5. 22 12月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 12286 install script (#9244) · 63419ac1
      sangshuduo 提交于
      * [TD-12286]<fix>: script alignly print without sudo
      
      * compile in order for enterprise
      
      * add 5-taos-tools/taosdump/taosdumpTestTypeJson.py
      
      * Revert "add 5-taos-tools/taosdump/taosdumpTestTypeJson.py"
      
      This reverts commit 6fa2a810afbf07dcf3029937926789fd431a1b8b.
      
      * add jemalloc to more components
      
      * determine CPU cores
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      63419ac1
  6. 21 12月, 2021 1 次提交
  7. 02 12月, 2021 1 次提交
  8. 29 11月, 2021 1 次提交
    • 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
  9. 26 11月, 2021 1 次提交
  10. 25 11月, 2021 1 次提交
  11. 24 11月, 2021 1 次提交
  12. 18 11月, 2021 1 次提交
  13. 11 11月, 2021 3 次提交
  14. 10 11月, 2021 2 次提交
  15. 09 11月, 2021 1 次提交
  16. 05 11月, 2021 2 次提交
  17. 29 10月, 2021 3 次提交
  18. 28 10月, 2021 2 次提交
  19. 25 10月, 2021 2 次提交
  20. 15 10月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 10469 blm3 (#8272) · 5d843053
      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
      Co-authored-by: Nliuyq-617 <yqliu@taosdata.com>
      5d843053
  21. 08 10月, 2021 2 次提交
  22. 29 9月, 2021 3 次提交
  23. 17 9月, 2021 2 次提交
  24. 09 9月, 2021 2 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 5844 cmdline parameters align for master (#7833) · dc86d5d7
      sangshuduo 提交于
      * [TD-5844]<feature>: make cmd line parameter similar.
      
      * fix test case align with taosdemo change.
      
      * fix windows stack overflow issue.
      
      * fix mac compile error.
      
      * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
      
      * make taos.exe use mysql style password input.
      
      * make taos shell and taosdump use mysql style password input.
      
      * determine scanf return value.
      
      * cherry pick from develop/feature branch.
      
      * cherry pick with ab6cde02
      
      * cherry pick with d6bfe443
      
      * fix password echo on darwin.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      dc86d5d7
    • sangshuduo's avatar
      Feature/sangshuduo/td 5844 cmdline parameters align (#7832) · 70a6f00c
      sangshuduo 提交于
      * [TD-5844]<feature>: make cmd line parameter similar.
      
      * fix test case align with taosdemo change.
      
      * fix windows stack overflow issue.
      
      * fix mac compile error.
      
      * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
      
      * fix windows compiler options.
      
      * make taos.exe use mysql style password input.
      
      * make taos shell and taosdump use mysql style password input.
      
      * determine scanf return value.
      
      * make console echo off during password input.
      
      * use one macro to define password length.
      
      * fix --password. change taos shell '-z' for timezone
      
      * fix password echo on darwin.
      70a6f00c
  25. 24 8月, 2021 2 次提交