1. 13 8月, 2022 2 次提交
  2. 08 8月, 2022 1 次提交
  3. 19 7月, 2022 2 次提交
    • sangshuduo's avatar
      chore: libtaos ws submodule for3.0 (#15159) · bd301d04
      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
      
      * fix: .
      bd301d04
    • 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
  4. 11 7月, 2022 1 次提交
    • sangshuduo's avatar
      chore: update release script for3.0 (#14786) · 37fbb2c6
      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
      37fbb2c6
  5. 10 7月, 2022 1 次提交
  6. 08 7月, 2022 1 次提交
  7. 30 6月, 2022 1 次提交
  8. 28 6月, 2022 1 次提交
  9. 21 6月, 2022 1 次提交
  10. 19 5月, 2022 1 次提交
  11. 14 5月, 2022 1 次提交
  12. 21 9月, 2021 1 次提交
  13. 06 8月, 2021 2 次提交
  14. 23 7月, 2021 1 次提交
  15. 19 7月, 2021 1 次提交
  16. 12 7月, 2021 1 次提交
  17. 07 7月, 2021 2 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3973 use jemalloc for master (#6794) · 175202e0
      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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      175202e0
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6788) · ce9119b3
      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.
      
      * add /etc/ld.so.conf.d/jemalloc.conf for centos
      
      * check ver comp by file.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      ce9119b3
  18. 23 6月, 2021 1 次提交
  19. 01 6月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6334) · 07c48dad
      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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      07c48dad
  20. 22 5月, 2021 1 次提交
    • Z
      Fix/td 4086 (#6153) · 696c7843
      zyyang 提交于
      * [TD-3086]<fix>: clean out unnecessary file in packaging scripts
      
      * [TD-4224]<enhance>: reduce grafana module size in packaging
      
      * change
      
      * [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule
      
      Conflicts:
      	packaging/deb/makedeb.sh
      	packaging/rpm/tdengine.spec
      	packaging/tools/make_install.sh
      	packaging/tools/makeclient.sh
      	packaging/tools/makeclient_power.sh
      	packaging/tools/makepkg.sh
      	packaging/tools/makepkg_power.sh
      Co-authored-by: NHuo Linhe <linhehuo@gmail.com>
      696c7843
  21. 19 5月, 2021 1 次提交
  22. 17 5月, 2021 1 次提交
  23. 23 2月, 2021 1 次提交
  24. 19 2月, 2021 1 次提交
  25. 28 1月, 2021 1 次提交
  26. 29 12月, 2020 1 次提交
  27. 16 11月, 2020 1 次提交
  28. 06 11月, 2020 1 次提交
    • Z
      change · 67c90d60
      zyyang 提交于
      67c90d60
  29. 05 11月, 2020 1 次提交
  30. 27 10月, 2020 1 次提交
  31. 29 9月, 2020 1 次提交
  32. 27 9月, 2020 1 次提交
  33. 20 8月, 2020 1 次提交
  34. 13 8月, 2020 2 次提交
  35. 04 8月, 2020 1 次提交