1. 14 6月, 2023 1 次提交
  2. 03 4月, 2023 1 次提交
    • sangshuduo's avatar
      chore: fix cus name (#20716) · 30f8010d
      sangshuduo 提交于
      * chore: refactor cus prompt
      
      * fix: client name in install.sh
      
      * fix: -Wno-reserved-user-defined-literal
      
      * fix: update taos-tools commit
      
      * fix: include/os/osDir.h
      
      * fix: check cus name
      
      * fix: makepkg.sh
      
      * chore: update taos-tools d194dc9
      
      * fix: cus name
      
      * fix: change adapter prefix
      
      * fix: tools/*.sh
      
      * fix: scripts
      
      * fix: ../../packaging/tools/install_client.sh
      
      * chore: cus domain in script
      
      * fix: cus name in packaging/tools/install.sh
      
      * fix: cus name in ../../packaging/tools/remove.sh
      
      * fix: don't edit origin file
      
      ---------
      Co-authored-by: haoranc's avatarchenhaoran <haoran920c@163.com>
      30f8010d
  3. 19 3月, 2023 1 次提交
  4. 14 3月, 2023 1 次提交
  5. 07 2月, 2023 1 次提交
  6. 17 10月, 2022 1 次提交
  7. 19 7月, 2022 2 次提交
    • sangshuduo's avatar
      chore: libtaos ws submodule for3.0 (#15122) · 21562c69
      sangshuduo 提交于
      * chore: add libtaos-ws for 3.0
      
      * chore: update taosws-rs
      
      * chore: add libtaosws to install/remove script
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taos-tools, taosws-rs
      
      for 3.0
      
      * fix: packaging/tools/make_install.sh
      
      for 3.0
      
      * chore: update taos-tools
      
      * chore: fix release script for 3.0
      
      * chore: update taosws-rs for 3.0
      
      * chore: add taows-rs submodule for 3.0
      
      * chore: update taosws-rs for 3.0
      
      * fix: install script support taosws for 3.0
      
      * fix: script error handle for 3.0
      
      * chore: update taosws-rs for 3.0
      
      fix segfault
      
      * chore: change container_build for websocket build
      
      * fix: install script for taosws
      21562c69
    • sangshuduo's avatar
      chore: libtaos ws submodule for3.0 (#15105) · 007c5eb0
      sangshuduo 提交于
      * chore: add libtaos-ws for 3.0
      
      * chore: update taosws-rs
      
      * chore: add libtaosws to install/remove script
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taos-tools, taosws-rs
      
      for 3.0
      
      * fix: packaging/tools/make_install.sh
      
      for 3.0
      
      * chore: update taos-tools
      
      * chore: fix release script for 3.0
      
      * chore: update taosws-rs for 3.0
      
      * chore: add taows-rs submodule for 3.0
      
      * chore: update taosws-rs for 3.0
      
      * fix: install script support taosws for 3.0
      007c5eb0
  8. 28 6月, 2022 1 次提交
  9. 24 5月, 2022 1 次提交
  10. 19 5月, 2022 1 次提交
  11. 14 5月, 2022 1 次提交
  12. 21 9月, 2021 1 次提交
  13. 13 9月, 2021 1 次提交
  14. 09 7月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3973 use jemalloc for master (#6820) · edb61e7c
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * fix conflicts
      
      * make install works.
      
      * fix conflicts.
      
      * release script works.
      
      * fix typo
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for check compatibility.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      
      * cherry pick from develop branch.
      
      * cherry pick from develop branch.
      
      * fix install_jemalloc() in install_client.sh.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      edb61e7c
  15. 06 7月, 2021 4 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6767) · 7c869c76
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for update check compatiblity.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      7c869c76
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3973 use jemalloc for master (#6768) · ad7a59d7
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * fix conflicts
      
      * make install works.
      
      * fix conflicts.
      
      * release script works.
      
      * fix typo
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      
      * adjust install_jemalloc() position for check compatibility.
      
      * fix position bug.
      
      * add ldconfig for jemalloc library cache refresh.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      ad7a59d7
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6752) · 8868d447
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      
      * release script works.
      
      * fix a typo.
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      8868d447
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3973 use jemalloc for master (#6753) · c9c6a925
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * fix conflicts
      
      * make install works.
      
      * fix conflicts.
      
      * release script works.
      
      * fix typo
      
      * [TD-3937]<feature>: support jemalloc
      
      add install funtion to all scripts.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      c9c6a925
  16. 19 2月, 2021 1 次提交
  17. 25 1月, 2021 1 次提交
  18. 17 1月, 2021 1 次提交
  19. 29 12月, 2020 1 次提交
  20. 28 11月, 2020 1 次提交
  21. 19 11月, 2020 2 次提交
  22. 29 8月, 2020 1 次提交
  23. 13 8月, 2020 3 次提交
  24. 11 8月, 2020 1 次提交
  25. 11 2月, 2020 1 次提交
  26. 16 1月, 2020 1 次提交
  27. 20 12月, 2019 1 次提交
  28. 22 11月, 2019 1 次提交
  29. 11 7月, 2019 1 次提交