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 4 次提交
  3. 10 1月, 2022 3 次提交
  4. 09 1月, 2022 1 次提交
  5. 08 1月, 2022 1 次提交
  6. 07 1月, 2022 1 次提交
  7. 05 1月, 2022 2 次提交
  8. 30 12月, 2021 1 次提交
  9. 29 12月, 2021 1 次提交
  10. 28 12月, 2021 1 次提交
  11. 25 12月, 2021 1 次提交
  12. 21 12月, 2021 1 次提交
  13. 13 12月, 2021 1 次提交
  14. 08 12月, 2021 1 次提交
  15. 07 12月, 2021 2 次提交
  16. 06 12月, 2021 1 次提交
  17. 03 12月, 2021 1 次提交
  18. 01 12月, 2021 1 次提交
  19. 30 11月, 2021 2 次提交
  20. 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
  21. 26 11月, 2021 1 次提交
  22. 25 11月, 2021 2 次提交
  23. 24 11月, 2021 4 次提交
  24. 23 11月, 2021 2 次提交
  25. 22 11月, 2021 1 次提交
  26. 19 11月, 2021 1 次提交
  27. 18 11月, 2021 1 次提交
    • Y
      Handle memory allocation failure when open vnode · a67c3fd1
      Yifan Hao 提交于
      This patch fixes a few error handling of memory allocation
      failure while opening vnodes.
      
      bonus fix: also add a new error code to indicate failure
      of opening vnode. Before the patch, the function would simply
      return -1 when vnode open fails.
      a67c3fd1